[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 3/3] docs: correct kconfig option
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PULL 3/3] docs: correct kconfig option |
Date: |
Wed, 24 Jul 2019 15:23:21 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
On 7/24/19 3:13 PM, Paolo Bonzini wrote:
> From: Marc-André Lureau <address@hidden>
>
> Signed-off-by: Marc-André Lureau <address@hidden>
> Message-Id: <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
Not a big deal bug I reviewed this one:
https://lists.gnu.org/archive/html/qemu-devel/2019-07/msg05128.html
(wondering if patchwork/patchew is loosing mails/tags).
> ---
> docs/devel/kconfig.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/devel/kconfig.rst b/docs/devel/kconfig.rst
> index d6f8eb0977..b7bca44704 100644
> --- a/docs/devel/kconfig.rst
> +++ b/docs/devel/kconfig.rst
> @@ -267,7 +267,7 @@ the default configuration by uncommenting lines in the
> first group,
> or commenting out lines in the second group.
>
> It is also possible to run QEMU's configure script with the
> -``--with-default-devices`` option. When this is done, everything defaults
> +``--without-default-devices`` option. When this is done, everything defaults
> to ``n`` unless it is ``select``ed or explicitly switched on in the
> ``.mak`` files. In other words, ``default`` and ``imply`` directives
> are disabled. When QEMU is built with this option, the user will probably
>