Home
last modified time | relevance | path

Searched hist:fede8076aab4c2280c673492f8f7a2e87712e8b4 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.cdiff fede8076aab4c2280c673492f8f7a2e87712e8b4 Mon Apr 27 10:55:59 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: handle wrap around 32-bit address space

KVM is not handling the case where EIP wraps around the 32-bit address
space (that is, outside long mode). This is needed both in vmx.c
and in emulate.c. SVM with NRIPS is okay, but it can still print
an error to dmesg due to integer overflow.

Reported-by: Nick Peterson <everdox@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/openbmc/linux/arch/x86/kvm/
H A Demulate.cdiff fede8076aab4c2280c673492f8f7a2e87712e8b4 Mon Apr 27 10:55:59 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: handle wrap around 32-bit address space

KVM is not handling the case where EIP wraps around the 32-bit address
space (that is, outside long mode). This is needed both in vmx.c
and in emulate.c. SVM with NRIPS is okay, but it can still print
an error to dmesg due to integer overflow.

Reported-by: Nick Peterson <everdox@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.cdiff fede8076aab4c2280c673492f8f7a2e87712e8b4 Mon Apr 27 10:55:59 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: handle wrap around 32-bit address space

KVM is not handling the case where EIP wraps around the 32-bit address
space (that is, outside long mode). This is needed both in vmx.c
and in emulate.c. SVM with NRIPS is okay, but it can still print
an error to dmesg due to integer overflow.

Reported-by: Nick Peterson <everdox@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>