From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6Xl-0007xD-Kp for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:49:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti6Xe-0000El-B7 for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:49:25 -0500 Received: from mail-ye0-f173.google.com ([209.85.213.173]:62756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6Xe-0000EG-5g for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:49:18 -0500 Received: by mail-ye0-f173.google.com with SMTP id l5so547706yen.4 for ; Mon, 10 Dec 2012 08:49:17 -0800 (PST) From: Anthony Liguori In-Reply-To: <1354639696-22168-1-git-send-email-afaerber@suse.de> References: <1354639696-22168-1-git-send-email-afaerber@suse.de> Date: Mon, 10 Dec 2012 10:48:57 -0600 Message-ID: <8738zd3lae.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] Memory API ioport cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= , qemu-devel@nongnu.org Cc: Julien Grall , Jason Baron , Gerd Hoffmann , Avi Kivity Andreas F=C3=A4rber writes: > Hello, > > As coordinated with Avi and Gerd, here's some ioport conversions to Memor= y API. > > Cc: Avi Kivity > Cc: Gerd Hoffmann > Cc: Julien Grall > Cc: Jason Baron > > Pulled. Thanks. Regards, Anthony Liguori > The following changes since commit 16c6c80ac3a772b42a87b77dfdf0fdac7c607b= 0e: > > 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=C3=A4ndert, 178 Zeilen hinzugef=C3=BCgt(+), 78 Zeilen entf= ernt(-)