aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-03-03cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PCPeter Maydell
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-08-27Revert "i8259: add -no-spurious-interrupt-hack option"malc
2012-08-24i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl
2012-07-27target-or32: Add interrupt supportJia Liu
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-25cleanup cpu_set_debug_excp_handlerIgor Mammedov
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson
2012-06-04cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPCAndreas Färber
2012-06-04target-i386: Pass X86CPU to do_cpu_{init,sipi}()Andreas Färber
2012-04-15cpu-exec: Remove non-portable type cast and fix format stringStefan Weil
2012-03-30qtest: add test frameworkAnthony Liguori
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-14PPC: 405: Use proper CPU resetAlexander Graf
2012-02-10cpu-exec.c: Correct comment about this file and indentation cleanup陳韋任
2011-10-06PPC: Fix sync instructions problem in SMPElie Richa
2011-09-10target-xtensa: implement exceptionsMax Filippov
2011-09-10target-xtensa: add target stubsMax Filippov
2011-09-10cpu-exec: remove unnecessary assignmentBlue Swirl
2011-07-12tcg: Reload local variables after return from longjmpJan Kiszka
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu-exec: unify do_interrupt callBlue Swirl
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-20Remove unneeded kvm.h from cpu-exec.cJan Kiszka
2011-05-31target-alpha: Disable interrupts properly.Richard Henderson
2011-05-28Move user emulator stuff from cpu-exec.c to user-exec.cBlue Swirl
2011-05-28cpu-exec: prepare for user and softmmu splitBlue Swirl
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori