Re: [PATCH v3 5/5] hw/core/irq: remove unused 'qemu_irq_split' function
On Wed, 23 Mar 2022 at 17:37, Zongyuan Li wrote: > > Signed-off-by: Zongyuan Li > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/811 Reviewed-by: Peter Maydell thanks -- PMM
[PATCH v3 5/5] hw/core/irq: remove unused 'qemu_irq_split' function
Signed-off-by: Zongyuan Li Resolves: https://gitlab.com/qemu-project/qemu/-/issues/811 --- hw/core/irq.c| 15 --- include/hw/irq.h | 5 - 2 files changed, 20 deletions(-) diff --git a/hw/core/irq.c b/hw/core/irq.c index 741219277b..3623f711fe 100644 --- a/hw/core/irq.c +++ b