From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8WAt-0007c1-0i for qemu-devel@nongnu.org; Mon, 03 Sep 2012 08:54:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8WAs-0003K7-28 for qemu-devel@nongnu.org; Mon, 03 Sep 2012 08:54:42 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:17150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8WAr-0003Jk-Tw for qemu-devel@nongnu.org; Mon, 03 Sep 2012 08:54:41 -0400 Message-ID: <5044A8EB.6000905@citrix.com> Date: Mon, 3 Sep 2012 13:56:11 +0100 From: Julien Grall MIME-Version: 1.0 References: <5041BCCD.5030106@web.de> In-Reply-To: <5041BCCD.5030106@web.de> Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V6 2/8] hw/acpi_piix4.c: replace register_ioport* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: "avi@redhat.com" , "kraxel@redhat.com" , "qemu-devel@nongnu.org" , "afaerber@suse.de" , Stefano Stabellini On 09/01/2012 08:44 AM, Jan Kiszka wrote: > On 2012-08-29 05:01, Julien Grall wrote: > >> This patch replaces all register_ioport* with the new memory API. It permits >> to use the new Memory stuff like listener. >> > Doesn't build. > As the previous patch series, this patch depends on patches 7 and 8. I have tried a full qemu build and it works on my computer. -- Julien Grall