diff options
| author | Uros Bizjak <[email protected]> | 2020-12-30 16:26:57 -0800 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2021-02-04 05:27:32 -0500 |
| commit | 150f17bfab37e981ba03b37440638138ff2aa9ec (patch) | |
| tree | a50118a5898d577a9c140b2ed80047736db61b21 /tools/perf/scripts/python | |
| parent | 53666664a3052e4ea3ddcb183460dfbc30f1d056 (diff) | |
KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
Replace inline assembly in nested_vmx_check_vmentry_hw
with a call to __vmx_vcpu_run. The function is not
performance critical, so (double) GPR save/restore
in __vmx_vcpu_run can be tolerated, as far as performance
effects are concerned.
Cc: Paolo Bonzini <[email protected]>
Cc: Sean Christopherson <[email protected]>
Reviewed-and-tested-by: Sean Christopherson <[email protected]>
Signed-off-by: Uros Bizjak <[email protected]>
[sean: dropped versioning info from changelog]
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