diff options
author | Lai Jiangshan <[email protected]> | 2021-09-19 10:42:46 +0800 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2021-10-22 05:19:29 -0400 |
commit | a91a7c7096005113d8e749fd8dfdd3e1eecee263 (patch) | |
tree | fc845ad074a0eb01ad296a91e1cd8869ce1c8df0 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 552617382c197949ff965a3559da8952bf3c1fa5 (diff) |
KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
X86_CR4_PGE doesn't participate in kvm_mmu_role, so the mmu context
doesn't need to be reset. It is only required to flush all the guest
tlb.
It is also inconsistent that X86_CR4_PGE is in KVM_MMU_CR4_ROLE_BITS
while kvm_mmu_role doesn't use X86_CR4_PGE. So X86_CR4_PGE is also
removed from KVM_MMU_CR4_ROLE_BITS.
Signed-off-by: Lai Jiangshan <[email protected]>
Reviewed-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions