KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
authorAvi Kivity <avi@qumranet.com>
Mon, 16 Jun 2008 04:13:41 +0000 (21:13 -0700)
committerAvi Kivity <avi@qumranet.com>
Sun, 20 Jul 2008 09:42:33 +0000 (12:42 +0300)
commit8684c0af0b2bab770c257e2a04e1546eed35fa56
treece11e5f74ed45db49aeeee616f856f1059206c8f
parentb13354f8f092884fa8d79472404de4907b25d579
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases

x86_64 does not decode rex.b in certain cases, where the r/m field = 5.

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