[PATCH 08/13] Introduce machine property "audiodev"

2023-10-02 Thread Paolo Bonzini
From: Martin Kletzander Many machine types have default audio devices with no way to set the underlying audiodev. Instead of adding an option for each and every one of them, this new property can be used as a default during machine initialisation when creating such devices. Signed-off-by: Marti

Re: [PATCH 08/13] Introduce machine property "audiodev"

2023-09-28 Thread BALATON Zoltan
On Thu, 28 Sep 2023, Paolo Bonzini wrote: From: Martin Kletzander Many machine types have default audio devices with no way to set the underlying audiodev. Instead of adding an option for each and every one of them, this new property can be used as a default during machine initialisation when

[PATCH 08/13] Introduce machine property "audiodev"

2023-09-28 Thread Paolo Bonzini
From: Martin Kletzander Many machine types have default audio devices with no way to set the underlying audiodev. Instead of adding an option for each and every one of them, this new property can be used as a default during machine initialisation when creating such devices. Signed-off-by: Marti

[PATCH 08/13] Introduce machine property "audiodev"

2023-09-23 Thread Paolo Bonzini
From: Martin Kletzander Many machine types have default audio devices with no way to set the underlying audiodev. Instead of adding an option for each and every one of them, this new property can be used as a default during machine initialisation when creating such devices. Signed-off-by: Marti