summaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-5/+3
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-1/+1
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc1-9/+5
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie1-5/+9
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao1-0/+1
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl1-4/+1
2012-07-27target-or32: Add interrupt supportJia Liu1-0/+17
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu1-0/+2
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka1-0/+6
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl1-4/+8
2012-06-25cleanup cpu_set_debug_excp_handlerIgor Mammedov1-4/+1
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson1-5/+12
2012-06-04cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPCAndreas Färber1-1/+4
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber1-2/+2
2012-04-15cpu-exec: Remove non-portable type cast and fix format stringStefan Weil1-2/+2
2012-03-30qtest: add test frameworkAnthony Liguori1-0/+1
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil1-3/+3
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-8/+8
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-03-14PPC: 405: Use proper CPU resetAlexander Graf1-2/+0
2012-02-10cpu-exec.c: Correct comment about this file and indentation cleanup陳韋任1-5/+5
2011-10-06PPC: Fix sync instructions problem in SMPElie Richa1-0/+1
2011-09-10target-xtensa: implement exceptionsMax Filippov1-0/+6
2011-09-10target-xtensa: add target stubsMax Filippov1-0/+2
2011-09-10cpu-exec: remove unnecessary assignmentBlue Swirl1-2/+3
2011-07-12tcg: Reload local variables after return from longjmpJan Kiszka1-0/+4
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl1-54/+20
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-1/+1
2011-06-26cpu-exec: unify do_interrupt callBlue Swirl1-26/+0
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl1-2/+2
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl1-26/+15
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-8/+8
2011-06-20Remove unneeded kvm.h from cpu-exec.cJan Kiszka1-1/+0
2011-05-31target-alpha: Disable interrupts properly.Richard Henderson1-3/+30
2011-05-28Move user emulator stuff from cpu-exec.c to user-exec.cBlue Swirl1-655/+0
2011-05-28cpu-exec: prepare for user and softmmu splitBlue Swirl1-131/+172
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-13/+0
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+2
2011-05-08target-sparc: Do not check CPU_INTERRUPT_TIMER.Richard Henderson1-3/+0
2011-05-08irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.Richard Henderson1-4/+1
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-18s390x: Enable s390x-softmmu targetAlexander Graf1-0/+8
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-1/+11
2011-03-15x86: Unbreak TCG support for hardware breakpointsJan Kiszka1-0/+27
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-2/+7
2011-03-07LatticeMico32 target supportMichael Walle1-1/+12
2011-02-14kvm: Separate TCG from KVM cpu executionJan Kiszka1-13/+6
2011-02-14Move debug exception handling out of cpu_execJan Kiszka1-24/+0