Skip to content
Commit fede8076 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarNick Peterson <everdox@gmail.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent c4e115f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment