Re: [PATCH v2 2/2] pnv: Fix reverse dependency on PCI express root ports

2020-12-24 Thread Cédric Le Goater
On 12/23/20 8:26 PM, 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_POWERNV config in hw/pci

Re: [PATCH v2 2/2] pnv: Fix reverse dependency on PCI express root ports

2020-12-24 Thread Paolo Bonzini
On 23/12/20 20:26, Greg Kurz wrote: This is done through a new PCI_POWERNV config in hw/pci-host/Kconfig Yes, this is cleaner. Thanks! Paolo

[PATCH v2 2/2] pnv: Fix reverse dependency on PCI express root ports

2020-12-23 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