1. 522a0d4 target-*: Advance pc after recognizing a breakpoint by Richard Henderson · 9 years ago
  2. d49dd52 disas: QOMify sh4 specific disas setup by Peter Crosthwaite · 9 years ago
  3. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  4. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 9 years ago
  5. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  6. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 9 years ago
  7. dc03246 target-*: Drop cpu_gen_code define by Richard Henderson · 9 years ago
  8. 07f3c16 target-sh4: Add flags state to insn_start by Richard Henderson · 9 years ago
  9. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 9 years ago
  10. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  11. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 9 years ago
  12. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  13. bf337d4 sh4: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  14. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 9 years ago
  15. 2b750d9 Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150913' into staging by Peter Maydell · 9 years ago
  16. be654c8 target-sh4: improve shad instruction by Aurelien Jarno · 10 years ago
  17. 5776016 target-sh4: improve shld instruction by Aurelien Jarno · 10 years ago
  18. eb6ca2b target-sh4: improve cmp/str instruction by Aurelien Jarno · 10 years ago
  19. 218fd73 target-sh4: use deposit in swap.b instruction by Aurelien Jarno · 10 years ago
  20. 7f6bdc4 target-sh4: add flags markups for FP helpers by Aurelien Jarno · 10 years ago
  21. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 9 years ago
  22. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  23. 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 9 years ago
  24. 8abae4d maint: remove unused include for assert.h by Daniel P. Berrange · 9 years ago
  25. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 9 years ago
  26. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  27. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  28. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  29. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  30. d218b28 target-sh4: remove dead code by Aurelien Jarno · 10 years ago
  31. 91b4d29 target-sh4: factorize fmov implementation by Aurelien Jarno · 10 years ago
  32. 1d565b2 target-sh4: split out Q and M from of SR and optimize div1 by Aurelien Jarno · 10 years ago
  33. 60eb27f target-sh4: optimize negc using add2 and sub2 by Aurelien Jarno · 10 years ago
  34. d0f44a5 target-sh4: optimize subc using sub2 by Aurelien Jarno · 10 years ago
  35. a2368e0 target-sh4: optimize addc using add2 by Aurelien Jarno · 10 years ago
  36. 3408694 target-sh4: Split out T from SR by Aurelien Jarno · 10 years ago
  37. 5ed9a25 target-sh4: use bit number for SR constants by Aurelien Jarno · 10 years ago
  38. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  39. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  40. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  41. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 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. f47ede1 target-sh4: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  45. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  46. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  47. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  48. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  49. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  50. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  51. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  52. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  53. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  54. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  55. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  56. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  57. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  58. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  59. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  60. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  61. 3376f41 target-sh4: Use new qemu_ld/st opcodes by Aurelien Jarno · 11 years ago
  62. 21c0461 target-sh4: move features flag after CPU_COMMON by Bobby Bingham · 11 years ago
  63. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  64. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  65. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  66. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  67. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  68. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  69. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 11 years ago
  70. 2f93773 target-sh4: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  71. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  72. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  73. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  74. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  75. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  76. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  77. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  78. 38e3081 target-sh4: Change gen_intermediate_code_internal() argument to SuperHCPU by Andreas Färber · 12 years ago
  79. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  80. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  81. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  82. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  83. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  84. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  85. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  86. b350ab7 target-sh4: Move PVR/PRR/CVR into SuperHCPUClass by Andreas Färber · 12 years ago
  87. c1b382e target-sh4: Introduce SuperHCPU subclasses by Andreas Färber · 12 years ago
  88. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  89. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  90. 1d3b708 target-sh4: Use mul*2 for dmul* by Richard Henderson · 12 years ago
  91. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  92. aa7408e target-sh4: Move TCG initialization to SuperHCPU initfn by Andreas Färber · 12 years ago
  93. 55acb58 target-sh4: Introduce QOM realizefn for SuperHCPU by Andreas Färber · 13 years ago
  94. 1e45d31 target-sh4: Mark as unmigratable by Andreas Färber · 12 years ago
  95. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  96. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  97. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  98. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  99. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  100. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago