Re: [PATCH 23/80] qemu: migration: Assume support for QEMU_CAPS_BLOCKDEV_DEL

2022-08-04 Thread Pavel Hrdina
On Tue, Jul 26, 2022 at 04:37:01PM +0200, Peter Krempa wrote: > 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 > --- > src/qemu/qemu_migrat

[PATCH 23/80] qemu: migration: Assume support for QEMU_CAPS_BLOCKDEV_DEL

2022-07-26 Thread Peter Krempa
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 --- src/qemu/qemu_migration.c | 8 1 file changed, 8 deletions(-) diff --git a/src/qemu/qemu