From: Avi Kivity Date: Sun, 31 May 2009 19:58:47 +0000 (+0300) Subject: KVM: Cache pdptrs X-Git-Tag: v2.6.32-rc1~693^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de4f3ada40b336522250a7832a0cc4de8856589;p=pandora-kernel.git KVM: Cache pdptrs Instead of reloading the pdptrs on every entry and exit (vmcs writes on vmx, guest memory access on svm) extract them on demand. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed