mbox

[PULL,for-1.4] Memory API ioport cleanups

Message ID 1358274710-19588-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git memory-ioport

Message

Andreas Färber Jan. 15, 2013, 6:31 p.m. UTC
Hello,

Here's a bugfix and a few more I/O port conversions to Memory API. Please pull.

Cc: Julien Grall <julien.grall@citrix.com>
Cc: Hervé Poussineau <hpoussin@reactos.org>


The following changes since commit cf7c3f0cb5a7129f57fa9e69d410d6a05031988c:

  virtio-9p: fix compilation error. (2013-01-14 18:52:39 -0600)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git memory-ioport

for you to fetch changes up to d054b57293f8b50660d5e8d5740239f6476076a4:

  acpi_piix4: Do not use old_portio-style callbacks (2013-01-15 18:14:54 +0100)

----------------------------------------------------------------
Hervé Poussineau (2):
      xen_platform: Do not use old_portio-style callbacks
      acpi_piix4: Do not use old_portio-style callbacks

Julien Grall (1):
      hw/dma.c: Fix conversion of ioport_register* to MemoryRegion

 hw/acpi_piix4.c   |   92 ++++++++++++++++++++++++-----------------------------
 hw/dma.c          |   22 ++++++-------
 hw/xen_platform.c |   21 ++++++------
 3 Dateien geändert, 62 Zeilen hinzugefügt(+), 73 Zeilen entfernt(-)

Comments

Andreas Färber Jan. 15, 2013, 6:40 p.m. UTC | #1
Am 15.01.2013 19:31, schrieb Andreas Färber:
> Hello,
> 
> Here's a bugfix and a few more I/O port conversions to Memory API. Please pull.

Nah, please ignore, v2 coming up...

> Cc: Julien Grall <julien.grall@citrix.com>
> Cc: Hervé Poussineau <hpoussin@reactos.org>
> 
> 
> The following changes since commit cf7c3f0cb5a7129f57fa9e69d410d6a05031988c:
> 
>   virtio-9p: fix compilation error. (2013-01-14 18:52:39 -0600)
> 
> are available in the git repository at:
> 
>   git://github.com/afaerber/qemu-cpu.git memory-ioport
> 
> for you to fetch changes up to d054b57293f8b50660d5e8d5740239f6476076a4:
> 
>   acpi_piix4: Do not use old_portio-style callbacks (2013-01-15 18:14:54 +0100)
> 
> ----------------------------------------------------------------
> Hervé Poussineau (2):
>       xen_platform: Do not use old_portio-style callbacks
>       acpi_piix4: Do not use old_portio-style callbacks
> 
> Julien Grall (1):
>       hw/dma.c: Fix conversion of ioport_register* to MemoryRegion
> 
>  hw/acpi_piix4.c   |   92 ++++++++++++++++++++++++-----------------------------
>  hw/dma.c          |   22 ++++++-------
>  hw/xen_platform.c |   21 ++++++------
>  3 Dateien geändert, 62 Zeilen hinzugefügt(+), 73 Zeilen entfernt(-)
>