1. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  2. 73f395f misc: New spelling fixes in comments by Stefan Weil · 11 years ago
  3. f8da40a target-alpha: Convert to new ldst opcodes by Richard Henderson · 11 years ago
  4. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  5. f5daeec tcg: Remove stray semi-colons from target-*/helper.h by Richard Henderson · 11 years ago
  6. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  7. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 11 years ago
  8. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  9. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  10. 884f17c aio / timers: Convert rtc_clock to be a QEMUClockType by Alex Bligh · 11 years ago
  11. b114b68 target-alpha: Consider the superpage when threading and ending TBs by Richard Henderson · 11 years ago
  12. a9ead83 target-alpha: Use goto_tb in call_pal by Richard Henderson · 11 years ago
  13. ba96394 target-alpha: Implement call_pal without an exception by Richard Henderson · 11 years ago
  14. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  15. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 11 years ago
  16. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 11 years ago
  17. c3ce8eb target-alpha: Move cpu_gdb_{read,write}_register() by Andreas Färber · 11 years ago
  18. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 11 years ago
  19. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 11 years ago
  20. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  21. 801c4c2 target-alpha: Copy implver to DisasContext by Richard Henderson · 11 years ago
  22. ca6862a target-alpha: Copy singlestep_enabled to DisasContext by Richard Henderson · 11 years ago
  23. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 11 years ago
  24. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  25. 19e0cbb target-alpha: Move alarm to vm_clock by Richard Henderson · 11 years ago
  26. 86a35f7 target-alpha: Change gen_intermediate_code_internal() argument to AlphaCPU by Andreas Färber · 12 years ago
  27. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  28. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
  29. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  30. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  31. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  32. fe31e73 target-alpha: Register VMStateDescription for AlphaCPU by Andreas Färber · 12 years ago
  33. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  34. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  35. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  36. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  37. 962415f target-alpha: Use mulu2 for umulh insn by Richard Henderson · 12 years ago
  38. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  39. bd1b282 target-alpha: Update AlphaCPU to QOM realizefn by Andreas Färber · 12 years ago
  40. a120c28 target-alpha: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 12 years ago
  41. 0e44a02 target-alpha: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 12 years ago
  42. 2b8c275 cpu: Add model resolution support to CPUClass by Andreas Färber · 12 years ago
  43. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  44. 75a192a qemu-common.h: Make qemu_init_vcpu() stub static inline by Andreas Färber · 12 years ago
  45. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  46. 92a3136 cpu: Introduce CPUListState struct by Andreas Färber · 12 years ago
  47. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  48. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  49. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  50. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  51. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  52. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  53. 494342b target-alpha: Add support for -cpu ? by Andreas Färber · 12 years ago
  54. 0c28246 target-alpha: Turn CPU definitions into subclasses by Andreas Färber · 12 years ago
  55. c924585 target-alpha: Avoid leaking the alarm timer over reset by Andreas Färber · 12 years ago
  56. 5f5e335 target-alpha: Let cpu_alpha_init() return AlphaCPU by Andreas Färber · 12 years ago
  57. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  58. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  59. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  60. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  61. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  62. c47d08c target-alpha: Remove t0, t1 from CPUAlphaState by Richard Henderson · 12 years ago
  63. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  64. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  65. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  66. 98c8a73 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  67. e1e1b25 target-alpha: Use TCG_CALL_NO_WG by Richard Henderson · 12 years ago
  68. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  69. 0c0dcdf target-alpha: rename helper flags by Aurelien Jarno · 12 years ago
  70. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  71. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  72. 97fe81d Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  73. 57e289d target-alpha: Use movcond by Richard Henderson · 12 years ago
  74. 2b85cf0 target-alpha: Initialize env->cpu_model_str by Richard Henderson · 12 years ago
  75. 7639364 alpha-linux-user: Work around hosted mmap allocation problems by Richard Henderson · 13 years ago
  76. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  77. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  78. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  79. 9444006 target-alpha: QOM'ify CPU init by Andreas Färber · 13 years ago
  80. 25ebd80 target-alpha: QOM'ify CPU by Andreas Färber · 13 years ago
  81. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  82. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  83. 6576b74 Replace Qemu by QEMU in internal documentation by Stefan Weil · 13 years ago
  84. 55fddd6 target-alpha: Use noreturn marker in helper.h. by Richard Henderson · 13 years ago
  85. 7434340 target-alpha: Make use of fp_status.flush_inputs_to_zero. by Richard Henderson · 13 years ago
  86. c308275 target-alpha: Move memory helpers to mem_helper.c. by Richard Henderson · 13 years ago
  87. 69163fb target-alpha: Move palcode support helpers to sys_helper.c. by Richard Henderson · 13 years ago
  88. 2958620 target-alpha: Move integer overflow helpers to int_helper.c. by Richard Henderson · 13 years ago
  89. a44a277 target-alpha: Move fpcr helpers from op_helper.c to helper.c. by Richard Henderson · 13 years ago
  90. 4a58aed target-alpha: Move floating-point helpers to fpu_helper.c. by Richard Henderson · 13 years ago
  91. b9f0923 target-alpha: Move exception helpers to helper.c. by Richard Henderson · 13 years ago
  92. 0be034b target-alpha: Move integer helpers to int_helper.c. by Richard Henderson · 13 years ago
  93. 7b74505 alpha-linux-user: Initialize fpu to round-to-normal. by Richard Henderson · 13 years ago
  94. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  95. 4d5712f target-alpha: Don't overuse CPUState by Andreas Färber · 13 years ago
  96. 2c97629 target-alpha: Clean includes by Stefan Weil · 13 years ago
  97. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  98. c781cf9 target-alpha: Add high-resolution access to wall clock and an alarm. by Richard Henderson · 14 years ago
  99. 034ebc2 target-alpha: Implement HALT IPR. by Richard Henderson · 14 years ago
  100. bc24270 target-alpha: Implement WAIT IPR. by Richard Henderson · 14 years ago