Re: [PATCH 22/80] qemuMigrationSrcNBDStorageCopyBlockdev: Remove some arguments

2022-08-04 Thread Pavel Hrdina
On Tue, Jul 26, 2022 at 04:37:00PM +0200, Peter Krempa wrote: > We no longer need the arguments which were conditionally filled based on > presence of the QEMU_CAPS_BLOCKDEV feature. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_migration.c | 16 > 1 file changed, 8 inse

[PATCH 22/80] qemuMigrationSrcNBDStorageCopyBlockdev: Remove some arguments

2022-07-26 Thread Peter Krempa
We no longer need the arguments which were conditionally filled based on presence of the QEMU_CAPS_BLOCKDEV feature. Signed-off-by: Peter Krempa --- src/qemu/qemu_migration.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/qemu/qemu_migration.c b/src/qemu