diff options
author | Sean Christopherson <[email protected]> | 2022-08-03 22:49:56 +0000 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2022-08-10 15:08:24 -0400 |
commit | c3e0c8c2e8b17bae30d5978bc2decdd4098f0f99 (patch) | |
tree | 460b3db1631b5a7a65194c3902d896dcea11d327 /tools/perf/scripts/python | |
parent | 982bae43f11c37b51d2f1961bb25ef7cac3746fa (diff) |
KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
Fully re-evaluate whether or not MMIO caching can be enabled when SPTE
masks change; simply clearing enable_mmio_caching when a configuration
isn't compatible with caching fails to handle the scenario where the
masks are updated, e.g. by VMX for EPT or by SVM to account for the C-bit
location, and toggle compatibility from false=>true.
Snapshot the original module param so that re-evaluating MMIO caching
preserves userspace's desire to allow caching. Use a snapshot approach
so that enable_mmio_caching still reflects KVM's actual behavior.
Fixes: 8b9e74bfbf8c ("KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled")
Reported-by: Michael Roth <[email protected]>
Cc: Tom Lendacky <[email protected]>
Cc: [email protected]
Tested-by: Michael Roth <[email protected]>
Signed-off-by: Sean Christopherson <[email protected]>
Reviewed-by: Kai Huang <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions