1. 7b31bbc exec: Clean up includes by Peter Maydell · 9 years ago
  2. 9319738 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging by Peter Maydell · 9 years ago
  3. 6f06096 replay: interrupts and exceptions by Pavel Dovgalyuk · 9 years ago
  4. 56c0269 cpu-exec: allow temporary disabling icount by Pavel Dovgalyuk · 9 years ago
  5. 0448f5f cpu-exec: Fix compiler warning (-Werror=clobbered) by Stefan Weil · 9 years ago
  6. 89a82cd cpu-exec: Add "nochain" debug flag by Richard Henderson · 9 years ago
  7. 6220e90 i386: partial revert of interrupt poll fix by Pavel Dovgalyuk · 9 years ago
  8. 5abf949 cpu-exec: Migrate some generic fns to cpu-exec-common by Peter Crosthwaite · 9 years ago
  9. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  10. 1c3c8af cpu-exec: introduce loop exit with restore function by Pavel Dovgalyuk · 10 years ago
  11. 9fd1a94 cpu-exec: fix lock hierarchy for user-mode emulation by Paolo Bonzini · 10 years ago
  12. 677ef62 replace spinlock by QemuMutex. by KONRAD Frederic · 10 years ago
  13. e0c3821 tcg: signal-free qemu_cpu_kick by Paolo Bonzini · 10 years ago
  14. aed807c tcg: synchronize exit_request and tcg_current_cpu accesses by Paolo Bonzini · 10 years ago
  15. ab096a7 tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses by Paolo Bonzini · 10 years ago
  16. b0a46fa tcg: assign cpu->current_tb in a simpler place by Paolo Bonzini · 10 years ago
  17. 9373e63 tcg: introduce tcg_current_cpu by Paolo Bonzini · 10 years ago
  18. 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
  19. 02d57ea cpu-exec: Do not invalidate original TB in cpu_exec_nocache() by Sergey Fedorov · 10 years ago
  20. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  21. e1b8932 include/exec: Move tb hash functions out by Peter Crosthwaite · 10 years ago
  22. 73104fd Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  23. 79e2b9a exec: RCUify AddressSpaceDispatch by Paolo Bonzini · 10 years ago
  24. 9d82b5a exec: make iotlb RCU-friendly by Paolo Bonzini · 12 years ago
  25. 76e5c76 exec: introduce cpu_reload_memory_map by Paolo Bonzini · 10 years ago
  26. 52851b7 cpu-exec: simplify icount code by Paolo Bonzini · 10 years ago
  27. a7fa2e9 cpu-exec: drop dead assignment by Paolo Bonzini · 10 years ago
  28. 2e91cc6 cpu-exec: simplify init_delay_params by Paolo Bonzini · 10 years ago
  29. a498d0e cpu-exec: simplify align_clocks by Paolo Bonzini · 10 years ago
  30. d8a499f cpu-exec: invalidate nocache translation if they are interrupted by Pavel Dovgalyuk · 10 years ago
  31. 626cf8f icount: set can_do_io outside TB execution by Pavel Dovgalyuk · 10 years ago
  32. e511b4d cpu-exec: reset exception_index correctly by Pavel Dovgalyuk · 10 years ago
  33. b4ac20b cpu-exec: fix cpu_exec_nocache by Pavel Dovgalyuk · 10 years ago
  34. 6a0fcbd cpu-exec: Do CPU_INTERRUPT_HALT unconditionally by Richard Henderson · 10 years ago
  35. 42f53fe target-i386: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  36. 458dd76 target-ppc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  37. e9854c3 target-lm32: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  38. 29cd33d target-microblaze: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  39. fa4faba target-mips: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  40. dfdb483 target-tricore: Remove the dummy interrupt boilerplate by Richard Henderson · 10 years ago
  41. fbb96c4 target-openrisc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  42. 87afe46 target-sparc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  43. e892571 target-arm: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  44. d8bb915 target-unicore32: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  45. f47ede1 target-sh4: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  46. dde7c24 target-alpha: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  47. 5a1f7f4 target-cris: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  48. ab409bb target-m68k: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  49. 02bb9bb target-s390x: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  50. 37f3616 target-xtensa: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  51. 9585db6 qom: Add cpu_exec_interrupt hook by Richard Henderson · 10 years ago
  52. 774f0ab target-ppc: Use cpu_exec_enter qom hook by Richard Henderson · 10 years ago
  53. 00f3fd6 target-m68k: Use cpu_exec_enter/exit qom hooks by Richard Henderson · 10 years ago
  54. 374e0cd target-i386: Use cpu_exec_enter/exit qom hooks by Richard Henderson · 10 years ago
  55. 1039e12 cpu-exec: Remove do-nothing ifdef chains by Richard Henderson · 10 years ago
  56. cffe7b3 qom: Add cpu_exec_enter and cpu_exec_exit hooks by Richard Henderson · 10 years ago
  57. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
  58. c3c8d6b cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUs by David Hoover · 10 years ago
  59. 48e06fe target-tricore: Add target stubs and qom-cpu by Bastian Koppelmann · 11 years ago
  60. 6db8b53 trace: add some tcg tracing support by Alex Bennée · 11 years ago
  61. 27498be monitor: Add drift info to 'info jit' by Sebastian Tanase · 11 years ago
  62. 7f7bc14 cpu-exec: Print to console if the guest is late by Sebastian Tanase · 11 years ago
  63. c2aa5f8 cpu-exec: Add sleeping algorithm by Sebastian Tanase · 11 years ago
  64. 4a92a55 cpu: make CPU_INTERRUPT_RESET available on all targets by Paolo Bonzini · 12 years ago
  65. bae2c27 cpu-exec: Unlock tb_lock if we longjmp out of code generation by Peter Maydell · 11 years ago
  66. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 12 years ago
  67. 648f034 translate-all: Change tb_gen_code() argument to CPUState by Andreas Färber · 12 years ago
  68. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  69. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  70. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  71. 6f03bef cpu: Move jmp_env field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  72. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  73. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  74. efee734 cpu: Move icount_extra field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  75. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  76. 4cc3561 target-arm: Store AIF bits in env->pstate for AArch32 by Peter Maydell · 11 years ago
  77. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  78. 4cddc7f Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  79. 03afa5f exec: Delay CPU_LOG_TB_CPU until we actually execute a TB by Richard Henderson · 11 years ago
  80. 693fa55 cpu-exec: Optimize X86CPU usage in cpu_exec() by Andreas Färber · 11 years ago
  81. 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
  82. 6c78f29 cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec() by Juergen Lock · 11 years ago
  83. 3e9bd63 tcg: Fix next_tb type in cpu_exec by Richard Henderson · 12 years ago
  84. 04d5a1d tcg: Change tcg_qemu_tb_exec return to uintptr_t by Richard Henderson · 12 years ago
  85. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  86. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  87. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  88. 518e9d7 target-i386: Change do_smm_enter() argument to X86CPU by Andreas Färber · 12 years ago
  89. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  90. 80cf2c8 target-i386/helper: remove DF macro by liguang · 12 years ago
  91. 75312e7 Merge branch 'mingw' of git://qemu.weilnetz.de/qemu by Aurelien Jarno · 12 years ago
  92. ec9bd89 Ensure good ordering of memory instruction in cpu_exec by Olivier Hainque · 12 years ago
  93. c30d1ae cpu-exec: Allow "-d exec" in non-debug builds (drop CONFIG_DEBUG_EXEC) by Peter Maydell · 12 years ago
  94. 4980ef9 target-i386: Don't modify env->eflags around cpu_dump_state by Richard Henderson · 12 years ago
  95. d15a9c2 Add top level changes for moxie by Anthony Green · 12 years ago
  96. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  97. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  98. 378df4b Handle CPU interrupts by inline checking of a flag by Peter Maydell · 12 years ago
  99. 7721137 cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PC by Peter Maydell · 12 years ago
  100. 0980011 tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses by Peter Maydell · 12 years ago