commit | 6cbc5f5a80a9ae5a80bc81efc574b5a85bfd4a84 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Jun 30 12:52:55 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 09 18:09:56 2014 +0200 |
tree | 28fd708a956079f5fcb8cef3ff3bcd8c4c085e58 | |
parent | 6493f1574e898b46370e2b2315836d76a1980f2c [diff] |
KVM: nSVM: Set correct port for IOIO interception evaluation Obtaining the port number from DX is bogus as a) there are immediate port accesses and b) user space may have changed the register content while processing the PIO access. Forward the correct value from the instruction emulator instead. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>