commit | ec25d5e66ee152e371fd7046f3f8441859579aea | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Mon Nov 01 15:35:01 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:28:53 2011 +0200 |
tree | 5edb00a4f7cb73758492efc7b013e17e841fdd7e | |
parent | 2eec73437487aa690882cafddca6e4d93df46f26 [diff] |
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 <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>