On 7/5/23 17:23, Cédric Le Goater wrote:
+ imply E1000E_PCI_EXPRESS + imply IGB_PCI_EXPRESS + imply USB_XHCI_PCI
"imply" should only be used whenever the device can be created with the front-end/back-end combo command line options, and as far as I can see this is not the case here.
You could set CONFIG_PCIE_DEVICES=y in s390-softmmu.mak and make these three devices "default y if PCI_DEVICES || PCIE_DEVICES".
Paolo