]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Always assume presence of QEMU_CAPS_VIRTIO_(BLK|NET)_EVENT_IDX
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 Oct 2021 13:34:26 +0000 (15:34 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 08:26:04 +0000 (10:26 +0200)
commitea0f4084743f1d90e19a660dcf3eb8767c3923ec
treee11248c34cccee27c6caa2a6933634b9a41e6472
parentbc5c57ad7e229acfa6abbc2fdc02a8eb1449d985
qemu: Always assume presence of QEMU_CAPS_VIRTIO_(BLK|NET)_EVENT_IDX

The 'event_idx' option for virtio devices was introduced by QEMU commit
bcbabae8f which is contained in v0.15.0-rc0 and can't be compiled out,
thus we don't need to conditionally enable it.

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