From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3fH0-0001Ly-67 for qemu-devel@nongnu.org; Tue, 22 Feb 2005 14:00:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3fGw-0001Lk-LH for qemu-devel@nongnu.org; Tue, 22 Feb 2005 14:00:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3fF6-000102-Ju for qemu-devel@nongnu.org; Tue, 22 Feb 2005 13:58:46 -0500 Received: from [161.58.242.233] (helo=hotwww5.hotwww.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D3eeZ-0000qb-RM for qemu-devel@nongnu.org; Tue, 22 Feb 2005 13:21:00 -0500 From: Thayne Harbaugh In-Reply-To: <1109072720.21864.13203.camel@rapid> References: <1109072720.21864.13203.camel@rapid> Content-Type: text/plain Date: Tue, 22 Feb 2005 11:20:51 -0700 Message-Id: <1109096451.6488.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Open Hack'Ware test image. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "J. Mayer" Cc: qemu-devel On Tue, 2005-02-22 at 12:45 +0100, J. Mayer wrote: > Note that PREP support has not been checked with this snapshot (but will > be before it'll become a release). This won't work because the PCI host bridge *still* hasn't been added to qemu. I've sent the patch at least twice. Tha patch hasn't been applied and there hasn't been an explanation as to why it was ignored. Right now qemu/hw/pci.c:pci_prep_init() only adds a pci-to-pci bridge which won't get very far if it doesn't have a pci host bridge to attach to.