1. e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 3 months ago
  2. e4ea952 hw/misc: Constify VMState by Richard Henderson · 1 year ago
  3. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 3 months ago
  4. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
  5. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
  6. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  7. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  8. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  9. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
  10. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  11. b229a57 hw/misc: QOM'ify eccmemctl.c by xiaoqiang zhao · 8 years ago
  12. 0d1c978 hw/misc: Clean up includes by Peter Maydell · 9 years ago
  13. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  14. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  15. 100bb15 eccmemctl: QOM cast cleanup by Andreas Färber · 11 years ago
  16. 3c16154 hw/m*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  17. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  18. e28bee8 hw: move other devices to hw/misc/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/eccmemctl.c]
  19. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  20. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  21. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  22. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  23. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  24. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  25. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  26. 7ef57cc eccmemctl: convert to memory API by Avi Kivity · 13 years ago
  27. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  28. 97bf485 sparc32: convert debug printf statements to tracepoints by Blue Swirl · 14 years ago
  29. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  30. 5ac574c sparc32: add chipset docs for eccmemctl by Blue Swirl · 15 years ago
  31. 0284dc5 sparc32: convert eccmemctl to reset + vmsd by Blue Swirl · 15 years ago
  32. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  33. 99a0949 Get rid of _t suffix by malc · 15 years ago
  34. c21011a Sparc32: port ECC memory controller to VMState design by Blue Swirl · 15 years ago
  35. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  36. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  37. d210a1b qdev/prop: convert eccmemctl.c to helper macros. by Gerd Hoffmann · 15 years ago
  38. 4b48bf0 Sparc32: move device instantiation to sun4m.c by Blue Swirl · 15 years ago
  39. 109819e Sparc32: use hex for version numbers by Blue Swirl · 15 years ago
  40. ee6847d qdev: rework device properties. by Gerd Hoffmann · 15 years ago
  41. 798b721 Sparc32: use the OpenFirmware name for ecc by Blue Swirl · 15 years ago
  42. 49e6637 Sparc32: convert eccmemctl to qdev by Blue Swirl · 15 years ago
  43. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 15 years ago
  44. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  45. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  46. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  47. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  48. 0bb3602 Implement hw/eccmemctl.c version differences (Robert Reif) by blueswir1 · 16 years ago
  49. e64d7d5 Remove address masking by blueswir1 · 16 years ago
  50. 8f2ad0a Fix buffer overruns (reported by Julian Seward) by blueswir1 · 17 years ago
  51. 77f193d Wrap long lines by blueswir1 · 17 years ago
  52. dd53ded ECC updated based on information released recently by Sun (Robert Reif) by blueswir1 · 17 years ago
  53. 9a393c6 Remove unwanted executable properties by blueswir1 · 17 years ago
  54. e42c20b Give ECC controller an IRQ (Robert Reif) by blueswir1 · 17 years ago
  55. 7c56045 Register only valid register access widths by blueswir1 · 17 years ago
  56. 7eb0c8e Add support for eccmemctl (Robert Reif) by blueswir1 · 17 years ago