summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy2019-02-041-1/+1
* spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand2019-02-041-4/+1Star
* spapr: move spapr_create_phb() to core machine codeGreg Kurz2019-01-081-11/+0Star
* spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand2018-12-201-12/+21
* spapr_pci: convert g_malloc() to g_new()Greg Kurz2018-11-081-1/+1
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-4/+3Star
* spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater2018-09-251-6/+3Star
* spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater2018-09-251-2/+3
* spapr_pci: fix potential NULL pointer dereferenceGreg Kurz2018-08-281-1/+1
* spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater2018-08-211-5/+6
* spapr: introduce a fixed IRQ number spaceCédric Le Goater2018-08-211-7/+22
* spapr: split the IRQ allocation sequenceCédric Le Goater2018-06-211-3/+20
* spapr_pci: Remove unhelpful pagesize warningDavid Gibson2018-06-121-7/+0Star
* spapr_pci: fix MSI/MSIX selectionGreg Kurz2018-01-291-19/+42
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-10/+9Star
|\
| * spapr_pci: use warn_report()Greg Kurz2018-01-101-3/+3
| * spapr: fix LSI interrupt specifiers in the device treeGreg Kurz2017-12-141-2/+1Star
| * spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-141-1/+1
| * spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-141-4/+4
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-1/+1
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-4/+4
|/
* spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz2017-10-171-1/+11
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell2017-09-271-2/+4
|\
| * migration: pre_save return intDr. David Alan Gilbert2017-09-271-2/+4
* | spapr_pci: make index property mandatoryGreg Kurz2017-09-271-54/+8Star
|/
* spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz2017-09-151-7/+13
* spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz2017-09-151-9/+12
* spapr_pci: handle FDT creation errors with _FDT()Greg Kurz2017-09-151-23/+7Star
* spapr_pci: use the common _FDT() helperGreg Kurz2017-09-151-9/+1Star
* spapr_pci: use g_strdup_printf()Greg Kurz2017-09-151-9/+10
* spapr_pci: drop useless check in spapr_populate_pci_child_dt()Greg Kurz2017-09-151-5/+1Star
* spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()Greg Kurz2017-09-151-2/+2
* spapr_pci: parent the MSI memory region to the PHBGreg Kurz2017-09-081-1/+1
* spapr_pci: use memory_region_add_subregion() with DMA windowsGreg Kurz2017-09-081-2/+2
* spapr_pci: Fix obsolete comment about MSIX encoding in addr/dataAlexey Kardashevskiy2017-07-251-3/+1Star
* spapr: Cleanups relating to DRC awaiting_release fieldDavid Gibson2017-07-171-4/+2Star
* spapr: Refactor spapr_drc_detach()David Gibson2017-07-171-6/+1Star
* spapr: Treat devices added before inbound migration as coldpluggedLaurent Vivier2017-07-171-1/+3
* spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson2017-07-111-1/+2
* spapr: Use unplug_request for PCI hot unplugDavid Gibson2017-07-111-6/+7
* spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson2017-07-111-2/+1Star
* spapr: fix migration to pseries machine < 2.8Laurent Vivier2017-07-111-14/+14
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-2/+2
* spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callersDavid Gibson2017-06-081-40/+23Star
* spapr: Change DRC attach & detach methods to functionsDavid Gibson2017-06-081-6/+3Star
* spapr: Clean up DR entity sense handlingDavid Gibson2017-06-081-3/+3
* spapr: Clean up spapr_dr_connector_by_*()David Gibson2017-06-061-4/+2Star
* spapr: Introduce DRC subclassesDavid Gibson2017-06-061-2/+1Star
* spapr: Make DRC get_index and get_type methods into plain functionsDavid Gibson2017-06-061-3/+1Star
* hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza2017-05-251-2/+3