]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: migration: Assume support for QEMU_CAPS_BLOCKDEV_DEL
authorPeter Krempa <pkrempa@redhat.com>
Tue, 19 Jul 2022 16:08:14 +0000 (18:08 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 13:07:05 +0000 (15:07 +0200)
commite06c1fa7ee126e85f703db720a7043fdb5348aff
tree8c4160fb0ba4a391b5affc45d5da79369f7befe2
parent9f15b8fb184038405a5d6197e4241eed7cb96b23
qemu: migration: Assume support for QEMU_CAPS_BLOCKDEV_DEL

The migration code was using few blockdev bits before blockdev was
fully integrated to allow TLS with NBD.

Since we now always use blockdev we can remove the check.

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_migration.c