KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp
authorAvi Kivity <avi@redhat.com>
Thu, 27 Aug 2009 10:37:06 +0000 (13:37 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 07:46:56 +0000 (10:46 +0300)
We know no pages are protected, so we can short-circuit the whole thing
(including fairly nasty guest memory accesses).

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found