aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz1-20/+4
2019-04-26spapr_pci: Get rid of duplicate code for node name creationGreg Kurz1-4/+1
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy1-0/+19
2019-04-12spapr_pci: Fix broken naming of PCI busGreg Kurz1-2/+2
2019-04-09spapr_pci: Fix extended config space accessesGreg Kurz1-2/+26
2019-03-19spapr: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-106/+106
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-1/+2
2019-02-26spapr: add hotplug hooks for PHB hotplugGreg Kurz1-15/+1
2019-02-26spapr_pci: add ibm, my-drc-index property for PHB hotplugMichael Roth1-0/+9
2019-02-26spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth1-1/+4
2019-02-26spapr_pci: add PHB unrealizeGreg Kurz1-4/+82
2019-02-26spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz1-1/+1
2019-02-26spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz1-7/+12
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2019-02-17spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz1-0/+6
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-3/+3
2019-02-04spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy1-1/+1
2019-02-04spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-4/+1
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz1-11/+0
2018-12-20spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand1-12/+21
2018-11-08spapr_pci: convert g_malloc() to g_new()Greg Kurz1-1/+1
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-4/+3
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater1-6/+3
2018-09-25spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater1-2/+3
2018-08-28spapr_pci: fix potential NULL pointer dereferenceGreg Kurz1-1/+1
2018-08-21spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater1-5/+6
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater1-7/+22
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-3/+20
2018-06-12spapr_pci: Remove unhelpful pagesize warningDavid Gibson1-7/+0
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