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

KVM: emulate: warn on invalid or uninitialized exception numbers



These were reported when running Jailhouse on AMD processors.

Initialize ctxt->exception.vector with an invalid exception number,
and warn if it remained invalid even though the emulator got
an X86EMUL_PROPAGATE_FAULT return code.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 592f0858
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