浏览代码

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>
Thomas Huth 8 年之前
父节点
当前提交
77fc026cdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/memory-hotplug.txt

+ 1 - 1
docs/memory-hotplug.txt

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