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:
Thomas Huth 2017-09-19 11:02:26 +02:00 committed by Michael Tokarev
parent 98e8790326
commit 77fc026cdf

View File

@ -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