1. 1141148 arm_gic: Mask the un-supported priority bits by Sai Pavan Boddu · 5 years ago
  2. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  3. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  4. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  5. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  6. b6e6c65 hw/intc/arm_gic: Drop GIC_BASE_IRQ macro by Peter Maydell · 6 years ago
  7. 5773c04 intc/arm_gic: Add the virtualization extensions to the GIC state by Luc Michel · 7 years ago
  8. 67ce697 intc/arm_gic: Refactor operations on the distributor by Luc Michel · 7 years ago
  9. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  10. 7c14b3a arm: gic: Remove references to NVIC by Michael Davidsaver · 8 years ago
  11. 6a22895 hw/intc/arm_gic: Add external IRQ lines for VIRQ and VFIQ by Peter Maydell · 8 years ago
  12. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  13. a55c910 hw/intc/arm_gic.c: Implement GICv2 GICC_DIR by Peter Maydell · 9 years ago
  14. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  15. 8ff41f3 hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel boot by Peter Maydell · 9 years ago
  16. 72889c8 hw/intc/arm_gic: Drop running_irq and last_active arrays by Peter Maydell · 9 years ago
  17. 51fd06e hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registers by Peter Maydell · 9 years ago
  18. 7926c21 hw/arm/gic: Kill code duplication by Pavel Fedin · 10 years ago
  19. 12dc273 hw/intc/arm_gic_common.c: Reset all registers by Peter Maydell · 10 years ago
  20. 3295186 hw/intc/arm_gic: Make ICCICR/GICC_CTLR banked by Fabian Aggeler · 10 years ago
  21. 679aa17 hw/intc/arm_gic: Make ICDDCR/GICD_CTLR banked by Fabian Aggeler · 10 years ago
  22. c27a5ba hw/intc/arm_gic: Add Interrupt Group Registers by Fabian Aggeler · 10 years ago
  23. 5543d1a hw/intc/arm_gic: Add Security Extensions property by Fabian Aggeler · 10 years ago
  24. 93b5f6f arm_gic: Use GIC_NR_SGIS constant by Adam Lackorzynski · 10 years ago
  25. a9d477c arm_gic: Add GICC_APRn state to the GICState by Christoffer Dall · 11 years ago
  26. aa7d461 arm_gic: Support setting/getting binary point reg by Christoffer Dall · 11 years ago
  27. 40d2250 arm_gic: Keep track of SGI sources by Christoffer Dall · 11 years ago
  28. c06f13c Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 11 years ago
  29. 04050c5 arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER by Christoffer Dall · 11 years ago
  30. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  31. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  32. 8372879 arm_gic: Extract headers hw/intc/arm_gic{,_common}.h by Andreas Färber · 12 years ago
  33. 285b443 arm_gic: QOM cast cleanup by Andreas Färber · 12 years ago
  34. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  35. 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/arm_gic_common.c]
  36. 2e19a70 hw/arm_gic_common: Use vmstate struct rather than save/load functions by Peter Maydell · 12 years ago
  37. c303777 arm_gic: Fix sizes of state fields in preparation for vmstate support by Peter Maydell · 12 years ago
  38. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  39. 5311118 hw/arm_gic: Convert ARM GIC classes to use init/realize by Peter Maydell · 12 years ago
  40. 9ecb992 hw/arm_gic: Add presave/postload hooks by Peter Maydell · 12 years ago
  41. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  42. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  43. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  44. ee3f095 hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs by Peter Maydell · 12 years ago
  45. fae1528 arm_gic: Rename gic_state to GICState by Peter Maydell · 12 years ago
  46. 1e8cae4 hw/armv7m_nvic: Make the NVIC a freestanding class by Peter Maydell · 13 years ago