diff options
author | 2019-08-13 15:53:35 +0200 | |
---|---|---|
committer | 2019-08-22 10:09:22 +0200 | |
commit | c8e16b78c6142afea428dc316c900644951cf7f3 (patch) | |
tree | 8f394f9f0619860d30a3954580420f80c2e899e9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86: KVM: svm: eliminate weird goto from vmrun_interception() (diff) | |
download | wireguard-linux-c8e16b78c6142afea428dc316c900644951cf7f3.tar.xz wireguard-linux-c8e16b78c6142afea428dc316c900644951cf7f3.zip |
x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()
Just like we do with other intercepts, in vmrun_interception() we should be
doing kvm_skip_emulated_instruction() and not just RIP += 3. Also, it is
wrong to increment RIP before nested_svm_vmrun() as it can result in
kvm_inject_gp().
We can't call kvm_skip_emulated_instruction() after nested_svm_vmrun() so
move it inside.
Suggested-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions