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)
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

Simple merge