Re: [PATCH 00/18] RFC: Remove deprecated audio features

2023-09-15 Thread Paolo Bonzini
On 4/25/22 10:21, Martin Kletzander wrote: I wanted to deal with https://bugzilla.redhat.com/2043498 and I got a suggesstion that removing deprecated features could actually make it easier to propagate the error. In the end (last patch) it turns out the error is still just reported with error_fa

[PATCH merged] bhyveBuildControllerArgStr: Fill in missing cases to switch() statement

2023-09-15 Thread Michal Privoznik
When making 'type' member of virDomainControllerDef to be of virDomainControllerType rather than an int I forgot to update bhyve_command.c. Fixes: 27a653b8931051991d44b8776a8cdc08c666b729 Signed-off-by: Michal Privoznik --- Pushed as build breaker fix. src/bhyve/bhyve_command.c | 12 ++