git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d77fe63
)
KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX
author
Takuya Yoshikawa
<yoshikawa.takuya@oss.ntt.co.jp>
Wed, 23 Nov 2011 03:27:39 +0000
(12:27 +0900)
committer
Avi Kivity
<avi@redhat.com>
Tue, 27 Dec 2011 09:17:46 +0000
(11:17 +0200)
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 <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found