aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIlias Stamatis <[email protected]>2021-06-07 11:54:38 +0100
committerPaolo Bonzini <[email protected]>2021-06-17 13:09:29 -0400
commit1ab9287add5e265352d18517551abf6d01d004fd (patch)
tree2c1b577ef4028b808d71184e7cb9ddd21859babe /tools/perf/scripts/python
parentedcfe54058114cb3782cd2e919c224e14420e76e (diff)
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Currently vmx_vcpu_load_vmcs() writes the TSC_MULTIPLIER field of the VMCS every time the VMCS is loaded. Instead of doing this, set this field from common code on initialization and whenever the scaling ratio changes. Additionally remove vmx->current_tsc_ratio. This field is redundant as vcpu->arch.tsc_scaling_ratio already tracks the current TSC scaling ratio. The vmx->current_tsc_ratio field is only used for avoiding unnecessary writes but it is no longer needed after removing the code from the VMCS load path. Suggested-by: Sean Christopherson <[email protected]> Signed-off-by: Ilias Stamatis <[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