summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSean Christopherson <sean.j.christopherson@intel.com>2019-05-07 09:06:32 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2019-06-18 11:47:06 +0200
commit8ef863e67a89c72b5af893a1214f6c35a5f456f8 (patch)
tree4a280f4804ad2433afa19eb55e227db1f2cb9872 /tools/perf/scripts/python
parent13b964a29d66333c1957dbd51f2c9e138c546f7a (diff)
KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCS
When switching between vmcs01 and vmcs02, there is no need to update state tracking for values that aren't tied to any particular VMCS as the per-vCPU values are already up-to-date (vmx_switch_vmcs() can only be called when the vCPU is loaded). Avoiding the update eliminates a RDMSR, and potentially a RDPKRU and posted-interrupt update (cmpxchg64() and more). Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions