commit | 80ced186d1761d2a66163d9eeb468ddb1f7e0697 | [log] [tgz] |
---|---|---|
author | Mohammed Gamal <m.gamal005@gmail.com> | Tue Sep 01 12:48:18 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:09 2009 +0200 |
tree | 6dd263059ef5a8f5ea82da1ea0a6880f941f7915 | |
parent | abcf14b560a4ba62c659e6f5aafc8f9934d8c130 [diff] |
KVM: VMX: Enhance invalid guest state emulation - Change returned handle_invalid_guest_state() to return relevant exit codes - Move triggering the emulation from vmx_vcpu_run() to vmx_handle_exit() - Return to userspace instead of repeatedly trying to emulate instructions that have already failed Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>