]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virQEMUCapsProbeQMPDevices: Split up into logical chunks
authorPeter Krempa <pkrempa@redhat.com>
Wed, 6 May 2020 14:53:31 +0000 (16:53 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 May 2020 04:55:00 +0000 (06:55 +0200)
commit568200eb948aa9171ace0126eeeed366539d0907
treec7e56605a65874107fd2f8a98b3e18d128cfedca
parent3bcbdc51da51e81b55c5501a979f032eb5f24fab
virQEMUCapsProbeQMPDevices: Split up into logical chunks

The function was parsing 'qom-list-types' and then also calling function
which parses 'device-list-properties' and also 'qom-list-properties'.
Split it up into individual functions.

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