1. c0a5a47 include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.h by Markus Armbruster · 2 years ago
  2. 354ff15 ppc/pnv: Remove useless checks in set_irq handlers by Cédric Le Goater · 2 years, 9 months ago
  3. dcf4ca4 ppc/pnv: Remove PnvPsiClas::irq_set by Cédric Le Goater · 2 years, 9 months ago
  4. c05aa14 ppc/pnv: Remove PnvLpcController::psi link by Cédric Le Goater · 2 years, 9 months ago
  5. 5885875 ppc/pnv: Fix PSI IRQ definition by Cédric Le Goater · 2 years, 9 months ago
  6. 0aa2612 ppc/xive: Add support for PQ state bits offload by Cédric Le Goater · 2 years, 10 months ago
  7. 24c8fa9 ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10) by Cédric Le Goater · 2 years, 10 months ago
  8. d90f154 Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' into staging by Peter Maydell · 3 years, 7 months ago
  9. 4bb32cd hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset() by Peter Maydell · 3 years, 8 months ago
  10. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 8 months ago
  11. f70c596 non-virt: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
  12. 14de3d4 ppc/pnv: Make PSI device types not user creatable by Greg Kurz · 4 years, 5 months ago
  13. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 5 months ago
  14. 778a2dc qom: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 5 months ago
  15. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 5 months ago
  16. 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 5 months ago
  17. ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 6 months ago
  18. 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 6 months ago
  19. 2f35254 pnv/psi: Correct the pnv-psi* devices not to be sysbus devices by Markus Armbruster · 4 years, 6 months ago
  20. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 7 months ago
  21. f703a04 add device_legacy_reset function to prepare for reset api change by Damien Hedde · 4 years, 11 months ago
  22. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  23. b91cad2 pnv/psi: Consolidate some duplicated code in pnv_psi_realize() by Greg Kurz · 5 years ago
  24. fcb7e4a pnv/psi: Add device reset hook by Greg Kurz · 5 years ago
  25. 34bdca8 ppc/pnv: Introduce a "xics" property alias under the PSI model by Cédric Le Goater · 5 years ago
  26. 248e4e9 ppc/pnv: Drop PnvPsiClass::chip_type by Greg Kurz · 5 years ago
  27. 41c4ef7 ppc/pnv: Introduce PnvPsiClass::compat by Greg Kurz · 5 years ago
  28. 8b50ce8 ppc/pnv: add a PSI bridge model for POWER10 by Cédric Le Goater · 5 years ago
  29. c5412b1 ppc/psi: cleanup definitions by Cédric Le Goater · 5 years ago
  30. b015a98 xics: Link ICS_PROP_XICS property to ICSState::xics pointer by Greg Kurz · 5 years ago
  31. 82ea3a1 xive: Link "xive" property to XiveSource::xive pointer by Greg Kurz · 5 years ago
  32. 06d26ee ppc/pnv: Use address_space_stq_be() when triggering an interrupt from PSI by Cédric Le Goater · 5 years ago
  33. 642e927 xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes by David Gibson · 5 years ago
  34. 28976c9 xics: Rename misleading ics_simple_*() functions by David Gibson · 5 years ago
  35. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  36. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  37. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
  38. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 5 years ago
  39. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  40. f3e971a ppc/pnv: Fix variable size in pnv_psi_power9_irq_set() by Greg Kurz · 6 years ago
  41. c38536b ppc/pnv: add a PSI bridge model for POWER9 by Cédric Le Goater · 6 years ago
  42. ae85605 ppc/pnv: add a PSI bridge class model by Cédric Le Goater · 6 years ago
  43. f7eb6a0 ppc/pnv: psi: add a reset handler by Cédric Le Goater · 6 years ago
  44. 029699a ppc/pnv: psi: add a PSIHB_REG macro by Cédric Le Goater · 6 years ago
  45. cdbaf8c ppc/pnv: fix logging primitives using Ox by Cédric Le Goater · 6 years ago
  46. f6d4dca hw/ppc: Use object_initialize_child for correct reference counting by Thomas Huth · 6 years ago
  47. f8df900 pnv/psi: move the ICSState qemu_irq array under the PSI device model by Cédric Le Goater · 6 years ago
  48. b168a13 ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency by Cédric Le Goater · 7 years ago
  49. ad26563 xics: introduce macros for ICP/ICS link properties by Greg Kurz · 8 years ago
  50. 54f59d7 ppc/pnv: Add cut down PSI bridge model and hookup external interrupt by Cédric Le Goater · 8 years ago