]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdd3a389d1a441c5f0546c4b74913ecf01c7a8029
tree4b18d7721ff788e8bda93e57086037e1d6ac195b
parentfdff4a2560a311abccf680b1bf1ea4d23305df19
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