1. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  2. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  3. e5e84d2 target-m68k: Rename helpers.h to helper.h by Richard Henderson · 11 years ago
  4. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  5. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  6. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  7. 5b24c64 cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML by Andreas Färber · 12 years ago
  8. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  9. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  10. c88de14 target-m68k: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  11. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  12. 22169d4 gdbstub: Change gdb_register_coprocessor() argument to CPUState by Andreas Färber · 12 years ago
  13. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  14. 9e0c542 gdbstub: Change syscall callback argument to CPUState by Andreas Färber · 12 years ago
  15. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  16. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  17. e700604 target-m68k: Implement CPUClass::set_pc() by Andreas Färber · 12 years ago
  18. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  19. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  20. c296b15 target-m68k: Change gen_intermediate_code_internal() argument to M68kCPU by Andreas Färber · 12 years ago
  21. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  22. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  23. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  24. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  25. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  26. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  27. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  28. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  29. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  30. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  31. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  32. cb3fb38 target-m68k: Pass M68kCPU to m68k_set_irq_level() by Andreas Färber · 12 years ago
  33. c7937d9 target-m68k: Return M68kCPU from cpu_m68k_init() by Andreas Färber · 12 years ago
  34. 1cc8961 target-m68k: Move TCG initialization to M68kCPU initfn by Andreas Färber · 12 years ago
  35. 6d1bbc6 target-m68k: Introduce QOM realizefn for M68kCPU by Andreas Färber · 12 years ago
  36. f38f7a8 target-m68k: Fix comment by Stefan Weil · 12 years ago
  37. 7a9f812 target-m68k: Rename CPU subtypes by Andreas Färber · 12 years ago
  38. 087fe4f target-m68k: Mark as unmigratable by Andreas Färber · 12 years ago
  39. 2dddbc2 target-m68k: Use type_register() instead of type_register_static() by Andreas Färber · 12 years ago
  40. cae8506 target-m68k: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 12 years ago
  41. bc5b2da target-m68k: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 12 years ago
  42. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  43. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  44. 92a3136 cpu: Introduce CPUListState struct by Andreas Färber · 12 years ago
  45. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  46. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  47. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  48. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  49. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  50. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  51. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  52. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  53. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  54. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  55. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  56. d694516 target-m68k: Remove t1 from CPUM68KState by Richard Henderson · 12 years ago
  57. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  58. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  59. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  60. 1073bfd target-m68k/m68k-semi.c: Log when put_user for returning values fails by Peter Maydell · 12 years ago
  61. 7ba6c10 target-m68k/m68k-semi: Handle get_user failure by Peter Maydell · 12 years ago
  62. aed91c1 m68k: Return semihosting errno values correctly by Meador Inge · 12 years ago
  63. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  64. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  65. fa547e6 target-m68k: Call tcg_gen_debug_insn_start by Richard Henderson · 12 years ago
  66. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 12 years ago
  67. d4d79bb target-m68k: avoid using cpu_single_env by Blue Swirl · 12 years ago
  68. 3187114 target-m68k: switch to AREG0 free mode by Blue Swirl · 12 years ago
  69. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  70. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  71. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  72. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  73. 1115091 target-m68k: Add QOM CPU subclasses by Andreas Färber · 13 years ago
  74. 9b70603 target-m68k: Start QOM'ifying CPU init by Andreas Färber · 13 years ago
  75. 11c1986 target-m68k: QOM'ify CPU reset by Andreas Färber · 13 years ago
  76. b9e7a23 target-m68k: QOM'ify CPU by Andreas Färber · 13 years ago
  77. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  78. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  79. 2b3e3cf target-m68k: Don't overuse CPUState by Andreas Färber · 13 years ago
  80. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  81. 3aef481 target-m68k: Clean includes by Stefan Weil · 13 years ago
  82. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  83. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  84. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  85. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  86. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  87. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  88. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  89. 3c68882 m68k: use caller supplied CPUState for interrupt related stuff by Blue Swirl · 14 years ago
  90. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  91. 351326a m68k: Replace gen_im32() by tcg_const_i32() by Laurent Vivier · 14 years ago
  92. a1c7273 Fix typos in comments and code (occured -> occurred and related) by Stefan Weil · 14 years ago
  93. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  94. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  95. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  96. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  97. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  98. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  99. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  100. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago