KVM: x86 emulator: vendor specific instructions
authorAvi Kivity <avi@redhat.com>
Tue, 1 Feb 2011 14:32:03 +0000 (16:32 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 17 Mar 2011 16:08:28 +0000 (13:08 -0300)
commitd867162c6d1028d16358f4d2383d1833a849c74d
tree17486fbf7cf2ca38893baf704415586c1d6f5f43
parent3e90943907ff84cf0379a57c01c296a9b33c903e
KVM: x86 emulator: vendor specific instructions

Mark some instructions as vendor specific, and allow the caller to request
emulation only of vendor specific instructions.  This is useful in some
circumstances (responding to a #UD fault).

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/kvm/emulate.c