From: Gleb Natapov Date: Mon, 1 Nov 2010 13:35:01 +0000 (+0200) Subject: KVM: handle exit due to INVD in VMX X-Git-Tag: v2.6.38-rc1~244^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec25d5e66ee152e371fd7046f3f8441859579aea;p=pandora-kernel.git KVM: handle exit due to INVD in VMX Currently the exit is unhandled, so guest halts with error if it tries to execute INVD instruction. Call into emulator when INVD instruction is executed by a guest instead. This instruction is not needed by ordinary guests, but firmware (like OpenBIOS) use it and fail. Signed-off-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed