Re: [Qemu-devel] [PATCH V8 4/8] hw/acpi_piix4.c: replace register_ioport*

2012-09-04 Thread Jan Kiszka
On 2012-09-04 18:51, Jan Kiszka wrote: > On 2012-09-04 18:33, Julien Grall wrote: >> On 09/04/2012 04:15 PM, Jan Kiszka wrote: >>> On 2012-09-04 09:28, Julien Grall wrote: >>> This patch replaces all register_ioport* with the new memory API. It permits to use the new Memory stuf

Re: [Qemu-devel] [PATCH V8 4/8] hw/acpi_piix4.c: replace register_ioport*

2012-09-04 Thread Jan Kiszka
On 2012-09-04 18:33, Julien Grall wrote: > On 09/04/2012 04:15 PM, Jan Kiszka wrote: >> On 2012-09-04 09:28, Julien Grall wrote: >> >>> This patch replaces all register_ioport* with the new memory API. It permits >>> to use the new Memory stuff like listener. >>> >>> Signed-off-by: Julien Grall

Re: [Qemu-devel] [PATCH V8 4/8] hw/acpi_piix4.c: replace register_ioport*

2012-09-04 Thread Julien Grall
On 09/04/2012 04:15 PM, Jan Kiszka wrote: On 2012-09-04 09:28, Julien Grall wrote: This patch replaces all register_ioport* with the new memory API. It permits to use the new Memory stuff like listener. Signed-off-by: Julien Grall --- hw/acpi_piix4.c | 145 +++

Re: [Qemu-devel] [PATCH V8 4/8] hw/acpi_piix4.c: replace register_ioport*

2012-09-04 Thread Jan Kiszka
On 2012-09-04 09:28, Julien Grall wrote: > This patch replaces all register_ioport* with the new memory API. It permits > to use the new Memory stuff like listener. > > Signed-off-by: Julien Grall > --- > hw/acpi_piix4.c | 145 > +++ > 1 file

[Qemu-devel] [PATCH V8 4/8] hw/acpi_piix4.c: replace register_ioport*

2012-09-04 Thread Julien Grall
This patch replaces all register_ioport* with the new memory API. It permits to use the new Memory stuff like listener. Signed-off-by: Julien Grall --- hw/acpi_piix4.c | 145 +++ 1 files changed, 113 insertions(+), 32 deletions(-) diff --git