From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Bernhard Beschow" <shentey@gmail.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH] hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq
Date: Thu, 30 Jan 2025 22:49:20 +0100 [thread overview]
Message-ID: <bc3a555b-48a9-4fa3-aa17-e6c1147fa38a@linaro.org> (raw)
In-Reply-To: <20250121182828.45088-1-philmd@linaro.org>
On 21/1/25 19:28, Philippe Mathieu-Daudé wrote:
> There are a fixed number of PCI IRQs, known beforehand.
> Allocate them within PCIMultiSerialState, and initialize
> using qemu_init_irq(), allowing to remove the legacy
> qemu_allocate_irqs() and qemu_free_irqs() calls.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> Based-on: <20250121155526.29982-2-philmd@linaro.org>
> "hw/irq: Introduce qemu_init_irqs() helper"
> ---
> hw/char/serial-pci-multi.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
Patch queued.
prev parent reply other threads:[~2025-01-30 21:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-21 18:28 [PATCH] hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq Philippe Mathieu-Daudé
2025-01-21 23:14 ` Richard Henderson
2025-01-30 21:49 ` Philippe Mathieu-Daudé [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=bc3a555b-48a9-4fa3-aa17-e6c1147fa38a@linaro.org \
--to=philmd@linaro.org \
--cc=marcandre.lureau@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=shentey@gmail.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).