KVM: Cache pdptrs
authorAvi Kivity <avi@redhat.com>
Sun, 31 May 2009 19:58:47 +0000 (22:58 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:46 +0000 (08:32 +0300)
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 <avi@redhat.com>

No differences found