diff options
author | Vitaly Kuznetsov <[email protected]> | 2019-08-13 15:53:35 +0200 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2019-08-22 10:09:22 +0200 |
commit | c8e16b78c6142afea428dc316c900644951cf7f3 (patch) | |
tree | 8f394f9f0619860d30a3954580420f80c2e899e9 /scripts/gdb/linux/modules.py | |
parent | e7134c1bb5af1ca6dcbd983e036e67b82e6a2de4 (diff) |
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 <[email protected]>
Signed-off-by: Vitaly Kuznetsov <[email protected]>
Reviewed-by: Sean Christopherson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions