From: Lai Jiangshan <[email protected]>
shadow_host_writable_mask is used only in FNAME(sync_page) for adding
write-access for spte which can be added in later page fault.
Skip adding it and save a bit from spte.
Lai Jiangshan (2):
kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_page)
kvm: x86/mmu: Remove useless shadow_host_writable_mask
arch/x86/kvm/mmu/paging_tmpl.h | 26 +++++++++++++++++++++--
arch/x86/kvm/mmu/spte.c | 8 +------
arch/x86/kvm/mmu/spte.h | 38 +++++++++++-----------------------
3 files changed, 37 insertions(+), 35 deletions(-)
--
2.19.1.6.gb485710b