From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeTT1-0006sC-TV for qemu-devel@nongnu.org; Fri, 30 Nov 2012 11:29:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeTSv-0005fk-Ox for qemu-devel@nongnu.org; Fri, 30 Nov 2012 11:29:31 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:15502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeTSv-0005fJ-IZ for qemu-devel@nongnu.org; Fri, 30 Nov 2012 11:29:25 -0500 Message-ID: <50B8DEA3.3090207@citrix.com> Date: Fri, 30 Nov 2012 16:28:19 +0000 From: Julien Grall MIME-Version: 1.0 References: <50B1E06F.5000703@redhat.com> <50B232E5.4030302@suse.de> <50B37BCF.5090205@redhat.com> <50B413E6.4010508@suse.de> In-Reply-To: <50B413E6.4010508@suse.de> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit 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 , "jan.kiszka@siemens.com" , "qemu-devel@nongnu.org" , Avi Kivity , Anthony Liguori , Gerd Hoffmann On 11/27/2012 01:14 AM, Andreas Färber wrote: > Am 26.11.2012 15:25, schrieb Gerd Hoffmann: >> On 11/25/12 16:01, Andreas Färber 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 ioport. >>>>> These functions doesn't allow to use Memory Listener on it. >>>> >>>> Acked-by: Avi Kivity >>> >>> 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. > > Dropped from queue, q35 caused some breakage anyway. As long as we get > it converted some way I am happy and I guess Julien, too. > > https://github.com/afaerber/qemu-cpu/commits/memory-ioport I don't see any problem if Gerd will replace the ioport_register* by Memory region on this 2 parts. Thanks, Julien