Re: [RFC PATCH 01/11] kvm: powerpc: book3s hv: Fix vcore leak

2013-09-27 Thread Alexander Graf
On 27.09.2013, at 12:03, Aneesh Kumar K.V wrote: > From: Paul Mackerras > > add kvmppc_free_vcores() to free the kvmppc_vcore structures > that we allocate for a guest, which are currently being leaked. > > Signed-off-by: Paul Mackerras > Signed-off-by: Aneesh Kumar K.V This one doesn't loo

[RFC PATCH 01/11] kvm: powerpc: book3s hv: Fix vcore leak

2013-09-27 Thread Aneesh Kumar K.V
From: Paul Mackerras add kvmppc_free_vcores() to free the kvmppc_vcore structures that we allocate for a guest, which are currently being leaked. Signed-off-by: Paul Mackerras Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/kvm/book3s_hv.c | 10 ++ 1 file changed, 10 insertions(+) d