diff options
| author | Vitaly Kuznetsov <[email protected]> | 2021-05-26 15:20:17 +0200 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2021-06-17 13:09:48 -0400 |
| commit | 6a789ca5d5038a60f51c374067fd9abab13df596 (patch) | |
| tree | c5e06100b7188eead1aeaeeb1a6be7bbf45f0007 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 1e9dfbd748f37dfa51fcdc82a7afddde1cf8d0ed (diff) | |
KVM: nVMX: Don't set 'dirty_vmcs12' flag on enlightened VMPTRLD
'dirty_vmcs12' is only checked in prepare_vmcs02_early()/prepare_vmcs02()
and both checks look like:
'vmx->nested.dirty_vmcs12 || evmptr_is_valid(vmx->nested.hv_evmcs_vmptr)'
so for eVMCS case the flag changes nothing. Drop the assignment to avoid
the confusion.
No functional change intended.
Reported-by: Maxim Levitsky <[email protected]>
Signed-off-by: Vitaly Kuznetsov <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions