From: Takuya Yoshikawa Date: Wed, 23 Nov 2011 03:27:39 +0000 (+0900) Subject: KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX X-Git-Tag: v3.3-rc1~131^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b5e97e1fadf1ade87558f2a2003616879f9e228;p=pandora-kernel.git KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX INSB : 6C INSW/INSD : 6D OUTSB : 6E OUTSW/OUTSD: 6F The I/O port address is read from the DX register when we decode the operand because we see the SrcDX/DstDX flag is set. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed