1. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  2. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  3. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  4. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  5. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  6. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  7. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  8. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  9. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  10. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  11. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  12. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  13. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  14. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  15. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  16. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  17. 5631e69 target-openrisc: Use new qemu_ld/st opcodes by Richard Henderson · 11 years ago
  18. 2e0fc3a openrisc: Fix spelling in comment (transaltion -> translation) by Stefan Weil · 11 years ago
  19. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  20. 93147a1 target-openrisc: Correct memory bounds checking for the tlb buffers by Sebastian Macke · 11 years ago
  21. d515521 openrisc-timer: Reduce overhead, Separate clock update functions by Sebastian Macke · 11 years ago
  22. ae52bd9 target-openrisc: Correct wrong epcr register in interrupt handler by Sebastian Macke · 11 years ago
  23. 04359e6 target-openrisc: Remove executable flag for every page by Sebastian Macke · 11 years ago
  24. da1d775 target-openrisc: Remove unnecessary code generated by jump instructions by Sebastian Macke · 11 years ago
  25. 352367e target-openrisc: Speed up move instruction by Sebastian Macke · 11 years ago
  26. ded77da Merge remote-tracking branch 'jliu/or32' into staging by Anthony Liguori · 11 years ago
  27. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  28. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  29. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  30. 6ef8263 target-openrisc: Removes a non-conforming behavior for the first page of the memory by Sebastian Macke · 11 years ago
  31. bf961b5 target-openrisc: Correct handling of page faults. by Sebastian Macke · 11 years ago
  32. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  33. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  34. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  35. 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
  36. 3002873 target-openrisc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
  37. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  38. b142d79 Merge remote-tracking branch 'jliu/or32' into staging by Anthony Liguori · 12 years ago
  39. 9b146e9 target-openrisc: Free typename in openrisc_cpu_class_by_name by Jia Liu · 12 years ago
  40. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  41. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  42. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  43. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  44. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  45. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  46. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  47. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  48. 071b336 target-openrisc: Fix typename in openrisc_cpu_class_by_name() by Dongxue Zhang · 12 years ago
  49. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  50. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  51. da69721 target-openrisc: Register VMStateDescription for OpenRISCCPU by Andreas Färber · 12 years ago
  52. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  53. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  54. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  55. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  56. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 12 years ago
  57. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  58. c296262 target-openrisc: Update OpenRISCCPU to QOM realizefn by Andreas Färber · 12 years ago
  59. 478032a target-openrisc: Rename CPU subtypes by Andreas Färber · 12 years ago
  60. bc755a0 target-openrisc: TYPE_OPENRISC_CPU should be abstract by Andreas Färber · 12 years ago
  61. a1ebd6c target-openrisc: Use type_register() instead of type_register_static() by Andreas Färber · 12 years ago
  62. c432b78 target-openrisc: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 12 years ago
  63. bd039ce target-openrisc: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 12 years ago
  64. dd51dc5 target-openrisc: Clean up triple QOM casts by Andreas Färber · 12 years ago
  65. 8486af9 target-openrisc: Drop OpenRISCCPUList by Andreas Färber · 12 years ago
  66. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  67. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  68. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  69. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  70. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  71. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  72. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  73. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  74. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  75. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  76. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  77. 44e04d3 target-openrisc: remove conflicting definitions from cpu.h by Aurelien Jarno · 12 years ago
  78. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  79. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  80. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  81. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  82. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  83. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  84. d962783 target-or32: Add linux user support by Jia Liu · 13 years ago
  85. 4dd044c target-or32: Add system instructions by Jia Liu · 13 years ago
  86. 99f575e target-or32: Add timer support by Jia Liu · 13 years ago
  87. dd29c7f target-or32: Add PIC support by Jia Liu · 13 years ago
  88. bbe418f target-or32: Add instruction translation by Jia Liu · 13 years ago
  89. 5b56950 target-or32: Add float instruction helpers by Jia Liu · 13 years ago
  90. e54a5af target-or32: Add int instruction helpers by Jia Liu · 13 years ago
  91. 1d7d403 target-or32: Add exception support by Jia Liu · 13 years ago
  92. b6a71ef target-or32: Add interrupt support by Jia Liu · 13 years ago
  93. 726fe04 target-or32: Add MMU support by Jia Liu · 13 years ago
  94. e67db06 target-or32: Add target stubs and QOM cpu by Jia Liu · 13 years ago