]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KVM: x86 emulator: fix Move r/m16 to segment register decoding
authorGleb Natapov <gleb@redhat.com>
Wed, 28 Apr 2010 16:15:23 +0000 (19:15 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:35:28 +0000 (10:35 +0300)
commit054fe9f6e3b76877516b37ac7d83d58c7f37c1b6
tree0c95993dac8954f98ceb780cdc86df516cd4dace
parent9de41573675cbace09b02ef386f3e9c8739d495c
KVM: x86 emulator: fix Move r/m16 to segment register decoding

This instruction does not need generic decoding for its dst operand.

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