KVM: x86 emulator: change OUT instruction to use dst instead of src
authorWei Yongjun <yjwei@cn.fujitsu.com>
Fri, 6 Aug 2010 03:45:12 +0000 (11:45 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:09 +0000 (10:51 +0200)
commit41167be544603e077b866a2922737556dc2294e8
treeb9d9c97305a2424c5b2a90620442ba77329a2114
parent943858e27544cd10e6095093a40be911a31892b1
KVM: x86 emulator: change OUT instruction to use dst instead of src

Change OUT instruction to use dst instead of src, so we can
reuse those code for all out instructions.

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