Re: [Qemu-devel] [PATCH V3 0/8] memory: unify ioport registration

2012-04-08 Thread Avi Kivity
On 04/05/2012 06:33 PM, Julien Grall wrote: > This is the third version of patch series about ioport registration. > > For the moment some part of QEMU use register_ioport* functions to register > ioport. These functions don't permit the logging of range with Memory > Listener. > > Modifications b

[Qemu-devel] [PATCH V3 0/8] memory: unify ioport registration

2012-04-05 Thread Julien Grall
This is the third version of patch series about ioport registration. For the moment some part of QEMU use register_ioport* functions to register ioport. These functions don't permit the logging of range with Memory Listener. Modifications between V1 and V2: - Remove the use of get_system_io. I