[Qemu-devel] [PATCH 49/50] hw: remove pio_addr_t

2016-05-16 Thread Paolo Bonzini
pio_addr_t is almost unused, because these days I/O ports are simply accessed through the address space. cpu_{in,out}[bwl] themselves are almost unused; monitor.c and xen-hvm.c could use address_space_read/write directly, since they have an integer size at hand. This leaves qtest as the only user

Re: [Qemu-devel] [PATCH 49/50] hw: remove pio_addr_t

2016-04-18 Thread Markus Armbruster
Paolo Bonzini writes: > pio_addr_t is almost unused, because these days I/O ports are simply > accessed through the address space. cpu_{in,out}[bwl] themselves are > almost unused; monitor.c and xen-hvm.c could use address_space_read/write > directly, since they have an integer size at hand. Th

[Qemu-devel] [PATCH 49/50] hw: remove pio_addr_t

2016-04-08 Thread Paolo Bonzini
pio_addr_t is almost unused, because these days I/O ports are simply accessed through the address space. cpu_{in,out}[bwl] themselves are almost unused; monitor.c and xen-hvm.c could use address_space_read/write directly, since they have an integer size at hand. This leaves qtest as the only user