mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
pnv: Fix reverse dependency on PCI express root ports
qemu-system-ppc64 built with --without-default-devices crashes: Type 'pnv-phb4-root-port' is missing its parent 'pcie-root-port-base' Aborted (core dumped) Have POWERNV to select PCIE_PORT. This is done through a new PCI_POWERNV config in hw/pci-host/Kconfig since POWERNV doesn't have a direct dependency on PCI. For this reason, PCI_EXPRESS and MSI_NONBROKEN are also moved under PCI_POWERNV. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-Id: <160883058299.253005.342913177952681375.stgit@bahia.lan> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
27d5caec4f
commit
995d955647
3 changed files with 7 additions and 3 deletions
|
@ -29,8 +29,7 @@ config POWERNV
|
|||
select XICS
|
||||
select XIVE
|
||||
select FDT_PPC
|
||||
select PCI_EXPRESS
|
||||
select MSI_NONBROKEN
|
||||
select PCI_POWERNV
|
||||
|
||||
config PPC405
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue