commit | 4c4d563b49830a66537c3f51070dad74d7a81d3a | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Dec 18 19:16:24 2013 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 20 19:20:39 2013 +0100 |
tree | 85264314471e0e420e0226010044842191e20a79 | |
parent | ca3f257ae570c37d3da30a524a2f61ce602c6c99 [diff] |
KVM: VMX: Do not skip the instruction if handle_dr injects a fault If kvm_get_dr or kvm_set_dr reports that it raised a fault, we must not advance the instruction pointer. Otherwise the exception will hit the wrong instruction. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>