From: Avi Kivity Date: Sun, 24 May 2009 19:15:25 +0000 (+0300) Subject: KVM: Make paravirt tlb flush also reload the PAE PDPTRs X-Git-Tag: v2.6.30-rc8~59^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8cd0244e9cebcf9b358d24c7e7410062f3665cb;p=pandora-kernel.git KVM: Make paravirt tlb flush also reload the PAE PDPTRs The paravirt tlb flush may be used not only to flush TLBs, but also to reload the four page-directory-pointer-table entries, as it is used as a replacement for reloading CR3. Change the code to do the entire CR3 reloading dance instead of simply flushing the TLB. Cc: stable@kernel.org Signed-off-by: Avi Kivity --- Reading git-diff-tree failed