]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove code conditional on QEMU_CAPS_BLOCKDEV_HOSTDEV_SCSI
authorPeter Krempa <pkrempa@redhat.com>
Tue, 19 Jul 2022 11:04:16 +0000 (13:04 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 12:38:31 +0000 (14:38 +0200)
commitdc8dbb27d40968c9d9bfad2c6181bccc20c0e44e
treec50d40314ee5af634c9e11cae50d569fbd29d93a
parentebfa1fb0f976b954960f0b9c48fea69b7805c302
qemu: Remove code conditional on QEMU_CAPS_BLOCKDEV_HOSTDEV_SCSI

Now that QEMU_CAPS_BLOCKDEV_HOSTDEV_SCSI is always set we can remove the
code which handled cases when the capability was not set.

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