Ping. Is there anything left to do to get this patch series merged for
8.0? All patches are reviewed.
With best regards,
Volker
A few patches from my audio patch queue.
Patches 1 - 2:
If a guest selects an unsupported sample rate, an error message is
currently shown. The first patch takes ca
Hi
On Sat, Jan 21, 2023 at 1:47 PM Volker Rümelin wrote:
>
> A few patches from my audio patch queue.
>
> Patches 1 - 2:
> If a guest selects an unsupported sample rate, an error message is
> currently shown. The first patch takes care to suppress the error
> message and reports with the qemu_log
A few patches from my audio patch queue.
Patches 1 - 2:
If a guest selects an unsupported sample rate, an error message is
currently shown. The first patch takes care to suppress the error
message and reports with the qemu_log_mask(LOG_UNIMP, ...) function that
this is not supported. The secon