commit | 1d5a4d9b92028d9fe77da34037bd5a1ebfecc733 | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> | Wed Oct 29 09:39:42 2008 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:51:48 2008 +0200 |
tree | 5e8725c9af5b206f49936a327f116eec858b6bd9 | |
parent | e93f36bcfaa9e899c595e1c446c784a69021854a [diff] |
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 <guillaume.thouvenin@ext.bull.net> Signed-off-by: Avi Kivity <avi@redhat.com>