
2 Jan
2023
2 Jan
'23
10:51 a.m.
Ok, thanks. On Mon, Jan 2, 2023 at 10:17 AM Michal Prívozník <mprivozn@redhat.com> wrote:
On 12/28/22 10:09, Simon Fairweather wrote:
Hi
Can you confirm that I source get an array of these when running this api call, currently I just get a return of false
Yeah, this is because as of QEMU's commit [1] (contained in QEMU-4.1.0 release) the format in which list is reported changed. Instead of everything being on one line separated by commas, now each model is printed on individual line.
And looking at a function that's related (libvirt_connect_get_soundhw_models()) I'll need to rework that too, because in QEMU-7.1 they removed -soundhw argument.
Michal
1: https://gitlab.com/qemu-project/qemu/-/commit/7b71e03af98fd7b5e125d7c10f02c8...