qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/24] configure: remove --oss-lib


From: Thomas Huth
Subject: Re: [PATCH 01/24] configure: remove --oss-lib
Date: Thu, 7 Oct 2021 19:32:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 07/10/2021 15.06, Paolo Bonzini wrote:
OSS is a kernel API, so the option should not be needed.  The library
is used on NetBSD, where OSS is emulated, so keep the variable.

Cc: Gerd Hoffman <kraxel@redhat.com>
Cc: Volker Rümelin <vr_qemu@t-online.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  configure | 3 ---
  1 file changed, 3 deletions(-)

diff --git a/configure b/configure
index 877bf3d76a..ab6bc0c994 100755
--- a/configure
+++ b/configure
@@ -1007,8 +1007,6 @@ for opt do
    ;;
    --enable-gettext) gettext="enabled"
    ;;
-  --oss-lib=*) oss_lib="$optarg"
-  ;;
    --audio-drv-list=*) audio_drv_list="$optarg"
    ;;
    --block-drv-rw-whitelist=*|--block-drv-whitelist=*) block_drv_rw_whitelist=$(echo 
"$optarg" | sed -e 's/,/ /g')
@@ -1815,7 +1813,6 @@ Advanced options (experts only):
    --disable-slirp          disable SLIRP userspace network connectivity
    --enable-tcg-interpreter enable TCI (TCG with bytecode interpreter, 
experimental and slow)
    --enable-malloc-trim     enable libc malloc_trim() for memory optimization
-  --oss-lib                path to OSS library
    --cpu=CPU                Build for host CPU [$cpu]
    --with-coroutine=BACKEND coroutine backend. Supported options:
                             ucontext, sigaltstack, windows


Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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