From f946d9b08d4f5daeba002ba323809849a92ccd18 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Sun, 19 Apr 2026 14:37:50 -0500 Subject: [PATCH] blog: intro to QEMU formatting fixes --- blog/2019-03-11_introduction-to-qemu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/2019-03-11_introduction-to-qemu.md b/blog/2019-03-11_introduction-to-qemu.md index ec8e2dc..20f7fe0 100644 --- a/blog/2019-03-11_introduction-to-qemu.md +++ b/blog/2019-03-11_introduction-to-qemu.md @@ -18,7 +18,8 @@ and Xen? 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 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 \ > -m 512M -netdev user,id=net0 -device e1000,netdev=net0 -hda dsk/vm-hdd.qcow