From: Sheng Yang Date: Tue, 15 Dec 2009 05:29:54 +0000 (+0800) Subject: KVM: VMX: Trap and invalid MWAIT/MONITOR instruction X-Git-Tag: v2.6.34-rc1~193^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59708670b639bff00f92e519df1ae14da240e919;p=pandora-kernel.git KVM: VMX: Trap and invalid MWAIT/MONITOR instruction We don't support these instructions, but guest can execute them even if the feature('monitor') haven't been exposed in CPUID. So we would trap and inject a #UD if guest try this way. Cc: stable@kernel.org Signed-off-by: Sheng Yang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed