]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Assume QEMU_CAPS_QUERY_DISPLAY_OPTIONS
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Nov 2022 14:01:35 +0000 (15:01 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Nov 2022 11:10:50 +0000 (12:10 +0100)
commitb9f70ae05ba6bb08ba30caf68f20f311762f8aa6
tree3faa6796a9d935ea3fc4db199bc88cbcaa15a293
parent6e3e008f6e3eed2b97365831e3831ee80d43b127
qemu: Assume QEMU_CAPS_QUERY_DISPLAY_OPTIONS

Introduced in QEMU's commit of v3.1.0-rc3~8^2 the
query-display-options 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