summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_pci.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29spapr_pci: fix MSI/MSIX selectionGreg Kurz1-19/+42
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-10/+9
2018-01-10spapr_pci: use warn_report()Greg Kurz1-3/+3
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz1-2/+1
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater1-1/+1
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater1-4/+4
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-1/+1
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-4/+4
2017-10-17spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz1-1/+11
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell1-2/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-2/+4
2017-09-27spapr_pci: make index property mandatoryGreg Kurz1-54/+8
2017-09-15spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz1-7/+13
2017-09-15spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz1-9/+12
2017-09-15spapr_pci: handle FDT creation errors with _FDT()Greg Kurz1-23/+7
2017-09-15spapr_pci: use the common _FDT() helperGreg Kurz1-9/+1
2017-09-15spapr_pci: use g_strdup_printf()Greg Kurz1-9/+10
2017-09-15spapr_pci: drop useless check in spapr_populate_pci_child_dt()Greg Kurz1-5/+1
2017-09-15spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()Greg Kurz1-2/+2
2017-09-08spapr_pci: parent the MSI memory region to the PHBGreg Kurz1-1/+1
2017-09-08spapr_pci: use memory_region_add_subregion() with DMA windowsGreg Kurz1-2/+2
2017-07-25spapr_pci: Fix obsolete comment about MSIX encoding in addr/dataAlexey Kardashevskiy1-3/+1
2017-07-17spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson1-4/+2
2017-07-17spapr: Refactor spapr_drc_detach()David Gibson1-6/+1
2017-07-17spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier1-1/+3
2017-07-11spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson1-1/+2
2017-07-11spapr: Use unplug_request for PCI hot unplugDavid Gibson1-6/+7
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson1-2/+1
2017-07-11spapr: fix migration to pseries machine < 2.8Laurent Vivier1-14/+14
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-2/+2
2017-06-08spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callersDavid Gibson1-40/+23
2017-06-08spapr: Change DRC attach & detach methods to functionsDavid Gibson1-6/+3
2017-06-08spapr: Clean up DR entity sense handlingDavid Gibson1-3/+3
2017-06-06spapr: Clean up spapr_dr_connector_by_*()David Gibson1-4/+2
2017-06-06spapr: Introduce DRC subclassesDavid Gibson1-2/+1
2017-06-06spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson1-3/+1
2017-05-25hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza1-2/+3
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+2
2017-04-26spapr_pci: Removed unused includeAlexey Kardashevskiy1-2/+0
2017-04-26spapr_pci: Warn when RAM page size is not enabled in IOMMU page maskAlexey Kardashevskiy1-0/+6
2017-03-14pseries: Don't expose PCIe extended config space on older machine typesDavid Gibson1-1/+3
2017-03-03spapr_pci: Advertise access to PCIe extended config spaceDavid Gibson1-0/+4
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater1-1/+1
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater1-4/+4
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz1-6/+6
2017-03-01spapr: generate DT node namesLaurent Vivier1-14/+276
2016-11-23spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson1-5/+28
2016-11-23Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"David Gibson1-12/+6
2016-11-15spapr: Fix migration of PCI host bridges from qemu-2.7David Gibson1-6/+12
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth1-1/+7