]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Assume QEMU_CAPS_QOM_LIST_PROPERTIES
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Nov 2022 13:47:19 +0000 (14:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Nov 2022 11:10:50 +0000 (12:10 +0100)
commit3c2697b54ca8ec0838a28e9782e630e65ad03770
treef6e150f19cfd6b1ea7949cfddbeaa8113d944901
parent15919f555858ac538f90465b6a1d0aea300ad9cf
qemu: Assume QEMU_CAPS_QOM_LIST_PROPERTIES

Introduced in QEMU's commit of v2.12.0-rc0~48^2~25 the
qom-list-properties command is always available for all QEMU
versions we support (4.2.0, currently). Therefore, we can assume
the capability is always set and thus doesn't need to be checked
for.

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