Re: [PATCH v3 3/3] pnv: Fix reverse dependency on PCI express root ports

2020-12-30 Thread David Gibson
On Thu, Dec 24, 2020 at 06:23:03PM +0100, Greg Kurz wrote: > 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_POW

[PATCH v3 3/3] pnv: Fix reverse dependency on PCI express root ports

2020-12-24 Thread Greg Kurz
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 de