From: Michael S. Tsirkin Date: Thu, 18 Sep 2014 13:21:16 +0000 (+0300) Subject: kvm: x86: don't kill guest on unknown exit reason X-Git-Tag: fixes-against-v3.18-rc2~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc19dc3754fc066c43799659f0d848631c44cfe;p=pandora-kernel.git 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 Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed