[Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt

Thomas Huth posted 1 patch 8 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1505811746-29439-1-git-send-email-thuth@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
docs/memory-hotplug.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
Posted by Thomas Huth 8 years, 1 month ago
The example obviously lacks the "-m" parameter.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 docs/memory-hotplug.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt
index 56bdd0a..d96397c 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
-- 
1.8.3.1


Re: [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
Posted by Igor Mammedov 8 years, 1 month ago
On Tue, 19 Sep 2017 11:02:26 +0200
Thomas Huth <thuth@redhat.com> wrote:

> The example obviously lacks the "-m" parameter.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>

> ---
>  docs/memory-hotplug.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/memory-hotplug.txt b/docs/memory-hotplug.txt
> index 56bdd0a..d96397c 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


Re: [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
Posted by Michael Tokarev 8 years, 1 month ago
19.09.2017 12:02, Thomas Huth wrote:
> The example obviously lacks the "-m" parameter.

Applied to -trivial, thanks!

/mjt