From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRZx2-0004kH-Po for qemu-devel@nongnu.org; Sun, 24 Sep 2006 15:47:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRZx2-0004jI-4p for qemu-devel@nongnu.org; Sun, 24 Sep 2006 15:47:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRZx1-0004jA-Vj for qemu-devel@nongnu.org; Sun, 24 Sep 2006 15:47:44 -0400 Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRa1H-00074g-C8 for qemu-devel@nongnu.org; Sun, 24 Sep 2006 15:52:07 -0400 Received: from localhost ([127.0.0.1]) by localhost.localdomain with esmtp (Exim 4.62) (envelope-from ) id 1GRZx0-0001XH-Uk for qemu-devel@nongnu.org; Sun, 24 Sep 2006 21:47:43 +0200 Message-ID: <4516E0DE.2010805@mail.berlios.de> Date: Sun, 24 Sep 2006 21:47:42 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [BUG?] Duplicate PCI setup? References: <450C54E1.1080902@mail.berlios.de> <4516D3D5.8030004@mail.berlios.de> <200609242009.51974.paul@codesourcery.com> In-Reply-To: <200609242009.51974.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This was fixed with the latest CVS changes. Fabrice, you are really fast! Merci, Stefan On Sunday 24 September 2006 19:52, Stefan Weil wrote: > When I start QEMU for i386 with an emulated PCI network card, > this card's PCI memory space is setup twice: > once by QEMU, a second time from BIOS. > > PCI I/O regions both times get the same address: > ne2000_map: region=0, addr=0x0000c100, size=0x00000100, type=1 > ne2000_map: region=0, addr=0x0000c100, size=0x00000100, type=1 > > PCI memory regions get two different addresses.