commit | 312b616b30d87581b88d3db54c14ed89610cc97b | [log] [tgz] |
---|---|---|
author | Junaid Shahid <junaids@google.com> | Wed Dec 21 20:29:29 2016 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 27 15:46:39 2017 +0100 |
tree | b3da81c92416497ad410978534d2096dbe39dfe4 | |
parent | ab22a4733fe919d22bc2957680506ed17e40941e [diff] |
kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c Instead of the caller including the SPTE_SPECIAL_MASK in the masks being supplied to kvm_mmu_set_mmio_spte_mask() and kvm_mmu_set_mask_ptes(), those functions now themselves include the SPTE_SPECIAL_MASK. Note that bit 63 is now reset in the default MMIO mask. Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>