1. a2035e8 target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY by Peter Maydell · 10 years ago
  2. 6969462 target-sparc: is_translating_asi() is TARGET_SPARC64 only by Peter Maydell · 10 years ago
  3. e60538c target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only by Peter Maydell · 10 years ago
  4. 6223029 target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc by Peter Maydell · 10 years ago
  5. eb513f8 target-sparc: Don't use {ld, st}*_raw functions by Peter Maydell · 10 years ago
  6. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  7. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  8. 339aaf5 qemu-log: add log category for MMU info by Antony Pavlov · 10 years ago
  9. 87afe46 target-sparc: Use cpu_exec_interrupt qom hook by Richard Henderson · 11 years ago
  10. 2a5fade target-sparc64: implement Short Floating-Point Store Instructions by Artyom Tarasenko · 11 years ago
  11. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  12. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  13. 0f590e7 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  14. d94f0a8 softmmu: move ALIGNED_ONLY to cpu.h by Paolo Bonzini · 11 years ago
  15. 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
  16. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  17. 6a5b69a target-sparc: fix 32bit integer division overflow by Olivier Danet · 11 years ago
  18. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 12 years ago
  19. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
  20. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 12 years ago
  21. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
  22. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 12 years ago
  23. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
  24. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 12 years ago
  25. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  26. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  27. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  28. 247bf01 target-sparc: Defer SPARCCPU feature inference to QOM realize by Andreas Färber · 11 years ago
  29. 433ac7a target-sparc: Implement CPUClass::parse_features() for SPARCCPU by Andreas Färber · 11 years ago
  30. db5d39f target-sparc: Use error_report() for CPU error reporting by Andreas Färber · 11 years ago
  31. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  32. 2fad111 target-sparc: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  33. 16c358e target-sparc: Add and use CPU_FEATURE_CASA by Sebastian Huber · 11 years ago
  34. db3be60 exec: Make stb_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  35. 5ce5944 exec: Make stw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  36. 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
  37. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  38. f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  39. 41701aa exec: Make lduw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  40. 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  41. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  42. 1cf892c SPARC: Fix LEON3 power down instruction by Sebastian Huber · 11 years ago
  43. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  44. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  45. f5daeec tcg: Remove stray semi-colons from target-*/helper.h by Richard Henderson · 12 years ago
  46. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 12 years ago
  47. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  48. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  49. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  50. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  51. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  52. d19c87f target-sparc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  53. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  54. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
  55. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  56. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  57. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  58. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  59. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  60. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  61. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  62. 68a4715 target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPU by Andreas Färber · 12 years ago
  63. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  64. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  65. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  66. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  67. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  68. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  69. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  70. 1e2a1d4 target-sparc: Replace free by g_free by Stefan Weil · 12 years ago
  71. 6a4e177 Remove Sun4c, Sun4d and a few CPUs by Blue Swirl · 12 years ago
  72. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  73. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  74. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  75. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  76. 528692a target-sparc: Use mul*2 for multiply by Richard Henderson · 12 years ago
  77. 15fe216 target-sparc: Use official add2/sub2 interfaces for addx/subx by Richard Henderson · 12 years ago
  78. d1c36ba SPARC LEON power-down support added by Ronald Hecht · 12 years ago
  79. 7a0a9c2 Added LEON MMU ASI mappings and corrected LEON3 MMU masks. by Ronald Hecht · 12 years ago
  80. 3c3adde Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  81. 05499f4 target-sparc: Fix debug output for DEBUG_MMU by Andreas Färber · 12 years ago
  82. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  83. 5266d20 target-sparc: Move TCG initialization to SPARCCPU initfn by Andreas Färber · 12 years ago
  84. b6e91eb target-sparc: Introduce QOM realizefn for SPARCCPU by Andreas Färber · 12 years ago
  85. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  86. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  87. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  88. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  89. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  90. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  91. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  92. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  93. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  94. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  95. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  96. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  97. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  98. dee17bf target-sparc: Remove t0, t1 from CPUSPARCState by Richard Henderson · 12 years ago
  99. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  100. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago