[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL] Memory API ioport cleanups
From: |
Anthony Liguori |
Subject: |
Re: [Qemu-devel] [PULL] Memory API ioport cleanups |
Date: |
Mon, 10 Dec 2012 10:48:57 -0600 |
User-agent: |
Notmuch/0.13.2+93~ged93d79 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) |
Andreas Färber <address@hidden> writes:
> Hello,
>
> As coordinated with Avi and Gerd, here's some ioport conversions to Memory
> API.
>
> Cc: Avi Kivity <address@hidden>
> Cc: Gerd Hoffmann <address@hidden>
> Cc: Julien Grall <address@hidden>
> Cc: Jason Baron <address@hidden>
>
>
Pulled. Thanks.
Regards,
Anthony Liguori
> The following changes since commit 16c6c80ac3a772b42a87b77dfdf0fdac7c607b0e:
>
> Open up 1.4 development branch (2012-12-03 14:08:40 -0600)
>
> are available in the git repository at:
>
> git://github.com/afaerber/qemu-cpu.git memory-ioport
>
> for you to fetch changes up to 582299336879504353e60c7937fbc70fea93f3da:
>
> hw/dma.c: Replace register_ioport_* (2012-12-04 14:50:22 +0100)
>
> ----------------------------------------------------------------
> Julien Grall (6):
> isa: Add isa_address_space_io()
> hw/apm.c: Replace register_ioport_*
> hw/cirrus_vga.c: Replace register_ioport_*
> serial: Replace register_ioport_*
> hw/pc.c: Replace register_ioport_*
> hw/dma.c: Replace register_ioport_*
>
> hw/acpi_piix4.c | 2 +-
> hw/apm.c | 23 +++++++++---
> hw/apm.h | 5 ++-
> hw/cirrus_vga.c | 48 ++++++++++++++----------
> hw/dma.c | 106
> +++++++++++++++++++++++++++++++++++------------------
> hw/isa-bus.c | 9 +++++
> hw/isa.h | 1 +
> hw/lpc_ich9.c | 2 +-
> hw/mips_mipssim.c | 3 +-
> hw/pc.c | 49 ++++++++++++++++++++-----
> hw/serial.c | 4 +-
> hw/serial.h | 2 +-
> hw/vt82c686.c | 2 +-
> 13 Dateien geändert, 178 Zeilen hinzugefügt(+), 78 Zeilen entfernt(-)
- [Qemu-devel] [PULL] Memory API ioport cleanups, Andreas Färber, 2012/12/04
- [Qemu-devel] [PATCH 1/6] isa: Add isa_address_space_io(), Andreas Färber, 2012/12/04
- [Qemu-devel] [PATCH 3/6] hw/cirrus_vga.c: Replace register_ioport_*, Andreas Färber, 2012/12/04
- [Qemu-devel] [PATCH 2/6] hw/apm.c: Replace register_ioport_*, Andreas Färber, 2012/12/04
- [Qemu-devel] [PATCH 4/6] serial: Replace register_ioport_*, Andreas Färber, 2012/12/04
- [Qemu-devel] [PATCH 6/6] hw/dma.c: Replace register_ioport_*, Andreas Färber, 2012/12/04
- [Qemu-devel] [PATCH 5/6] hw/pc.c: Replace register_ioport_*, Andreas Färber, 2012/12/04
- Re: [Qemu-devel] [PULL] Memory API ioport cleanups, Blue Swirl, 2012/12/08
- Re: [Qemu-devel] [PULL] Memory API ioport cleanups,
Anthony Liguori <=