1. 4a92a55 cpu: make CPU_INTERRUPT_RESET available on all targets by Paolo Bonzini · 12 years ago
  2. bae2c27 cpu-exec: Unlock tb_lock if we longjmp out of code generation by Peter Maydell · 11 years ago
  3. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 12 years ago
  4. 648f034 translate-all: Change tb_gen_code() argument to CPUState by Andreas Färber · 12 years ago
  5. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  6. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  7. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  8. 6f03bef cpu: Move jmp_env field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  9. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  10. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  11. efee734 cpu: Move icount_extra field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  12. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  13. 4cc3561 target-arm: Store AIF bits in env->pstate for AArch32 by Peter Maydell · 11 years ago
  14. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  15. 4cddc7f Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  16. 03afa5f exec: Delay CPU_LOG_TB_CPU until we actually execute a TB by Richard Henderson · 11 years ago
  17. 693fa55 cpu-exec: Optimize X86CPU usage in cpu_exec() by Andreas Färber · 11 years ago
  18. 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
  19. 6c78f29 cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec() by Juergen Lock · 11 years ago
  20. 3e9bd63 tcg: Fix next_tb type in cpu_exec by Richard Henderson · 12 years ago
  21. 04d5a1d tcg: Change tcg_qemu_tb_exec return to uintptr_t by Richard Henderson · 12 years ago
  22. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  23. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  24. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  25. 518e9d7 target-i386: Change do_smm_enter() argument to X86CPU by Andreas Färber · 12 years ago
  26. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  27. 80cf2c8 target-i386/helper: remove DF macro by liguang · 12 years ago
  28. 75312e7 Merge branch 'mingw' of git://qemu.weilnetz.de/qemu by Aurelien Jarno · 12 years ago
  29. ec9bd89 Ensure good ordering of memory instruction in cpu_exec by Olivier Hainque · 12 years ago
  30. c30d1ae cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC) by Peter Maydell · 12 years ago
  31. 4980ef9 target-i386: Don't modify env->eflags around cpu_dump_state by Richard Henderson · 12 years ago
  32. d15a9c2 Add top level changes for moxie by Anthony Green · 12 years ago
  33. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  34. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  35. 378df4b Handle CPU interrupts by inline checking of a flag by Peter Maydell · 12 years ago
  36. 7721137 cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PC by Peter Maydell · 12 years ago
  37. 0980011 tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses by Peter Maydell · 12 years ago
  38. 6ab7e54 Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() by Peter Maydell · 12 years ago
  39. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  40. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  41. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  42. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  43. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  44. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  45. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  46. 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
  47. 4f21387 Revert "i8259: add -no-spurious-interrupt-hack option" by malc · 13 years ago
  48. f278d49 i8259: add -no-spurious-interrupt-hack option by Matthew Ogilvie · 13 years ago
  49. d48813d unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable by Guan Xuetao · 13 years ago
  50. d3da41e Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu by Blue Swirl · 13 years ago
  51. b6a71ef target-or32: Add interrupt support by Jia Liu · 13 years ago
  52. e67db06 target-or32: Add target stubs and QOM cpu by Jia Liu · 13 years ago
  53. 5d62c43 apic: Defer interrupt updates to VCPU thread by Jan Kiszka · 13 years ago
  54. 77b2bc2 x86: avoid AREG0 for exceptions by Blue Swirl · 13 years ago
  55. 84e3b60 cleanup cpu_set_debug_excp_handler by Igor Mammedov · 13 years ago
  56. 8219314 cris: Fix NMI-flag handling on crisv10. by Lars Persson · 13 years ago
  57. c356a1b cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPC by Andreas Färber · 13 years ago
  58. 232fc23 target-i386: Pass X86CPU to do_cpu_{init,sipi}() by Andreas Färber · 13 years ago
  59. 3ba1925 cpu-exec: Remove non-portable type cast and fix format string by Stefan Weil · 13 years ago
  60. c7f0f3b qtest: add test framework by Anthony Liguori · 13 years ago
  61. 69784ea w64: Fix data type of next_tb and tcg_qemu_tb_exec by Stefan Weil · 13 years ago
  62. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  63. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  64. fc0b2c0 PPC: 405: Use proper CPU reset by Alexander Graf · 13 years ago
  65. e965fc3 cpu-exec.c: Correct comment about this file and indentation cleanup by 陳韋任 · 13 years ago
  66. 4e85f82 PPC: Fix sync instructions problem in SMP by Elie Richa · 14 years ago
  67. 40643d7 target-xtensa: implement exceptions by Max Filippov · 14 years ago
  68. 2328826 target-xtensa: add target stubs by Max Filippov · 14 years ago
  69. 337fc75 cpu-exec: remove unnecessary assignment by Blue Swirl · 14 years ago
  70. 0d10193 tcg: Reload local variables after return from longjmp by Jan Kiszka · 14 years ago
  71. cea5f9a cpu-exec.c: avoid AREG0 use by Blue Swirl · 14 years ago
  72. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  73. d8108fb cpu-exec: unify do_interrupt call by Blue Swirl · 14 years ago
  74. 3c68882 m68k: use caller supplied CPUState for interrupt related stuff by Blue Swirl · 14 years ago
  75. e694d4e x86: use caller supplied CPUState for interrupt related stuff by Blue Swirl · 14 years ago
  76. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  77. 3d39c95 Remove unneeded kvm.h from cpu-exec.c by Jan Kiszka · 14 years ago
  78. 6a80e08 target-alpha: Disable interrupts properly. by Richard Henderson · 14 years ago
  79. 42a623c Move user emulator stuff from cpu-exec.c to user-exec.c by Blue Swirl · 14 years ago
  80. 9eff14f cpu-exec: prepare for user and softmmu split by Blue Swirl · 14 years ago
  81. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  82. 711c212 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  83. 78aa29e target-sparc: Do not check CPU_INTERRUPT_TIMER. by Richard Henderson · 14 years ago
  84. 3125f76 irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK. by Richard Henderson · 14 years ago
  85. a1c7273 Fix typos in comments and code (occured -> occurred and related) by Stefan Weil · 14 years ago
  86. ff2712b Fix typos in comments (interupt -> interrupt) by Stefan Weil · 14 years ago
  87. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  88. 3110e29 s390x: Enable s390x-softmmu target by Alexander Graf · 14 years ago
  89. d2fbca9 unicore32: necessary modifications for other files to support unicore32 by Guan Xuetao · 14 years ago
  90. 1009d2e x86: Unbreak TCG support for hardware breakpoints by Jan Kiszka · 14 years ago
  91. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  92. 81ea0e1 LatticeMico32 target support by Michael Walle · 14 years ago
  93. 6792a57 kvm: Separate TCG from KVM cpu execution by Jan Kiszka · 14 years ago
  94. 83f338f Move debug exception handling out of cpu_exec by Jan Kiszka · 14 years ago
  95. 4cdc1cd target-mips: fix host CPU consumption when guest is idle by Aurelien Jarno · 14 years ago
  96. 2c90fe2 Speedup 'tb_find_slow' by using the same heuristic as during memory page lookup by Kirill Batuzov · 14 years ago
  97. 138afb0 mips: Add support for VInt and VEIC irq modes by Edgar E. Iglesias · 15 years ago
  98. c629a4b Fix cpu_exit for tcp_cpu_exec by Jan Kiszka · 15 years ago
  99. b0052d1 Fix cpu_unlink_tb race by Jan Kiszka · 15 years ago
  100. 1d93f0f Introduce proper compiler barrier by Jan Kiszka · 15 years ago