Re: [PATCH 07/11] hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC device

2021-01-16 Thread Thomas Huth
Am Fri, 15 Jan 2021 20:12:02 + schrieb Peter Maydell : > Make the next_irq function be GPIO inputs to the NEXT_PC > device, rather than a freestanding set of qemu_irq lines. > > This fixes a minor Coverity issue where it correctly points > out the trivial memory leak of the memory allocated i

[PATCH 07/11] hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC device

2021-01-15 Thread Peter Maydell
Make the next_irq function be GPIO inputs to the NEXT_PC device, rather than a freestanding set of qemu_irq lines. This fixes a minor Coverity issue where it correctly points out the trivial memory leak of the memory allocated in the call to qemu_allocate_irqs(). Fixes: CID 1421962 Signed-off-by: