From: Jan Kiszka Date: Mon, 9 Mar 2015 19:56:43 +0000 (+0100) Subject: KVM: nVMX: Do not emulate #UD while in guest mode X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1f57670703656cc9f293722c3b8b6782f8ab3f;p=pandora-kernel.git KVM: nVMX: Do not emulate #UD while in guest mode While in L2, leave all #UD to L2 and do not try to emulate it. If L1 is interested in doing this, it reports its interest via the exception bitmap, and we never get into handle_exception of L0 anyway. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed