Re: [Qemu-devel] [PATCH 00/29] Fix memory leak relevant to calling qemu_allocate_irqs

2015-05-28 Thread Shannon Zhao
On 2015/5/28 20:34, Michael Tokarev wrote: > 28.05.2015 15:08, Shannon Zhao wrote: >> From: Shannon Zhao >> >> Before I sent some patches to fix memory leak spotted by valgrind and >> those are relevant to qemu_allocate_irqs. Then I find all the places >> calling this function through code searc

Re: [Qemu-devel] [PATCH 00/29] Fix memory leak relevant to calling qemu_allocate_irqs

2015-05-28 Thread Michael Tokarev
28.05.2015 15:08, Shannon Zhao wrote: > From: Shannon Zhao > > Before I sent some patches to fix memory leak spotted by valgrind and > those are relevant to qemu_allocate_irqs. Then I find all the places > calling this function through code searching and test by valgrind to > check whether they h

[Qemu-devel] [PATCH 00/29] Fix memory leak relevant to calling qemu_allocate_irqs

2015-05-28 Thread Shannon Zhao
From: Shannon Zhao Before I sent some patches to fix memory leak spotted by valgrind and those are relevant to qemu_allocate_irqs. Then I find all the places calling this function through code searching and test by valgrind to check whether they have memory leak. These patches fix these memory le