1. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  2. ea99dde lm32: Clean up includes by Peter Maydell · 9 years ago
  3. 522a0d4 target-*: Advance pc after recognizing a breakpoint by Richard Henderson · 9 years ago
  4. 2098467 disas: QOMify lm32 specific disas setup by Peter Crosthwaite · 10 years ago
  5. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 10 years ago
  6. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 10 years ago
  7. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 10 years ago
  8. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 10 years ago
  9. dc03246 target-*: Drop cpu_gen_code define by Richard Henderson · 10 years ago
  10. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 10 years ago
  11. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 10 years ago
  12. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 10 years ago
  13. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 10 years ago
  14. 22d2fb4 lm32: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  15. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 10 years ago
  16. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 10 years ago
  17. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  18. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  19. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  20. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  21. cfe67ce semihosting: create SemihostingConfig structure and semihost.h by Leon Alrae · 10 years ago
  22. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  23. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  24. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  25. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  26. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  27. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  28. bd79255 translate: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  29. 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 11 years ago
  30. e9854c3 target-lm32: Use cpu_exec_interrupt qom hook by Richard Henderson · 11 years ago
  31. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 11 years ago
  32. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  33. 74892d2 vl: allow other threads to do qemu_system_vmstop_request by Paolo Bonzini · 11 years ago
  34. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  35. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  36. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  37. 25156d1 lm32: remove lm32_sys by Michael Walle · 11 years ago
  38. f7bbcfb target-lm32: add semihosting support by Michael Walle · 11 years ago
  39. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  40. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 12 years ago
  41. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
  42. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  43. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 12 years ago
  44. b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
  45. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
  46. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 12 years ago
  47. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  48. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 12 years ago
  49. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  50. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  51. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  52. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  53. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  54. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  55. 667ff96 target-lm32: stop VM on illegal or unknown instruction by Michael Walle · 12 years ago
  56. 3dd3a2b target-lm32: add breakpoint/watchpoint support by Michael Walle · 12 years ago
  57. 34f4aa8 target-lm32: move model features to LM32CPU by Michael Walle · 12 years ago
  58. 3604a76 target-lm32: kill cpu_abort() calls by Michael Walle · 12 years ago
  59. b1669e5 target: Include softmmu_exec.h where forgotten by Richard Henderson · 12 years ago
  60. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  61. 0ee1024 lm32_juart: Relocate and tidy header by Andreas Färber · 12 years ago
  62. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  63. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  64. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  65. d0ff8d0 target-lm32: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  66. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  67. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  68. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  69. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  70. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  71. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  72. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  73. cd0db97 target-lm32: Change gen_intermediate_code_internal() argument to LM32CPU by Andreas Färber · 12 years ago
  74. 28014bc target-lm32: gen_intermediate_code_internal() should be inlined by Andreas Färber · 12 years ago
  75. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  76. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  77. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  78. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  79. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  80. 6635075 target-lm32: use HELPER() macro by Michael Walle · 12 years ago
  81. a5b0f6d target-lm32: flush tlb after clearing env by Michael Walle · 12 years ago
  82. de55c4b target-lm32: remove dead code by Michael Walle · 12 years ago
  83. df5eb7d target-lm32: fix cmpgui and cmpgeui opcodes by Michael Walle · 12 years ago
  84. 608a03c target-lm32: don't log cpu state in translation by Michael Walle · 13 years ago
  85. b92e062 target-lm32: fix debug memory access by Michael Walle · 13 years ago
  86. 0ad6773 target-lm32: Update VMStateDescription to LM32CPU by Andreas Färber · 12 years ago
  87. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  88. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  89. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  90. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  91. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 12 years ago
  92. 0203f86 target-lm32: Drop unused cpu_lm32_close() prototype by Andreas Färber · 12 years ago
  93. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  94. 868e282 target-lm32: Move TCG initialization to LM32CPU initfn by Andreas Färber · 12 years ago
  95. 9c23169 target-lm32: Introduce QOM realizefn for LM32CPU by Andreas Färber · 12 years ago
  96. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  97. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  98. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  99. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  100. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago