free the resources allocted by this setter at the instance finalization.
Li Zhijian (4):
net/filter: fix nf->netdev_id leak
net/dump: fix nfds->filename leak
backends/hostmem-file: fix fb->mem_path leak
hw/ppc/spapr: fix spapr->kvm_type leak
backends/hostmem-file.c | 8
hw/ppc/s
On 10/07/2015 02:51, arei.gong...@huawei.com wrote:
> From: Gonglei
>
> Spotted by Coverity.
>
> Gonglei (4):
> cpu: fix memory leak
> ppc/spapr_drc: fix memory leak
> arm/xlnx-zynqmp: fix memory leak
> vl.c: fix memory leak
>
> hw/arm/xlnx-zynqmp.c | 4 ++--
> hw/ppc/spapr_drc.c |
From: Gonglei
Spotted by Coverity.
Gonglei (4):
cpu: fix memory leak
ppc/spapr_drc: fix memory leak
arm/xlnx-zynqmp: fix memory leak
vl.c: fix memory leak
hw/arm/xlnx-zynqmp.c | 4 ++--
hw/ppc/spapr_drc.c | 1 +
target-i386/cpu.c| 2 +-
vl.c | 5 -
4 files cha
From: Shannon Zhao
Before I sent some patches to fix memory leak spotted by valgrind. Then
I'd like to dig deeper and find that two places have memory leak due to
calling qemu_find_file and not freeing return buf. Then through code
searching another two places are found. So this patchset is to fi
XBZRLE encoded migration introduced a MRU page cache meachnism.
Unfortunately, cached items where never freed on a collision.
This lead to out of memory conditions during XBZRLE migration
if the page cache was small and there where a lot of collisions.
Orit Wasserman (2):
Fix page_cache leak in
On 25 February 2013 13:19, Orit Wasserman wrote:
> XBZRLE encoded migration introduced a MRU page cache meachnism.
> Unfortunately, cached items where never freed on a collision.
>
> This lead to out of memory conditions during XBZRLE migration
> if the page cache was small and there where a lot o