]> Git Repo - qemu.git/commitdiff
trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
authorThomas Huth <[email protected]>
Tue, 19 Sep 2017 09:02:26 +0000 (11:02 +0200)
committerMichael Tokarev <[email protected]>
Tue, 26 Sep 2017 06:11:22 +0000 (09:11 +0300)
The example obviously lacks the "-m" parameter.

Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Igor Mammedov <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
docs/memory-hotplug.txt

index 56bdd0a47b4e88d8bd528a34cad17946a7500aaf..d96397c1afe27cb35148a7adf2f2cc40dd9f61d8 100644 (file)
@@ -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
This page took 0.026098 seconds and 4 git commands to generate.