aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSean Christopherson <[email protected]>2020-05-01 21:32:31 -0700
committerPaolo Bonzini <[email protected]>2020-05-13 12:15:12 -0400
commitbd31fe495d0d1a67fe6f44f06dfef637f202241d (patch)
tree5bddfc09434a76ab1ccc9c02511d3949da8e6342 /tools/perf/scripts/python
parentf98c1e77127de7d9ff558570c25d02ef077df50f (diff)
KVM: VMX: Add proper cache tracking for CR0
Move CR0 caching into the standard register caching mechanism in order to take advantage of the availability checks provided by regs_avail. This avoids multiple VMREADs in the (uncommon) case where kvm_read_cr0() is called multiple times in a single VM-Exit, and more importantly eliminates a kvm_x86_ops hook, saves a retpoline on SVM when reading CR0, and squashes the confusing naming discrepancy of "cache_reg" vs. "decache_cr0_guest_bits". No functional change intended. Signed-off-by: Sean Christopherson <[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