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

2012-09-04 Thread Jan Kiszka
On 2012-09-04 13:37, Jan Kiszka wrote: > On 2012-09-04 13:27, Julien Grall wrote: >> On 09/04/2012 08:24 AM, Jan Kiszka wrote: >>> On 2012-09-03 12:03, Julien Grall wrote: >>> This patch replaces all register_ioport* with the new memory API. It permits to use the new Memory stuff

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

2012-09-04 Thread Jan Kiszka
On 2012-09-04 13:27, Julien Grall wrote: > On 09/04/2012 08:24 AM, Jan Kiszka wrote: >> On 2012-09-03 12:03, 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 Gr

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

2012-09-04 Thread Julien Grall
On 09/04/2012 08:24 AM, Jan Kiszka wrote: On 2012-09-03 12:03, 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 | 151 +++

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

2012-09-04 Thread Jan Kiszka
On 2012-09-03 12:03, 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 | 151 > +++ > 1 file

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

2012-09-03 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 | 151 +++ 1 files changed, 119 insertions(+), 32 deletions(-) diff --git