Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 12:13:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 238076] 13.0-CURRENT r341837 : RISC-V panic sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlock.c, line: 65
Message-ID:  <bug-238076-227-xJCyIfEt5N@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238076-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238076-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238076

--- Comment #2 from Dennis Clarke <dclarke@blastwave.org> ---
Merely a follow up comment.=20

Here is how I bring up the qemu virtual machine with a few extra disks
in order to test zpool and zfs functions :=20

qemu-system-riscv64 -nographic \
-machine virt -smp 8 -m 12G -kernel bbl \
-object rng-random,filename=3D/dev/urandom,id=3Drng0 \
-device virtio-rng-device,rng=3Drng0 \
-drive
file=3D./20190107183100/riscv64_freebsd/disk.img,format=3Draw,index=3D0,med=
ia=3Ddisk,id=3Dhd0
\
-device virtio-blk-device,drive=3Dhd0 \
-drive
file=3D/usr/local/build/qemu_qcow2_test/d0.img,format=3Draw,index=3D1,media=
=3Ddisk,id=3Dhd1
\
-device virtio-blk-device,drive=3Dhd1 \
-drive
file=3D/usr/local/build/qemu_qcow2_test/d1.img,format=3Draw,index=3D2,media=
=3Ddisk,id=3Dhd2
\
-device virtio-blk-device,drive=3Dhd2 \
-drive
file=3D/usr/local/build/qemu_qcow2_test/d2.img,format=3Draw,index=3D3,media=
=3Ddisk,id=3Dhd3
\
-device virtio-blk-device,drive=3Dhd3 \
-device virtio-net-device,netdev=3Dusernet \
-netdev user,id=3Dusernet,hostfwd=3Dtcp::10000-:22

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238076-227-xJCyIfEt5N>