From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPXMH-0006YP-QJ for qemu-devel@nongnu.org; Wed, 21 Nov 2018 13:36:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPXMH-00006S-1H for qemu-devel@nongnu.org; Wed, 21 Nov 2018 13:36:17 -0500 Sender: Guenter Roeck Date: Wed, 21 Nov 2018 10:36:13 -0800 From: Guenter Roeck Message-ID: <20181121183613.GA4874@roeck-us.net> References: <85a3fe487514f4cb659ef7e6b88762ebc567c1b8.1542819633.git.alistair.francis@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH for-3.2 v7 5/6] hw/riscv/sifive_u: Connect the Xilinx PCIe List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Logan Gunthorpe Cc: Alistair Francis , "qemu-devel@nongnu.org" , "qemu-riscv@nongnu.org" , "alistair23@gmail.com" , "abologna@redhat.com" Hi Logan, On Wed, Nov 21, 2018 at 11:05:21AM -0700, Logan Gunthorpe wrote: > > > On 2018-11-21 10:02 a.m., Alistair Francis wrote: > > Connect the Xilinx PCIe device based on the information in the device > > tree stored in the ROM of the HiFish Unleashed board. > > I only briefly tested this patch but could not get any PCI devices to > come up with the sifive_u machine. Depending on the kernel I tried, it > either failed to initialize a Xilinx PCIe (likely due to a mismatch with > the DT) or it appears to successfully initialize a Microsemi device but > did not enumerate any devices underneath. What kernel configuration, devicetree, and qemu command line do you use for the sifive_u machine ? Thanks, Guenter > > In any case, it would be nice if the Microsemi/Xilinx confusion was at > least explained in the commit message. > > Thanks, > > Logan