Re: [PATCH v4] RISC-V: defconfig: Enable Generic PCIE by default

From: Alistair Francis
Date: Tue Jan 15 2019 - 12:45:45 EST


On Tue, 2019-01-15 at 07:26 -0800, Christoph Hellwig wrote:
> On Sat, Jan 12, 2019 at 12:41:26AM +0000, Alistair Francis wrote:
> > Enable generic PCIe by default in the RISC-V defconfig, this allows
> > us
> > to use QEMU's PCIe support out of the box.
> >
> > Signed-off-by: Alistair Francis <alistair.francis@xxxxxxx>
>
> Looks good:
>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>

Thanks!

>
> Alistair, is there a ready-made qemu machine with riscv + pcie?
> That would be really useful for testing..

Yep, if you use master QEMU (it isn't in a release yet) the virt
machine has PCIe support.

Alistair