]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Assume QEMU_CAPS_VSERPORT_CHANGE
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Nov 2022 12:13:57 +0000 (13:13 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Nov 2022 11:10:50 +0000 (12:10 +0100)
commit3cf0a764cd0e0cf124803ba493a6a090835b3169
treec2995073432785e4577718834d011e5deb9b6fbd
parent05aa2e1a5d4c4a434080d22dab6141146e11c544
qemu: Assume QEMU_CAPS_VSERPORT_CHANGE

Introduced in QEMU's commit of v2.1.0-rc0~18^2~2 the
VSERPORT_CHANGE event 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_process.c