Re: [Qemu-devel] [PATCH v2 6/6] riscv64-softmmu.mak: Build Virtio Block support

2018-07-10 Thread Alistair Francis
On Tue, Jul 10, 2018 at 5:10 PM, Alistair Francis wrote: > On Mon, Jul 9, 2018 at 6:54 PM, Michael Clark wrote: >> >> >> On Tue, 10 Jul 2018 at 12:29 PM, Alistair Francis >> wrote: >>> >>> Add build time support for the VirtIO block device. This allows us to >>> attach a drive using the virtio-b

Re: [Qemu-devel] [PATCH v2 6/6] riscv64-softmmu.mak: Build Virtio Block support

2018-07-10 Thread Alistair Francis
On Mon, Jul 9, 2018 at 6:54 PM, Michael Clark wrote: > > > On Tue, 10 Jul 2018 at 12:29 PM, Alistair Francis > wrote: >> >> Add build time support for the VirtIO block device. This allows us to >> attach a drive using the virtio-blk-device. > > > I’m not sure what has changed in master, but VirtI

Re: [Qemu-devel] [PATCH v2 6/6] riscv64-softmmu.mak: Build Virtio Block support

2018-07-09 Thread Michael Clark
On Tue, 10 Jul 2018 at 12:29 PM, Alistair Francis wrote: > Add build time support for the VirtIO block device. This allows us to > attach a drive using the virtio-blk-device. I’m not sure what has changed in master, but VirtIO block and net for both softmmu-riscv32 and softmmu-riscv64 were prev

[Qemu-devel] [PATCH v2 6/6] riscv64-softmmu.mak: Build Virtio Block support

2018-07-09 Thread Alistair Francis
Add build time support for the VirtIO block device. This allows us to attach a drive using the virtio-blk-device. Signed-off-by: Alistair Francis --- default-configs/riscv64-softmmu.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default-configs/riscv64-softmmu.mak b/default-configs/r