1. 07f5a25 target-*: Clean up cpu.h header guards by Markus Armbruster · 9 years ago
  2. b35399b Fix confusing argument names in some common functions by Sergey Sorokin · 9 years ago
  3. 8642c1b target-*: Don't redefine cpu_exec() by Peter Crosthwaite · 9 years ago
  4. 7c25504 exec: [tcg] Track which vCPU is performing translation and execution by Lluís Vilanova · 9 years ago
  5. a5cbe92 target-moxie: Remove unused struct elements by Stefan Weil · 9 years ago
  6. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  7. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  8. 1e00b8d hw: move CPU state serialization to migration/cpu.h by Paolo Bonzini · 9 years ago
  9. 90aa39a tcg: Allow goto_tb to any target PC in user mode by Sergey Fedorov · 9 years ago
  10. 89fee74 tb: consistently use uint32_t for tb->flags by Emilio G. Cota · 9 years ago
  11. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  12. 1bcea73 tcg: Add type for vCPU pointers by Lluís Vilanova · 9 years ago
  13. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  14. e1ccc05 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr by Richard Henderson · 11 years ago
  15. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  16. d24688f moxie: Clean up includes by Peter Maydell · 9 years ago
  17. 522a0d4 target-*: Advance pc after recognizing a breakpoint by Richard Henderson · 9 years ago
  18. 9f87a4c disas: QOMify moxie specific disas setup by Peter Crosthwaite · 9 years ago
  19. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  20. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 9 years ago
  21. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  22. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 9 years ago
  23. dc03246 target-*: Drop cpu_gen_code define by Richard Henderson · 9 years ago
  24. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 9 years ago
  25. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  26. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 9 years ago
  27. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  28. b744d33 moxie: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  29. 98dbe5a elf: Update EM_MOXIE definition by Peter Crosthwaite · 9 years ago
  30. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 9 years ago
  31. 8abae4d maint: remove unused include for assert.h by Daniel P. Berrange · 9 years ago
  32. b6af097 maint: remove / fix many doubled words by Daniel P. Berrange · 9 years ago
  33. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  34. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  35. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  36. 6093d01 target-moxie: Fix warnings from Sparse (one-bit signed bitfield) by Stefan Weil · 10 years ago
  37. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  38. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  39. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  40. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  41. 302fe12 moxie: Fix warning caused by missing include statement by Stefan Weil · 10 years ago
  42. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  43. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  44. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  45. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  46. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  47. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  48. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  49. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  50. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  51. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  52. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  53. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  54. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  55. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  56. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  57. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  58. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  59. b1669e5 target: Include softmmu_exec.h where forgotten by Richard Henderson · 11 years ago
  60. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  61. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  62. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  63. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  64. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  65. a10b978 target-moxie: Implement CPUClass::set_pc() by Andreas Färber · 12 years ago
  66. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  67. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  68. 13cccc6 target-moxie: gen_intermediate_code_internal() should be inlined by Andreas Färber · 12 years ago
  69. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  70. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  71. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  72. d2ad502 target-moxie: replace target_phys_addr_t with hwaddr by Hu Tao · 12 years ago
  73. 183543c target-moxie: Fix VMState registration by Peter Maydell · 12 years ago
  74. 5357406 target-moxie: set do_interrupt to a target-specific helper function by Dunrong Huang · 12 years ago
  75. e06335b target-moxie: Fix pointer-to-integer conversion (MinGW-w64) by Stefan Weil · 12 years ago
  76. 525bd32 Add moxie target code by Anthony Green · 12 years ago