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

2019-01-15 Thread h...@infradead.org
On Tue, Jan 15, 2019 at 05:45:34PM +, Alistair Francis wrote: > > 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. Cool. Time to play

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

2019-01-15 Thread Alistair Francis
On Tue, 2019-01-15 at 07:26 -0800, Christoph Hellwig wrote: > On Sat, Jan 12, 2019 at 12:41:26AM +, 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 >

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

2019-01-15 Thread Christoph Hellwig
On Sat, Jan 12, 2019 at 12:41:26AM +, 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 Looks good: Reviewed-by: Christoph Hellwig Alistair, is there a ready-mad

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

2019-01-11 Thread Paul Walmsley
On Sat, 12 Jan 2019, 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 Reviewed-by: Paul Walmsley - Paul

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

2019-01-11 Thread Alistair Francis
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 --- arch/riscv/configs/defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/conf