1. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  2. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  3. db5ebe5 sparc: Clean up includes by Peter Maydell · 9 years ago
  4. df32c8d target-sparc: Convert to VMStateDescription by Juan Quintela · 9 years ago
  5. df0900e disas: QOMify sparc specific disas setup by Peter Crosthwaite · 10 years ago
  6. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  7. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  8. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  9. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  10. 87afe46 target-sparc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  11. 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
  12. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  13. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  14. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  15. 247bf01 target-sparc: Defer SPARCCPU feature inference to QOM realize by Andreas Färber · 11 years ago
  16. 433ac7a target-sparc: Implement CPUClass::parse_features() for SPARCCPU by Andreas Färber · 11 years ago
  17. db5d39f target-sparc: Use error_report() for CPU error reporting by Andreas Färber · 11 years ago
  18. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  19. 16c358e target-sparc: Add and use CPU_FEATURE_CASA by Sebastian Huber · 11 years ago
  20. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  21. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 12 years ago
  22. 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
  23. a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
  24. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
  25. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  26. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  27. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  28. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  29. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  30. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  31. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  32. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  33. 1e2a1d4 target-sparc: Replace free by g_free by Stefan Weil · 12 years ago
  34. 6a4e177 Remove Sun4c, Sun4d and a few CPUs by Blue Swirl · 12 years ago
  35. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  36. d1c36ba SPARC LEON power-down support added by Ronald Hecht · 12 years ago
  37. 7a0a9c2 Added LEON MMU ASI mappings and corrected LEON3 MMU masks. by Ronald Hecht · 12 years ago
  38. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  39. 5266d20 target-sparc: Move TCG initialization to SPARCCPU initfn by Andreas Färber · 12 years ago
  40. b6e91eb target-sparc: Introduce QOM realizefn for SPARCCPU by Andreas Färber · 12 years ago
  41. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  42. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  43. 76a23ca target-sparc: Tidy cpu_dump_state by Richard Henderson · 12 years ago
  44. bfad673 sparc: use g_strdup in place of unchecked strdup by Jim Meyering · 12 years ago
  45. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  46. e59be77 target-sparc: Let cpu_sparc_init() return SPARCCPU by Andreas Färber · 13 years ago
  47. 90449c3 sparc: fix qtest by Blue Swirl · 13 years ago
  48. ab7ab3d target-sparc: QOM'ify CPU by Andreas Färber · 13 years ago
  49. 88ca012 target-sparc: Rename cpu_init.c by Andreas Färber · 13 years ago[Renamed from target-sparc/cpu_init.c]
  50. 89aaf60 sparc: reset CPU state on reset by Blue Swirl · 13 years ago
  51. c5f9864 target-sparc: Don't overuse CPUState by Andreas Färber · 13 years ago
  52. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  53. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  54. d300854 target-sparc: Fix use of g_new0 / g_free by Stefan Weil · 13 years ago
  55. ab3b491 Sparc: split helper.c by Blue Swirl · 13 years ago