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

2021-10-08 Thread Paolo Bonzini
On 07/10/21 22:42, Marc-André Lureau wrote: Cc: Gerd Hoffman mailto:kra...@redhat.com>> Cc: Volker Rümelin mailto:vr_q...@t-online.de>> Signed-off-by: Paolo Bonzini mailto:pbonz...@redhat.com>> Not just NetBSD. You could --audio-drv-list=oss and --oss-lib= to specify the library to

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

2021-10-07 Thread Marc-André Lureau
Hi On Thu, Oct 7, 2021 at 5:11 PM 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 > Cc: Volker Rümelin > Signed-off-by: Paolo Bonzini > Not just NetBSD. You cou

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

2021-10-07 Thread Thomas Huth
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 Cc: Volker Rümelin Signed-off-by: Paolo Bonzini --- configure | 3 --- 1 file changed, 3 deletion

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

2021-10-07 Thread Paolo Bonzini
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 Cc: Volker Rümelin Signed-off-by: Paolo Bonzini --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index