1. ce5b1bb exec: move cpu_exec_init() calls to realize functions by Laurent Vivier · 8 years ago
  2. af39bc8 softfloat: Implement run-time-configurable meaning of signaling NaN bit by Aleksandar Markovic · 9 years ago
  3. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  4. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  5. 5af98cc unicore: Clean up includes by Peter Maydell · 9 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. d8bb915 target-unicore32: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  10. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  11. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  12. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  13. 14a10fc cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" by Andreas Färber · 11 years ago
  14. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  15. b42eab2 target-unicore32: Implement CPUClass::set_pc() by Andreas Färber · 12 years ago
  16. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  17. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  18. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  19. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  20. d9c27f0 target-unicore32: Move TCG initialization to UniCore32CPU initfn by Andreas Färber · 12 years ago
  21. 088383e target-unicore32: Introduce QOM realizefn for UniCore32CPU by Andreas Färber · 12 years ago
  22. eeb266d target-unicore32: Rename CPU subtypes by Andreas Färber · 12 years ago
  23. 88e2851 target-unicore32: Mark as unmigratable by Andreas Färber · 12 years ago
  24. 87fb581 target-unicore32: Use type_register() instead of type_register_static() by Andreas Färber · 12 years ago
  25. 4933908 target-unicore32: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 12 years ago
  26. d89e121 target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 12 years ago
  27. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  28. d48813d unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable by Guan Xuetao · 12 years ago
  29. 8df9082 target-unicore32: Move CPU-dependent init into initfn by Andreas Färber · 13 years ago
  30. ae0f5e9 target-unicore32: QOM'ify CPU by Andreas Färber · 13 years ago