Skip to content
Commit 60f24784 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp



We know no pages are protected, so we can short-circuit the whole thing
(including fairly nasty guest memory accesses).

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 5dadbfd6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment