1. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  2. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  3. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  4. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  5. d19c87f target-sparc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  6. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  7. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
  8. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  9. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  10. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  11. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  12. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  13. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  14. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  15. 68a4715 target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPU by Andreas Färber · 12 years ago
  16. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  17. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  18. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  19. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  20. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  21. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  22. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  23. 1e2a1d4 target-sparc: Replace free by g_free by Stefan Weil · 12 years ago
  24. 6a4e177 Remove Sun4c, Sun4d and a few CPUs by Blue Swirl · 12 years ago
  25. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  26. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  27. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  28. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  29. 528692a target-sparc: Use mul*2 for multiply by Richard Henderson · 12 years ago
  30. 15fe216 target-sparc: Use official add2/sub2 interfaces for addx/subx by Richard Henderson · 12 years ago
  31. d1c36ba SPARC LEON power-down support added by Ronald Hecht · 12 years ago
  32. 7a0a9c2 Added LEON MMU ASI mappings and corrected LEON3 MMU masks. by Ronald Hecht · 12 years ago
  33. 3c3adde Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  34. 05499f4 target-sparc: Fix debug output for DEBUG_MMU by Andreas Färber · 12 years ago
  35. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  36. 5266d20 target-sparc: Move TCG initialization to SPARCCPU initfn by Andreas Färber · 12 years ago
  37. b6e91eb target-sparc: Introduce QOM realizefn for SPARCCPU by Andreas Färber · 12 years ago
  38. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  39. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  40. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  41. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  42. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  43. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  44. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  45. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  46. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  47. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  48. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  49. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  50. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  51. dee17bf target-sparc: Remove t0, t1 from CPUSPARCState by Richard Henderson · 12 years ago
  52. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  53. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  54. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  55. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  56. 8f72196 target-sparc: make do_unaligned_access static by Blue Swirl · 12 years ago
  57. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  58. e7d51b3 target-sparc: Revert setting cpu_dst to gen_dest_gpr by Richard Henderson · 12 years ago
  59. c33b235 target-sparc: rename helper flags by Aurelien Jarno · 12 years ago
  60. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  61. e7c8afb target-sparc: fix FMOVr instruction by Aurelien Jarno · 12 years ago
  62. de9e9d9 target-sparc: Remove cpu_tmp0 as a global by Richard Henderson · 12 years ago
  63. 5793f2a target-sparc: Make cpu_dst local to OP=2 insns by Richard Henderson · 12 years ago
  64. 7b04bd5 target-sparc: Only use cpu_dst for eventual writes to a gpr by Richard Henderson · 12 years ago
  65. abcc719 target-sparc: Remove last uses of cpu_tmp64 by Richard Henderson · 12 years ago
  66. aeff993 target-sparc: Remove cpu_tmp64 use from softint insns by Richard Henderson · 12 years ago
  67. 3886b8a target-sparc: Don't use a temporary for gen_dest_fpr_D by Richard Henderson · 12 years ago
  68. 1ec789a target-sparc: Remove usage of cpu_tmp64 from most helper functions by Richard Henderson · 12 years ago
  69. f864194 target-sparc: Tidy ldfsr, stfsr by Richard Henderson · 12 years ago
  70. 7b9e066 target-sparc: Avoid cpu_tmp32 in Write Priv Register by Richard Henderson · 12 years ago
  71. 45778f9 target-sparc: Avoid cpu_tmp32 in Read Priv Register by Richard Henderson · 12 years ago
  72. ba5f517 target-sparc: Use get_temp_i32 in gen_dest_fpr_F by Richard Henderson · 12 years ago
  73. 2ae23e1 target-sparc: Split out get_temp_i32 by Richard Henderson · 12 years ago
  74. 5e6ed43 target-sparc: Make the cpu_addr variable local to load/store handling by Richard Henderson · 12 years ago
  75. a427352 target-sparc: Cleanup cpu_src[12] allocation by Richard Henderson · 12 years ago
  76. 81634ee target-sparc: Finish conversion to gen_load_gpr by Richard Henderson · 12 years ago
  77. 0682803 target-sparc: Convert swap to gen_load/store_gpr by Richard Henderson · 12 years ago
  78. c7785e1 target-sparc: Convert asi helpers to gen_*_gpr by Richard Henderson · 12 years ago
  79. 9d1d4e3 target-sparc: Use gen_load_gpr in get_src[12] by Richard Henderson · 12 years ago
  80. 97ea285 target-sparc: Conversion to gen_*_gpr, part 1 by Richard Henderson · 12 years ago
  81. 8802361 target-sparc: Add gen_load/store/dest_gpr by Richard Henderson · 12 years ago
  82. 20132b9 target-sparc: Don't compute full flags value so often by Richard Henderson · 12 years ago
  83. 6234ac0 target-sparc: Avoid unnecessary local temporaries by Richard Henderson · 12 years ago
  84. 96b5a3d target-sparc: Optimize CC_OP_LOGIC conditions by Richard Henderson · 12 years ago
  85. 0fa2a06 target-sparc: Fix optimized %icc comparisons by Richard Henderson · 12 years ago
  86. 2a484ec target-sparc: Optimize conditionals using SUBCC by Richard Henderson · 12 years ago
  87. fe1755c target-sparc: Fall through from not-taken trap by Richard Henderson · 12 years ago
  88. b09b2fd target-sparc: Cleanup "global" temporary allocation by Richard Henderson · 12 years ago
  89. 690995a target-sparc: Use movcond for FMOV*R by Richard Henderson · 12 years ago
  90. 6cb675b target-sparc: Use movcond in mulscc by Richard Henderson · 12 years ago
  91. a2ea4aa target-sparc: Move taddcctv and tsubcctv out of line by Richard Henderson · 12 years ago
  92. bd49ed4 target-sparc: Tidy Tcc by Richard Henderson · 12 years ago
  93. c28ae41 target-sparc: Move sdivx and udivx out of line by Richard Henderson · 12 years ago
  94. 6131674 target-sparc: Use movcond in gen_generic_branch by Richard Henderson · 12 years ago
  95. c33f80f target-sparc: Use DisasCompare and movcond in MOVR by Richard Henderson · 12 years ago
  96. f52879b target-sparc: Use DisasCompare and movcond in MOVCC by Richard Henderson · 12 years ago
  97. 7e48089 target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC by Richard Henderson · 12 years ago
  98. 3a49e75 target-sparc: Use DisasCompare in Tcc by Richard Henderson · 12 years ago
  99. 416fcae target-sparc: Introduce DisasCompare and functions to generate it by Richard Henderson · 12 years ago
  100. 2e655fe target-sparc: Tidy gen_generic_branch interface by Richard Henderson · 12 years ago