KVM: x86 emulator: Don't force #UD for 0F 01 /5
authorAvi Kivity <avi@redhat.com>
Thu, 21 Apr 2011 09:17:13 +0000 (12:17 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:39:34 +0000 (08:39 -0400)
commit68152d88122b24fad0f5910f74efcd19120a19a8
treede13b4088c8cadae00c5a47447140c376cb90d54
parent26d05cc7403dfffbc5afd66a1292adfb7566e3ff
KVM: x86 emulator: Don't force #UD for 0F 01 /5

While it isn't defined, no need to force a #UD.  If it becomes defined
in the future this can cause wierd problems for the guest.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c