From: Avi Kivity Date: Sat, 6 Jan 2007 00:36:52 +0000 (-0800) Subject: [PATCH] KVM: MMU: Free pages on kvm destruction X-Git-Tag: v2.6.20-rc4~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51234c2cd3ab8bed836e09686e27877e1b55f2a;p=pandora-kernel.git [PATCH] KVM: MMU: Free pages on kvm destruction Because mmu pages have attached rmap and parent pte chain structures, we need to zap them before freeing so the attached structures are freed. Signed-off-by: Avi Kivity Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed