1. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  2. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
  3. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  4. 7d3912f hw/ssi/pl022: Correct wrong DMACR and ICR handling by Peter Maydell · 6 years ago
  5. 139d941 hw/ssi/pl022: Correct wrong value for PL022_INT_RT by Peter Maydell · 6 years ago
  6. 13391a5 hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init by Peter Maydell · 6 years ago
  7. 275ff67 hw/ssi/pl022: Don't directly call vmstate_register() by Peter Maydell · 6 years ago
  8. 66d9aa7 hw/ssi/pl022: Set up reset function in class init by Peter Maydell · 6 years ago
  9. 1d52866 hw/ssi/pl022: Allow use as embedded-struct device by Peter Maydell · 6 years ago
  10. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  11. 17b7f2d arm devices: Clean up includes by Peter Maydell · 9 years ago
  12. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  13. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  14. d8d0a0b pl022: fix buffer overun on invalid state load by Michael S. Tsirkin · 11 years ago
  15. 3d29bce pl022: QOM cast cleanup by Andreas Färber · 11 years ago
  16. ce556e0 pl022: Rename pl022_state to PL022State by Andreas Färber · 11 years ago
  17. 2977673 hw/s*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  18. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  19. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/pl022.c]
  20. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  21. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  22. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  23. af83c32 hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERROR by Peter Maydell · 12 years ago
  24. 22168e6 Remove unnecessary includes of primecell.h by Peter Maydell · 13 years ago
  25. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  26. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  27. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  28. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  29. 02a59c3 pl022: convert to memory API by Avi Kivity · 13 years ago
  30. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  31. 075790c vmstate: port pl022 ssp by Juan Quintela · 14 years ago
  32. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  33. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  34. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  35. 99a0949 Get rid of _t suffix by malc · 15 years ago
  36. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  37. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  38. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  39. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  40. 5493e33 Stellaris SSI qdev conversion by Paul Brook · 16 years ago
  41. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  42. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  43. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  44. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  45. 23e3929 Save/restore for stellaris boards. by pbrook · 17 years ago
  46. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  47. 9ee6e8b ARMv7 support. by pbrook · 17 years ago