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>
Showing
- target-i386/Makefile.objs 0 additions, 2 deletionstarget-i386/Makefile.objs
- target-i386/helper.h 6 additions, 6 deletionstarget-i386/helper.h
- target-i386/ioport-user.c 0 additions, 60 deletionstarget-i386/ioport-user.c
- target-i386/misc_helper.c 46 additions, 13 deletionstarget-i386/misc_helper.c
- target-i386/translate.c 6 additions, 6 deletionstarget-i386/translate.c
Loading
Please register or sign in to comment