Skip to content

Commit

Permalink
trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
huth authored and Michael Tokarev committed Sep 26, 2017
1 parent 98e8790 commit 77fc026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/memory-hotplug.txt
Expand Up @@ -24,7 +24,7 @@ Where,

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.
The hotpluggable memory slots are empty when the guest is booted, so all
Expand Down

0 comments on commit 77fc026

Please sign in to comment.