1. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  2. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  3. da69721 target-openrisc: Register VMStateDescription for OpenRISCCPU by Andreas Färber · 12 years ago
  4. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  5. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  6. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  7. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  8. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 12 years ago
  9. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  10. c296262 target-openrisc: Update OpenRISCCPU to QOM realizefn by Andreas Färber · 12 years ago
  11. 478032a target-openrisc: Rename CPU subtypes by Andreas Färber · 12 years ago
  12. bc755a0 target-openrisc: TYPE_OPENRISC_CPU should be abstract by Andreas Färber · 12 years ago
  13. a1ebd6c target-openrisc: Use type_register() instead of type_register_static() by Andreas Färber · 12 years ago
  14. c432b78 target-openrisc: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 12 years ago
  15. bd039ce target-openrisc: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 12 years ago
  16. dd51dc5 target-openrisc: Clean up triple QOM casts by Andreas Färber · 12 years ago
  17. 8486af9 target-openrisc: Drop OpenRISCCPUList by Andreas Färber · 12 years ago
  18. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  19. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  20. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  21. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  22. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  23. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  24. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  25. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  26. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  27. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  28. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  29. 44e04d3 target-openrisc: remove conflicting definitions from cpu.h by Aurelien Jarno · 12 years ago
  30. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  31. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  32. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  33. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  34. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  35. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  36. d962783 target-or32: Add linux user support by Jia Liu · 13 years ago
  37. 4dd044c target-or32: Add system instructions by Jia Liu · 13 years ago
  38. 99f575e target-or32: Add timer support by Jia Liu · 13 years ago
  39. dd29c7f target-or32: Add PIC support by Jia Liu · 13 years ago
  40. bbe418f target-or32: Add instruction translation by Jia Liu · 13 years ago
  41. 5b56950 target-or32: Add float instruction helpers by Jia Liu · 13 years ago
  42. e54a5af target-or32: Add int instruction helpers by Jia Liu · 13 years ago
  43. 1d7d403 target-or32: Add exception support by Jia Liu · 13 years ago
  44. b6a71ef target-or32: Add interrupt support by Jia Liu · 13 years ago
  45. 726fe04 target-or32: Add MMU support by Jia Liu · 13 years ago
  46. e67db06 target-or32: Add target stubs and QOM cpu by Jia Liu · 13 years ago