From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tczcw-00016t-DA for qemu-devel@nongnu.org; Mon, 26 Nov 2012 09:25:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tczcp-0001QE-Pe for qemu-devel@nongnu.org; Mon, 26 Nov 2012 09:25:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tczcp-0001Pj-IL for qemu-devel@nongnu.org; Mon, 26 Nov 2012 09:25:31 -0500 Message-ID: <50B37BCF.5090205@redhat.com> Date: Mon, 26 Nov 2012 15:25:19 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <50B1E06F.5000703@redhat.com> <50B232E5.4030302@suse.de> In-Reply-To: <50B232E5.4030302@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V10 0/8] memory: unify ioport registration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Stefano.Stabellini@eu.citrix.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, Julien Grall , Avi Kivity , Anthony Liguori On 11/25/12 16:01, Andreas F=E4rber wrote: > Am 25.11.2012 10:10, schrieb Avi Kivity: >> On 09/19/2012 02:50 PM, Julien Grall wrote: >>> This is the tenth version of patch series about ioport registration. >>> >>> Some part of QEMU still use register_ioport* functions to register io= port. >>> These functions doesn't allow to use Memory Listener on it. >> >> Acked-by: Avi Kivity >=20 > Thanks, queued for the v1.4 merge window: > https://github.com/afaerber/qemu-cpu/commits/memory-ioport I'd like to veto the acpi/smbus bits of this series. I've waded through that last week from q35 point of view. Alot of the memory region stuff can be moved to acpi.c, and then easily be shared between piix4, vt82c686 and the upcoming ich9. See the "acpi: switch to memory api" patch series posted last friday. cheers. Gerd