blog: intro to QEMU formatting fixes
This commit is contained in:
parent
9174d6b07c
commit
f946d9b08d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue