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
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