#qemu-system-riscv64 -M virt -accel tcg,thread=multi \ qemu-system-riscv64 -M virt -accel tcg \ -cpu rv64 -smp cores=2 \ -bios u-boot-spl.bin \ -device loader,file=u-boot.itb,addr=0x80200000 \ -m 512M \ -drive file=rv64-qemu.img,id=hd0 -device virtio-blk,drive=hd0 \ -nographic \ -rtc base=utc,clock=host \ -object rng-random,filename=/dev/urandom,id=rng0 \ -device virtio-rng,rng=rng0 \ -netdev user,id=n1 -device virtio-net-pci,netdev=n1