kvm: powerpc: book3s hv: Fix vcore leak
authorPaul Mackerras <paulus@samba.org>
Fri, 27 Sep 2013 10:03:43 +0000 (15:33 +0530)
committerAlexander Graf <agraf@suse.de>
Thu, 17 Oct 2013 12:49:36 +0000 (14:49 +0200)
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 <paulus@samba.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found