From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC6EI-00060N-55 for qemu-devel@nongnu.org; Mon, 15 Oct 2018 13:00:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC6E9-0003PP-Mq for qemu-devel@nongnu.org; Mon, 15 Oct 2018 13:00:24 -0400 Received: from mail-lf1-x141.google.com ([2a00:1450:4864:20::141]:41652) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gC6E9-0003Mw-6G for qemu-devel@nongnu.org; Mon, 15 Oct 2018 13:00:21 -0400 Received: by mail-lf1-x141.google.com with SMTP id q39-v6so14616633lfi.8 for ; Mon, 15 Oct 2018 10:00:18 -0700 (PDT) MIME-Version: 1.0 References: <5dd21056229d12a1af8d65e9208f4de43ba4a2ae.camel@redhat.com> <892d54c5-2851-74ec-bdf2-286c1665c44f@gmail.com> <7d54ec114745b00b82601875416ccfe6a5f9fe6f.camel@redhat.com> <23d9891ec01bec45b16f89ba1412238be39addf9.camel@redhat.com> In-Reply-To: <23d9891ec01bec45b16f89ba1412238be39addf9.camel@redhat.com> From: Alistair Francis Date: Mon, 15 Oct 2018 09:59:49 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v5 0/5] Connect a PCIe host and graphics support to RISC-V List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrea Bolognani Cc: Alistair Francis , "qemu-devel@nongnu.org Developers" , Michael Clark , Palmer Dabbelt , stephen@eideticom.com, "Richard W.M. Jones" On Mon, Oct 15, 2018 at 7:39 AM Andrea Bolognani wrote: > > On Fri, 2018-10-12 at 09:12 -0700, Alistair Francis wrote: > > On Fri, Oct 12, 2018 at 6:46 AM Andrea Bolognani wrote: > > > Problem solved then :) > > > > Does that mean you have it working? > > Yeah, it was trivial once I knew what to look for ;) > > > One more thing that I forgot to bring up earlier: at the same time > as PCIe support is added, we should also make sure that the > pcie-root-port device is built into the qemu-system-riscv* binaries > by default, as that device being missing will cause PCI-enabled > libvirt guests to fail to start. We are dong that aren't we? Alistair > > -- > Andrea Bolognani / Red Hat / Virtualization >