summary refs log tree commit diff stats
path: root/hw/ppc/spapr_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson2016-11-231-5/+28
* Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"David Gibson2016-11-231-12/+6
* spapr: Fix migration of PCI host bridges from qemu-2.7David Gibson2016-11-151-6/+12
* spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth2016-10-281-1/+7
* spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-161-2/+3
* spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-161-14/+56
* spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-161-14/+7
* ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-141-3/+2
* spapr_pci: Add numa node idAlexey Kardashevskiy2016-09-231-0/+13
* spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy2016-07-051-18/+57
* spapr_iommu: Realloc guest visible TCE table when starting/stopping listeningAlexey Kardashevskiy2016-07-051-6/+0
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-011-5/+6
* ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt2016-07-011-5/+5
* spapr_pci: Drop cannot_instantiate_with_device_add_yet=falseMarkus Armbruster2016-06-071-1/+0
* spapr_pci: Add and export DMA resetting helperAlexey Kardashevskiy2016-06-071-2/+8
* spapr_pci: Reset DMA config on PHB resetAlexey Kardashevskiy2016-06-071-6/+11
* spapr_iommu: Add root memory regionAlexey Kardashevskiy2016-06-071-3/+3
* spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy2016-06-071-3/+5
* spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy2016-05-271-1/+1
* spapr: ensure device trees are always associated with DRCJianjun Duan2016-05-271-7/+5
* dma: do not depend on kvm_enabled()Paolo Bonzini2016-05-191-0/+1
* hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth2016-04-231-0/+3
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* spapr_pci: Remove finish_realize hookDavid Gibson2016-03-161-20/+5
* spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson2016-03-161-8/+2
* spapr_pci: Eliminate class callbacksDavid Gibson2016-03-161-22/+22
* spapr_pci: fix multifunction hotplugMichael Roth2016-03-161-7/+86
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* xics: report errors with the QEMU Error APIGreg Kurz2016-02-281-6/+10
* spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz2016-02-281-1/+8
* spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz2016-02-281-3/+3
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* spapr_pci: Allow VFIO devices to work on the normal PCI host bridgeDavid Gibson2015-10-231-0/+6
* spapr_pci: Allow PCI host bridge DMA window to be configuredDavid Gibson2015-10-231-2/+5
* sPAPR: Revert don't enable EEH on emulated PCI devicesGavin Shan2015-09-231-7/+0
* spapr: Support hotplug by specifying DRC countBharata B Rao2015-09-231-2/+2
* spapr_pci: fix device tree props for MSI/MSI-XMichael Roth2015-09-231-2/+10
* sPAPR: Introduce rtas_ldq()Gavin Shan2015-09-231-10/+10
* spapr: Make ibm, change-msi respect 3 return valuesSam Bobroff2015-09-231-1/+3
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-8/+4
* sPAPR: Don't enable EEH on emulated PCI devicesGavin Shan2015-07-071-0/+7
* spapr_pci: drop redundant args in spapr_[populate, create]_pci_child_dtNikunj A Dadhania2015-07-071-16/+11
* spapr_pci: populate ibm,loc-codeNikunj A Dadhania2015-07-071-6/+71
* spapr_pci: enumerate and add PCI device treeNikunj A Dadhania2015-07-071-17/+133
* Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_it...Markus Armbruster2015-07-071-17/+11
* spapr_pci: set device node unit address as hexNikunj A Dadhania2015-07-071-5/+7
* spapr_pci: encode class code including Prog IF registerNikunj A Dadhania2015-07-071-2/+1
* spapr_pci: encode missing 64-bit memory address spaceNikunj A Dadhania2015-07-071-1/+9
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-17/+20