|
From: | Richard Henderson |
Subject: | Re: [PATCH] hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq |
Date: | Tue, 21 Jan 2025 15:14:55 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/21/25 10: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(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |