KVM: handle exit due to INVD in VMX
authorGleb Natapov <gleb@redhat.com>
Mon, 1 Nov 2010 13:35:01 +0000 (15:35 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:28:53 +0000 (11:28 +0200)
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>

No differences found