From: Guillaume Thouvenin Date: Wed, 29 Oct 2008 08:39:42 +0000 (+0100) Subject: KVM: VMX: Handle mmio emulation when guest state is invalid X-Git-Tag: v2.6.29-rc1~539^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5a4d9b92028d9fe77da34037bd5a1ebfecc733;p=pandora-kernel.git KVM: VMX: Handle mmio emulation when guest state is invalid If emulate_invalid_guest_state is enabled, the emulator is called when guest state is invalid. Until now, we reported an mmio failure when emulate_instruction() returned EMULATE_DO_MMIO. This patch adds the case where emulate_instruction() failed and an MMIO emulation is needed. Signed-off-by: Guillaume Thouvenin Signed-off-by: Avi Kivity --- Reading git-diff-tree failed