Re: [Qemu-devel] [PATCH V10 2/8] hw/apm.c: replace register_ioport*

2012-12-03 Thread Julien Grall
On 11/27/2012 08:46 PM, Jason Baron wrote: > On Tue, Nov 27, 2012 at 01:10:16AM +0100, Andreas Färber wrote: >> Am 19.09.2012 13:50, schrieb Julien Grall: >>> This patch replaces all register_ioport* by a MemorySection. >>> It permits to use the new Memory stuff like listener. >>> >>> Moreover, th

Re: [Qemu-devel] [PATCH V10 2/8] hw/apm.c: replace register_ioport*

2012-11-27 Thread Jason Baron
On Tue, Nov 27, 2012 at 01:10:16AM +0100, Andreas Färber wrote: > Am 19.09.2012 13:50, schrieb Julien Grall: > > This patch replaces all register_ioport* by a MemorySection. > > It permits to use the new Memory stuff like listener. > > > > Moreover, the PCI is added as an argument for apm_init, so

Re: [Qemu-devel] [PATCH V10 2/8] hw/apm.c: replace register_ioport*

2012-11-26 Thread Andreas Färber
Am 19.09.2012 13:50, schrieb Julien Grall: > This patch replaces all register_ioport* by a MemorySection. > It permits to use the new Memory stuff like listener. > > Moreover, the PCI is added as an argument for apm_init, so we > can register IO inside the pci IO address space. > > Signed-off-by:

Re: [Qemu-devel] [PATCH V10 2/8] hw/apm.c: replace register_ioport*

2012-11-25 Thread Andreas Färber
Am 19.09.2012 13:50, schrieb Julien Grall: > This patch replaces all register_ioport* by a MemorySection. MemoryRegion fwiw. No need to resend. Andreas > It permits to use the new Memory stuff like listener. > > Moreover, the PCI is added as an argument for apm_init, so we > can register IO ins

[Qemu-devel] [PATCH V10 2/8] hw/apm.c: replace register_ioport*

2012-09-19 Thread Julien Grall
This patch replaces all register_ioport* by a MemorySection. It permits to use the new Memory stuff like listener. Moreover, the PCI is added as an argument for apm_init, so we can register IO inside the pci IO address space. Signed-off-by: Julien Grall --- hw/acpi_piix4.c |2 +- hw/apm.c