]> Git Repo - qemu.git/commit - target/i386/helper.h
target-i386: Use correct memory attributes for ioport accesses
authorPaolo Bonzini <[email protected]>
Wed, 8 Apr 2015 12:45:53 +0000 (14:45 +0200)
committerPaolo Bonzini <[email protected]>
Fri, 5 Jun 2015 15:10:00 +0000 (17:10 +0200)
commit3f7d84648607cc0fcb3812bb4b88978e2a7aa24f
treec43361bb82a93a5a3b0ae185bb1fadc7ca21fbb7
parentb216aa6c0fcbaa8ff4128969c14594896a5485a4
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 <[email protected]>
target-i386/Makefile.objs
target-i386/helper.h
target-i386/ioport-user.c [deleted file]
target-i386/misc_helper.c
target-i386/translate.c
This page took 0.024477 seconds and 4 git commands to generate.