commit | e56b9c47d05e4d18e9ddc0cdf8b2716f4de17a25 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Sep 18 16:21:16 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 14 08:47:56 2014 -0800 |
tree | a3adce88948bfbbc77c92ecb6aacc2890eb94b23 | |
parent | ea30614738b5faf98a1a695f78ce11447d4eb072 [diff] |
kvm: x86: don't kill guest on unknown exit reason commit 2bc19dc3754fc066c43799659f0d848631c44cfe upstream. 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. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>