./qemu-system-hppa -M B160L \
	-kernel vmlinux -no-reboot -snapshot -audio none \
	-bios hppa-firmware.img \
	-device virtio-net,netdev=net0 -netdev user,id=net0 \
	-device nvme,serial=foo,drive=d0 \
	-drive file=rootfs.ext4,if=none,format=raw,id=d0 \
	-append "panic=-1 kunit.enable=0 root=/dev/nvme0n1 rootwait console=ttyS0,115200 " \
	-nographic -monitor null -serial stdio
