From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz2sO-00015I-UQ for qemu-devel@nongnu.org; Thu, 01 Sep 2011 04:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz2sO-00026A-0a for qemu-devel@nongnu.org; Thu, 01 Sep 2011 04:43:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz2sN-00025v-PS for qemu-devel@nongnu.org; Thu, 01 Sep 2011 04:43:55 -0400 Message-ID: <4E5F45C7.1050800@redhat.com> Date: Thu, 01 Sep 2011 11:43:51 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1314752751.84463.YahooMailClassic@web27003.mail.ukl.yahoo.com> In-Reply-To: <1314752751.84463.YahooMailClassic@web27003.mail.ukl.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add support for r6040 NIC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bifferos Cc: qemu-devel@nongnu.org On 08/31/2011 04:05 AM, bifferos wrote: > + pci_register_bar(&s->dev, 0, 0x100, PCI_BASE_ADDRESS_SPACE_IO, r6040_map); > + > pci_register_bar() has been converted to the memory API. Please rebase to the latest qemu.git master and read docs/memory.txt and memory.h. -- error compiling committee.c: too many arguments to function