qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
@ 2017-09-19  9:02 Thomas Huth
  2017-09-21  8:05 ` Igor Mammedov
  2017-09-24 20:51 ` Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2017-09-19  9:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Igor Mammedov, Michael S. Tsirkin, qemu-trivial

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
  2017-09-19  9:02 [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt Thomas Huth
@ 2017-09-21  8:05 ` Igor Mammedov
  2017-09-24 20:51 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Igor Mammedov @ 2017-09-21  8:05 UTC (permalink / raw)
  To: Thomas Huth; +Cc: qemu-devel, Michael S. Tsirkin, qemu-trivial

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
  2017-09-19  9:02 [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt Thomas Huth
  2017-09-21  8:05 ` Igor Mammedov
@ 2017-09-24 20:51 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2017-09-24 20:51 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Igor Mammedov, Michael S. Tsirkin

19.09.2017 12:02, Thomas Huth wrote:
> The example obviously lacks the "-m" parameter.

Applied to -trivial, thanks!

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-24 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19  9:02 [Qemu-devel] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt Thomas Huth
2017-09-21  8:05 ` Igor Mammedov
2017-09-24 20:51 ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).