1. 6d53224 target-sparc: Migrate CWP and PIL for SPARC64 by Peter Maydell · 9 years ago
  2. 0e88d45 target-sparc: Use VMState arrays for SPARC64 TLB/MMU state by Peter Maydell · 9 years ago
  3. df32c8d target-sparc: Convert to VMStateDescription by Juan Quintela · 9 years ago
  4. 232afac1 target-sparc: Don't flush TLB in cpu_load function by Peter Maydell · 9 years ago
  5. 4552a09 target-sparc: Split cpu_put_psr into side-effect and no-side-effect parts by Peter Maydell · 9 years ago
  6. c9a4644 target-sparc: implement NPT timer bit by Mark Cave-Ayland · 9 years ago
  7. e913cac sun4u: split out NPT and INT_DIS into separate CPUTimer fields by Mark Cave-Ayland · 9 years ago
  8. bd4e097 sparc: allow CASA with ASI 0xa from user space by Alex Zuepke · 9 years ago
  9. 12a3567 target-sparc: fix 32-bit truncation in fpackfix by Paolo Bonzini · 9 years ago
  10. 522a0d4 target-*: Advance pc after recognizing a breakpoint by Richard Henderson · 9 years ago
  11. df0900e disas: QOMify sparc specific disas setup by Peter Crosthwaite · 10 years ago
  12. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  13. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 9 years ago
  14. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  15. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 9 years ago
  16. dc03246 target-*: Drop cpu_gen_code define by Richard Henderson · 9 years ago
  17. a3d5ad7 target-sparc: Add npc state to insn_start by Richard Henderson · 9 years ago
  18. 6c42444 target-sparc: Remove gen_opc_jump_pc by Richard Henderson · 9 years ago
  19. 2bf2e01 target-sparc: Split out gen_branch_n by Richard Henderson · 9 years ago
  20. bfa31b7 target-sparc: Tidy gen_branch_a interface by Richard Henderson · 9 years ago
  21. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 9 years ago
  22. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  23. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 9 years ago
  24. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  25. 7745238 sparc: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  26. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 9 years ago
  27. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 9 years ago
  28. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 10 years ago
  29. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  30. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  31. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  32. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  33. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  34. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  35. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  36. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  37. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  38. a2035e8 target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY by Peter Maydell · 10 years ago
  39. 6969462 target-sparc: is_translating_asi() is TARGET_SPARC64 only by Peter Maydell · 10 years ago
  40. e60538c target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only by Peter Maydell · 10 years ago
  41. 6223029 target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc by Peter Maydell · 10 years ago
  42. eb513f8 target-sparc: Don't use {ld, st}*_raw functions by Peter Maydell · 10 years ago
  43. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  44. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  45. 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
  46. 87afe46 target-sparc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  47. 2a5fade target-sparc64: implement Short Floating-Point Store Instructions by Artyom Tarasenko · 10 years ago
  48. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  49. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  50. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  51. d94f0a8 softmmu: move ALIGNED_ONLY to cpu.h by Paolo Bonzini · 11 years ago
  52. 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
  53. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  54. 6a5b69a target-sparc: fix 32bit integer division overflow by Olivier Danet · 11 years ago
  55. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  56. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  57. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  58. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  59. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  60. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  61. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  62. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  63. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  64. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  65. 247bf01 target-sparc: Defer SPARCCPU feature inference to QOM realize by Andreas Färber · 11 years ago
  66. 433ac7a target-sparc: Implement CPUClass::parse_features() for SPARCCPU by Andreas Färber · 11 years ago
  67. db5d39f target-sparc: Use error_report() for CPU error reporting by Andreas Färber · 11 years ago
  68. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  69. 2fad111 target-sparc: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  70. 16c358e target-sparc: Add and use CPU_FEATURE_CASA by Sebastian Huber · 11 years ago
  71. db3be60 exec: Make stb_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  72. 5ce5944 exec: Make stw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  73. 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
  74. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  75. f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  76. 41701aa exec: Make lduw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  77. 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  78. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  79. 1cf892c SPARC: Fix LEON3 power down instruction by Sebastian Huber · 11 years ago
  80. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  81. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  82. f5daeec tcg: Remove stray semi-colons from target-*/helper.h by Richard Henderson · 11 years ago
  83. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  84. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  85. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  86. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  87. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  88. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  89. d19c87f target-sparc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  90. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  91. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
  92. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  93. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  94. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  95. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  96. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  97. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  98. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  99. 68a4715 target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPU by Andreas Färber · 12 years ago
  100. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago