commit | 3f7d84648607cc0fcb3812bb4b88978e2a7aa24f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 08 14:45:53 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 05 17:10:00 2015 +0200 |
tree | c43361bb82a93a5a3b0ae185bb1fadc7ca21fbb7 | |
parent | b216aa6c0fcbaa8ff4128969c14594896a5485a4 [diff] |
target-i386: Use correct memory attributes for ioport accesses In order to do this, stop using the cpu_in*/out* helpers, and instead access address_space_io directly. cpu_in* and cpu_out* remain for usage in the monitor, in qtest, and in Xen. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>