qemu-system-i386 \
	-kernel arch/x86/boot/bzImage -M q35 -cpu Westmere -no-reboot \
	-m 256 -snapshot -device nvme,serial=foo,drive=d0 \
	-drive file=rootfs.ext2,if=none,format=raw,id=d0 \
	-device i82562,netdev=net0 -netdev user,id=net0 \
	--append "earlycon=uart8250,io,0x3f8,9600n8 panic=-1 slub_debug=FZPUA root=/dev/nvme0n1 rootwait mem=256M console=ttyS0 noreboot" \
	-nographic -monitor none
