blog: intro to QEMU formatting fixes

This commit is contained in:
Andrea Rogers 2026-04-19 14:37:50 -05:00
commit f946d9b08d

View file

@ -18,7 +18,8 @@ and Xen?
With [QEMU](https://www.qemu.org/) your VMs are defined as the arguments passed With [QEMU](https://www.qemu.org/) your VMs are defined as the arguments passed
to QEMU on its invocation at the command line. For example, you might invoke a to QEMU on its invocation at the command line. For example, you might invoke a
VM as such (note that **`>`** is a VM as such (note that **`>`** is a
[**$PS2** prompt](http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x157.html)): [$PS2 prompt](http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x157.html)):
``` ```
$ qemu-system-x86_64 -machine type=q35 --enable-kvm -cpu host -smp cpus=8 \ $ 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 > -m 512M -netdev user,id=net0 -device e1000,netdev=net0 -hda dsk/vm-hdd.qcow