commit | 2bc19dc3754fc066c43799659f0d848631c44cfe | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Sep 18 16:21:16 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 24 13:21:17 2014 +0200 |
tree | be47520a611abb758ff6a57ecbe00041a64956d0 | |
parent | a642fc305053cc1c6e47e4f4df327895747ab485 [diff] |
kvm: x86: don't kill guest on unknown exit reason KVM_EXIT_UNKNOWN is a kvm bug, we don't really know whether it was triggered by a priveledged application. Let's not kill the guest: WARN and inject #UD instead. Cc: stable@vger.kernel.org Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>