From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8WEg-0001Dh-Gk for qemu-devel@nongnu.org; Mon, 03 Sep 2012 08:58:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8WEf-0004qL-GE for qemu-devel@nongnu.org; Mon, 03 Sep 2012 08:58:38 -0400 Received: from smtp.citrix.com ([66.165.176.89]:34599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8WEf-0004qG-BL for qemu-devel@nongnu.org; Mon, 03 Sep 2012 08:58:37 -0400 Message-ID: <5044A9EA.5070804@citrix.com> Date: Mon, 3 Sep 2012 14:00:26 +0100 From: Julien Grall MIME-Version: 1.0 References: <5044923D.2030301@redhat.com> In-Reply-To: <5044923D.2030301@redhat.com> Content-Type: text/plain; charset="ISO-8859-1"; 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: Avi Kivity Cc: "jan.kiszka@siemens.com" , "kraxel@redhat.com" , "qemu-devel@nongnu.org" , "afaerber@suse.de" , Stefano Stabellini On 09/03/2012 12:19 PM, Avi Kivity wrote: > On 08/29/2012 06:01 AM, Julien Grall wrote: > >> This patch replaces all register_ioport* with the new memory API. It permits >> to use the new Memory stuff like listener. >> >> diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c >> @@ -28,6 +28,7 @@ >> #include "range.h" >> #include "ioport.h" >> #include "fw_cfg.h" >> +#include "exec-memory.h" >> >> > Actually needed? > > I used it on previous patch series, but I don't need anymore. I will send a new version. -- Julien Grall