From: Matthew Rosato <mjrosato@linux.ibm.com>
To: "Cédric Le Goater" <clg@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-s390x@nongnu.org, Thomas Huth <thuth@redhat.com>,
Christian Borntraeger <borntraeger@linux.ibm.com>
Subject: Re: [PATCH v3] kconfig: Add PCIe devices to s390x machines
Date: Wed, 5 Jul 2023 15:32:38 -0400 [thread overview]
Message-ID: <2f042bde-bb57-a148-7a18-16991735a427@linux.ibm.com> (raw)
In-Reply-To: <20230705152301.2850086-1-clg@redhat.com>
On 7/5/23 11:23 AM, 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. Include models for Intel Ethernet adapters
> and one USB controller, which all support MSI-X. Devices only supporting
> INTx won't work on s390x.
>
> Signed-off-by: Cédric Le Goater <clg@redhat.com>
Acked-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
>
> v3: PCI -> PCI_EXPRESS
> v2: select -> imply
>
> hw/s390x/Kconfig | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/hw/s390x/Kconfig b/hw/s390x/Kconfig
> index 5e7d8a2bae8b..ab62c9120545 100644
> --- a/hw/s390x/Kconfig
> +++ b/hw/s390x/Kconfig
> @@ -5,8 +5,11 @@ config S390_CCW_VIRTIO
> imply VFIO_AP
> imply VFIO_CCW
> imply WDT_DIAG288
> - select PCI
> + select PCI_EXPRESS
> select S390_FLIC
> select SCLPCONSOLE
> select VIRTIO_CCW
> select MSI_NONBROKEN
> + imply E1000E_PCI_EXPRESS
> + imply IGB_PCI_EXPRESS
> + imply USB_XHCI_PCI
next prev parent reply other threads:[~2023-07-05 19:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-05 15:23 [PATCH v3] kconfig: Add PCIe devices to s390x machines Cédric Le Goater
2023-07-05 19:32 ` Matthew Rosato [this message]
2023-07-05 20:25 ` Philippe Mathieu-Daudé
2023-07-06 9:38 ` Paolo Bonzini
2023-07-06 10:03 ` 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=2f042bde-bb57-a148-7a18-16991735a427@linux.ibm.com \
--to=mjrosato@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=clg@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=thuth@redhat.com \
/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).