> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Hollis Blanchard
> Sent: Tuesday, November 25, 2008 1:38 AM
> To: Avi Kivity
> Cc: kvm-ppc; kvm
> Subject: [PATCH] kvm: ppc: stop leaking host memory on VM exit
> 
> When the VM exits, we must call put_page() for every page 
> referenced in the
> shadow TLB.
> 
> Without this patch, we usually leak 30-50 host pages (120 - 
> 200 KiB with 4 KiB
> pages). The maximum number of pages leaked is the size of our 
> shadow TLB, 64
> pages.
> 
> Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]>

Need it also to _tlbia() at vcpu_uninit?
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to