Re: [PATCH] qemu: Adapt to new way of specifying PC speaker

2023-07-19 Thread Kristina Hanicova
On Mon, Jun 26, 2023 at 2:13 PM Michal Privoznik wrote: > Historically, the way to set PC speaker for a guest was to pass: > > -soundhw pcspk > > but as of QEMU commit v5.1.0-rc0~28^2~3 this is deprecated and we > should use: > > -machine pcspk-audiodev=$id > > instead. The old way was then

Re: [PATCH] qemu: Adapt to new way of specifying PC speaker

2023-07-13 Thread Michal Prívozník
On 6/26/23 14:13, Michal Privoznik wrote: > Historically, the way to set PC speaker for a guest was to pass: > > -soundhw pcspk > > but as of QEMU commit v5.1.0-rc0~28^2~3 this is deprecated and we > should use: > > -machine pcspk-audiodev=$id > > instead. The old way was then removed in

[PATCH] qemu: Adapt to new way of specifying PC speaker

2023-06-26 Thread Michal Privoznik
Historically, the way to set PC speaker for a guest was to pass: -soundhw pcspk but as of QEMU commit v5.1.0-rc0~28^2~3 this is deprecated and we should use: -machine pcspk-audiodev=$id instead. The old way was then removed in commit v7.1.0-rc0~99^2~3. Now, ideally we would have a