From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Ugs-0001Hq-M3 for qemu-devel@nongnu.org; Mon, 03 Sep 2012 07:19:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8Ugq-0003nQ-N6 for qemu-devel@nongnu.org; Mon, 03 Sep 2012 07:19:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Ugq-0003nA-EW for qemu-devel@nongnu.org; Mon, 03 Sep 2012 07:19:36 -0400 Message-ID: <5044923D.2030301@redhat.com> Date: Mon, 03 Sep 2012 14:19:25 +0300 From: Avi Kivity MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 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: Julien Grall Cc: jan.kiszka@siemens.com, kraxel@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de, Stefano.Stabellini@eu.citrix.com 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? -- error compiling committee.c: too many arguments to function