]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virQEMUCapsProbeQMPCommandLine: Rewrite using qemuMonitorGetCommandLineOptions
authorPeter Krempa <pkrempa@redhat.com>
Mon, 30 Nov 2020 17:05:23 +0000 (18:05 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Dec 2020 08:14:28 +0000 (09:14 +0100)
commitbf8bd93df02cae2a838f3bd41de8cc1718055272
treebd79efec4001c87ca66618294b0e26eee117e8c5
parentebeff6cd57d07c89d42e191ed0085a9dd89835c5
virQEMUCapsProbeQMPCommandLine: Rewrite using qemuMonitorGetCommandLineOptions

Use the new handler to fetch the required data and do the extraction
locally without conversion to string list.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_capabilities.c