aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorMingwei Zhang <[email protected]>2021-08-02 21:46:05 -0700
committerPaolo Bonzini <[email protected]>2021-08-20 16:06:34 -0400
commit4293ddb788c1a98bdfa6479bcfd63ad5ce0a5ce6 (patch)
tree218fd4ec10861c562b85e6a05f6c3f39adde7af2 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent8ccba534a1a5c6565220c81113d6157571f380cb (diff)
KVM: x86/mmu: Remove redundant spte present check in mmu_set_spte
Drop an unnecessary is_shadow_present_pte() check when updating the rmaps after installing a non-MMIO SPTE. set_spte() is used only to create shadow-present SPTEs, e.g. MMIO SPTEs are handled early on, mmu_set_spte() runs with mmu_lock held for write, i.e. the SPTE can't be zapped between writing the SPTE and updating the rmaps. Opportunistically combine the "new SPTE" logic for large pages and rmaps. No functional change intended. Suggested-by: Ben Gardon <[email protected]> Reviewed-by: David Matlack <[email protected]> Reviewed-by: Ben Gardon <[email protected]> Reviewed-by: Sean Christopherson <[email protected]> Signed-off-by: Mingwei Zhang <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions