Re: [Qemu-devel] [PATCH v2 00/13] use qemu_allocate_irq not _irqs for single irq

2015-05-30 Thread Michael Tokarev
29.05.2015 08:26, Shannon Zhao wrote: > From: Shannon Zhao > > These are relevant to misusing qemu_allocate_irqs for requesting single > irq and they cause memory leak. So these patches use qemu_allocate_irq > for single irq to fix these memory leaks. > > PS: These patches are split from my pre

[Qemu-devel] [PATCH v2 00/13] use qemu_allocate_irq not _irqs for single irq

2015-05-28 Thread Shannon Zhao
From: Shannon Zhao These are relevant to misusing qemu_allocate_irqs for requesting single irq and they cause memory leak. So these patches use qemu_allocate_irq for single irq to fix these memory leaks. PS: These patches are split from my previous patchset [1] since they are relevant to misusin