From: Eric Farman <farman@linux.ibm.com>
To: Matthew Rosato <mjrosato@linux.ibm.com>, qemu-s390x@nongnu.org
Cc: thuth@redhat.com, pasic@linux.ibm.com, borntraeger@linux.ibm.com,
richard.henderson@linaro.org, david@redhat.com,
iii@linux.ibm.com, qemu-devel@nongnu.org
Subject: Re: [PATCH] s390x/pci: set kvm_msi_via_irqfd_allowed
Date: Thu, 02 Oct 2025 09:48:34 -0400 [thread overview]
Message-ID: <b12255dc056d0c5c0fc238ef01865674ca67233d.camel@linux.ibm.com> (raw)
In-Reply-To: <20251001200511.325815-1-mjrosato@linux.ibm.com>
On Wed, 2025-10-01 at 16:05 -0400, Matthew Rosato wrote:
> Allow irqfd to be used for virtio-pci on s390x if the kernel supports
> it.
>
> Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
> ---
> hw/s390x/s390-pci-bus.c | 1 +
> 1 file changed, 1 insertion(+)
As Matt alluded to in another reply, this is probably just historical oversight.
Reviewed-by: Eric Farman <farman@linux.ibm.com>
>
> diff --git a/hw/s390x/s390-pci-bus.c b/hw/s390x/s390-pci-bus.c
> index e8e41c8a9a..88852acf45 100644
> --- a/hw/s390x/s390-pci-bus.c
> +++ b/hw/s390x/s390-pci-bus.c
> @@ -900,6 +900,7 @@ static void s390_pcihost_realize(DeviceState *dev, Error **errp)
> s390_pci_init_default_group();
> css_register_io_adapters(CSS_IO_ADAPTER_PCI, true, false,
> S390_ADAPTER_SUPPRESSIBLE, errp);
> + kvm_msi_via_irqfd_allowed = kvm_irqfds_enabled();
> }
>
> static void s390_pcihost_unrealize(DeviceState *dev)
prev parent reply other threads:[~2025-10-02 13:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-01 20:05 [PATCH] s390x/pci: set kvm_msi_via_irqfd_allowed Matthew Rosato
2025-10-01 20:07 ` Matthew Rosato
2025-10-02 7:27 ` David Hildenbrand
2025-10-02 13:33 ` Matthew Rosato
2025-10-02 13:48 ` Eric Farman [this message]
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=b12255dc056d0c5c0fc238ef01865674ca67233d.camel@linux.ibm.com \
--to=farman@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=david@redhat.com \
--cc=iii@linux.ibm.com \
--cc=mjrosato@linux.ibm.com \
--cc=pasic@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.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).