From: Avi Kivity Date: Tue, 16 Jun 2009 11:19:52 +0000 (+0300) Subject: KVM: VMX: Handle vmx instruction vmexits X-Git-Tag: v2.6.31-rc2~73^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c7cb6ad7191e92ba89d00a7ae5f5dd1ca0c214;p=pandora-kernel.git KVM: VMX: Handle vmx instruction vmexits IF a guest tries to use vmx instructions, inject a #UD to let it know the instruction is not implemented, rather than crashing. This prevents guest userspace from crashing the guest kernel. Cc: stable@kernel.org Signed-off-by: Avi Kivity --- Reading git-diff-tree failed