KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Sun, 29 May 2011 13:01:33 +0000 (22:01 +0900)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:16:03 +0000 (13:16 +0300)
commit1bd5f469b2d54330ba41d9c4b857dc5051e8dcf7
treef4c23a7cbf965b63d02b67b8f592b09641f766b3
parentebda02c2a5a6001c787f311b4d5a0dc827ce2d92
KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)

Different functions for those which take segment register operands.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/emulate.c