Re: [Qemu-devel] [PATCH for-2.7 v3 23/36] pc: keep gsi reference

2016-08-04 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Further cleanup would need to call qemu_free_irq() at the appropriate > time, but for now this silences ASAN about direct leaks. > > Signed-off-by: Marc-André Lureau I looked into cleaning up the qemu_irq allocation mess long ago

[Qemu-devel] [PATCH for-2.7 v3 23/36] pc: keep gsi reference

2016-08-03 Thread marcandre . lureau
From: Marc-André Lureau Further cleanup would need to call qemu_free_irq() at the appropriate time, but for now this silences ASAN about direct leaks. Signed-off-by: Marc-André Lureau --- hw/i386/pc_piix.c| 17 - hw/i386/pc_q35.c | 13 ++--- include/hw/i386/pc.h