KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding
authorWei Yongjun <yjwei@cn.fujitsu.com>
Wed, 7 Jul 2010 09:43:35 +0000 (17:43 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 2 Aug 2010 03:40:27 +0000 (06:40 +0300)
commit5d55f299f97769130c6cc67896414c988db309ab
tree4b18d7721ff788e8bda93e57086037e1d6ac195b
parent07cbc6c185aee2c0479776845988242a040c7c93
KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding

This patch change to use DstAcc for decoding 'mov AL, moffs'
and introduced SrcAcc for decoding 'mov moffs, AL'.

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