]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: x86 emulator: fix faulty check for two-byte opcode
authorAvi Kivity <avi@qumranet.com>
Sun, 22 Jul 2007 12:51:58 +0000 (15:51 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:19 +0000 (10:18 +0200)
commit394b6e5944865a558fe25f0c5903b34c434038ee
tree506650eb8e2b4c4e1f553bcc0cc568a65f99c357
parente3243452f4f35ed5f79d575100521bf257504b81
KVM: x86 emulator: fix faulty check for two-byte opcode

Right now, the bug is harmless as we never emulate one-byte 0xb6 or 0xb7.
But things may change.

Noted by the mysterious Gabriel C.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c