All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: fix --audio-drv-list help message
@ 2021-11-02 13:56 Paolo Bonzini
  2021-11-02 13:58 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2021-11-02 13:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

--audio-drv-list is now establishing which audio drivers to try if -audiodev
is not used; drivers for -audiodev are configured with --enable/--disable
options or possibly --without-default-features.  Adjust the help message
for --audio-drv-list.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 4c444e1750..97fee368ee 100755
--- a/configure
+++ b/configure
@@ -1390,7 +1390,7 @@ Advanced options (experts only):
   --disable-strip          disable stripping binaries
   --disable-werror         disable compilation abort on warning
   --disable-stack-protector disable compiler-provided stack protection
-  --audio-drv-list=LIST    set audio drivers list
+  --audio-drv-list=LIST    set audio drivers to try if -audiodev is not used
   --block-drv-whitelist=L  Same as --block-drv-rw-whitelist=L
   --block-drv-rw-whitelist=L
                            set block driver read-write whitelist
-- 
2.31.1



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

* Re: [PATCH] configure: fix --audio-drv-list help message
  2021-11-02 13:56 [PATCH] configure: fix --audio-drv-list help message Paolo Bonzini
@ 2021-11-02 13:58 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2021-11-02 13:58 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

On Tue, 2 Nov 2021 at 13:56, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> --audio-drv-list is now establishing which audio drivers to try if -audiodev
> is not used; drivers for -audiodev are configured with --enable/--disable
> options or possibly --without-default-features.  Adjust the help message
> for --audio-drv-list.
>
> Reported-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 4c444e1750..97fee368ee 100755
> --- a/configure
> +++ b/configure
> @@ -1390,7 +1390,7 @@ Advanced options (experts only):
>    --disable-strip          disable stripping binaries
>    --disable-werror         disable compilation abort on warning
>    --disable-stack-protector disable compiler-provided stack protection
> -  --audio-drv-list=LIST    set audio drivers list
> +  --audio-drv-list=LIST    set audio drivers to try if -audiodev is not used
>    --block-drv-whitelist=L  Same as --block-drv-rw-whitelist=L
>    --block-drv-rw-whitelist=L
>                             set block driver read-write whitelist

Would --default-audio-drv-list=LIST be a better choice for
an option with these semantics ?

-- PMM


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

end of thread, other threads:[~2021-11-02 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 13:56 [PATCH] configure: fix --audio-drv-list help message Paolo Bonzini
2021-11-02 13:58 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.