qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] kconfig: Add PCIe devices to s390xx machines


From: Thomas Huth
Subject: Re: [PATCH] kconfig: Add PCIe devices to s390xx machines
Date: Tue, 4 Jul 2023 12:09:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 04/07/2023 11.32, Cédric Le Goater wrote:
It is useful to extend the number of available PCI devices to KVM guests
for passthrough scenarios and also to expose these models to a different
(big endian) architecture.

Maybe mention that these devices can work on s390x since they support MSI-X ? (While most of the other devices don't work on s390x since they only support legacy interrupts)

Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
  hw/s390x/Kconfig | 4 ++++
  1 file changed, 4 insertions(+)

diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig
index 5e7d8a2bae8b..373f38adcd6b 100644
--- a/hw/s390x/Kconfig
+++ b/hw/s390x/Kconfig
@@ -10,3 +10,7 @@ config S390_CCW_VIRTIO
      select SCLPCONSOLE
      select VIRTIO_CCW
      select MSI_NONBROKEN
+    select PCI_EXPRESS
+    select E1000E_PCI_EXPRESS
+    select IGB_PCI_EXPRESS
+    select USB_XHCI_PCI

Please don't use "select" here - you still want these devices to be disabled in case you run configure with "--without-default-devices".

You can use "imply" instead of "select" instead.

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]