diff options
author | Thomas Huth <thuth@redhat.com> | 2017-09-19 11:02:26 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-09-26 09:11:22 +0300 |
commit | 77fc026cdf8c664123793a546a2e8eabb0168e3e (patch) | |
tree | 20e0531960a37217b6f32df7ce5cf1b4109d22f0 /docs | |
parent | 98e8790326d732fc79f0c133d9658f4761ba9cb7 (diff) |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/memory-hotplug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt index 56bdd0a47b..d96397c1af 100644 --- a/docs/memory-hotplug.txt +++ b/docs/memory-hotplug.txt @@ -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 |