Skip to content
Commit e7581cac authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: simplify is_mmio_spte



We can simply look at bits 52-53 to identify MMIO entries in KVM's page
tables.  Therefore, there is no need to pass a mask to kvm_mmu_set_mmio_spte_mask.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent f4cfcd2d
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