From: Avi Kivity Date: Sun, 31 May 2009 15:41:29 +0000 (+0300) Subject: KVM: VMX: Simplify pdptr and cr3 management X-Git-Tag: v2.6.32-rc1~693^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5d549f028056d6ad6044f2d9e27ecf361d955e;p=pandora-kernel.git KVM: VMX: Simplify pdptr and cr3 management Instead of reading the PDPTRs from memory after every exit (which is slow and wrong, as the PDPTRs are stored on the cpu), sync the PDPTRs from memory to the VMCS before entry, and from the VMCS to memory after exit. Do the same for cr3. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed