From: Thomas Huth <thuth@redhat.com>
To: "Cédric Le Goater" <clg@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-s390x@nongnu.org,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Matthew Rosato <mjrosato@linux.ibm.com>
Subject: Re: [PATCH] kconfig: Add PCIe devices to s390xx machines
Date: Tue, 4 Jul 2023 12:09:18 +0200 [thread overview]
Message-ID: <0e9bc700-38db-2400-5a3f-3660f5485048@redhat.com> (raw)
In-Reply-To: <20230704093204.2579133-1-clg@redhat.com>
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
next prev parent reply other threads:[~2023-07-04 10:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-04 9:32 [PATCH] kconfig: Add PCIe devices to s390xx machines Cédric Le Goater
2023-07-04 10:09 ` Thomas Huth [this message]
2023-07-04 12:07 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0e9bc700-38db-2400-5a3f-3660f5485048@redhat.com \
--to=thuth@redhat.com \
--cc=borntraeger@linux.ibm.com \
--cc=clg@redhat.com \
--cc=mjrosato@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).