Re: [PATCH v2 02/11] migration: Add support for 'file:' uri for incoming migration

2022-10-18 Thread Daniel P . Berrangé
On Mon, Oct 10, 2022 at 04:33:59PM +0300, Nikolay Borisov wrote: > This is a counterpart to the 'file:' uri support for source migration, > now a file can also serve as the source of an incoming migration. As with the prvious patch, can we add a reminder: Unlike other migration protocol backend

[PATCH v2 02/11] migration: Add support for 'file:' uri for incoming migration

2022-10-10 Thread Nikolay Borisov
This is a counterpart to the 'file:' uri support for source migration, now a file can also serve as the source of an incoming migration. Signed-off-by: Nikolay Borisov --- migration/file.c | 15 +++ migration/file.h | 1 + migration/migration.c | 2 ++ 3 files changed, 18