]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb22c7f8b524db0fb2778b0ca218ab0c2150b7cb5
treeb9d9c97305a2424c5b2a90620442ba77329a2114
parent44894df97b2141df1d70593312fb147d9b2e7ba4
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