Re: [PATCH 1/9] audio: Add easy dummy audio initialiser

2023-09-22 Thread Marc-André Lureau
Hi On Fri, Sep 22, 2023 at 1:46 PM Paolo Bonzini wrote: > > From: Martin Kletzander > > In case of sound devices which are created by default (some of them even with > -nodefaults) it would not be nice to users if qemu required explicit: > > -audiodev driver=none,id=audio0 -machine audiodev=au

[PATCH 1/9] audio: Add easy dummy audio initialiser

2023-09-22 Thread Paolo Bonzini
From: Martin Kletzander In case of sound devices which are created by default (some of them even with -nodefaults) it would not be nice to users if qemu required explicit: -audiodev driver=none,id=audio0 -machine audiodev=audio0 when they just want to run a VM and not care about any audio out