qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] trivial: Add missing "-m" parameter in docs/m


From: Igor Mammedov
Subject: Re: [Qemu-trivial] [PATCH] trivial: Add missing "-m" parameter in docs/memory-hotplug.txt
Date: Thu, 21 Sep 2017 10:05:11 +0200

On Tue, 19 Sep 2017 11:02:26 +0200
Thomas Huth <address@hidden> wrote:

> The example obviously lacks the "-m" parameter.
> 
> Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Igor Mammedov <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]