commit | e0ad0b477c36fde6b0923670647495d07bf42f94 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Aug 20 10:08:23 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Aug 20 13:01:26 2014 +0200 |
tree | 36b2efe539ed3bffea8e923962bbbd0bf968da21 | |
parent | 592f085847f4ea753586dfe6ce75ba37d5992a45 [diff] |
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: Paolo Bonzini <pbonzini@redhat.com>