https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238076
--- Comment #2 from Dennis Clarke <dcla...@blastwave.org> --- Merely a follow up comment. Here is how I bring up the qemu virtual machine with a few extra disks in order to test zpool and zfs functions : qemu-system-riscv64 -nographic \ -machine virt -smp 8 -m 12G -kernel bbl \ -object rng-random,filename=/dev/urandom,id=rng0 \ -device virtio-rng-device,rng=rng0 \ -drive file=./20190107183100/riscv64_freebsd/disk.img,format=raw,index=0,media=disk,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -drive file=/usr/local/build/qemu_qcow2_test/d0.img,format=raw,index=1,media=disk,id=hd1 \ -device virtio-blk-device,drive=hd1 \ -drive file=/usr/local/build/qemu_qcow2_test/d1.img,format=raw,index=2,media=disk,id=hd2 \ -device virtio-blk-device,drive=hd2 \ -drive file=/usr/local/build/qemu_qcow2_test/d2.img,format=raw,index=3,media=disk,id=hd3 \ -device virtio-blk-device,drive=hd3 \ -device virtio-net-device,netdev=usernet \ -netdev user,id=usernet,hostfwd=tcp::10000-:22 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"