http://sqtwtf2gx2up4nu32cx3qthvgvn3s22vh33h4arrty5kolsiir4k5hqd.onion/~targetdisk/blog/2019-03-11_introduction-to-qemu.html
For
example, you might invoke a VM as such (note that > is a $PS2 prompt ): $ qemu-system-x86_64 -machine type=q35 --enable-kvm -cpu host -smp cpus=8 \
> -m 512M -netdev user,id=net0 -device e1000,netdev=net0 -hda dsk/vm-hdd.qcow Shell Scripts as VM
Templates Obviously this isn’t a good long-term way to run your VM, but fear
not, as there is a better way!