]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce virQEMUCapsProbeQMPMachineProps()
authorAndrea Bolognani <abologna@redhat.com>
Thu, 16 May 2019 13:45:08 +0000 (15:45 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 17 May 2019 12:59:23 +0000 (14:59 +0200)
commit4ad8d620ccbcfed9c392d4cef1042b87be5e29e3
treea1f1b5cc0893b56fe9f4ce660e760cd4b40662e4
parent4d8cc5a07a0dcc0ac99377f66a4649d219705452
qemu: Introduce virQEMUCapsProbeQMPMachineProps()

Up until now we've probed machine type properties, along with
properties for other types, in virQEMUCapsProbeQMPDevices(), but
soon we're going to need some logic that is specific to machine
types and as such wouldn't quite fit into that function.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_capabilities.c