mirror of
https://github.com/qemu/qemu.git
synced 2024-12-21 19:23:33 +08:00
trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
The example obviously lacks the "-m" parameter. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
98e8790326
commit
77fc026cdf
@ -24,7 +24,7 @@ Where,
|
|||||||
|
|
||||||
For example, the following command-line:
|
For example, the following command-line:
|
||||||
|
|
||||||
qemu [...] 1G,slots=3,maxmem=4G
|
qemu [...] -m 1G,slots=3,maxmem=4G
|
||||||
|
|
||||||
Creates a guest with 1GB of memory and three hotpluggable memory slots.
|
Creates a guest with 1GB of memory and three hotpluggable memory slots.
|
||||||
The hotpluggable memory slots are empty when the guest is booted, so all
|
The hotpluggable memory slots are empty when the guest is booted, so all
|
||||||
|
Loading…
Reference in New Issue
Block a user