Re: [PATCH v2 01/11] migration: support file: uri for source migration

2022-10-18 Thread Nikolay Borisov
On 18.10.22 г. 12:10 ч., Daniel P. Berrangé wrote: On Mon, Oct 10, 2022 at 04:33:58PM +0300, Nikolay Borisov wrote: Implement support for a "file:" uri so that a migration can be initiated directly to a file from QEMU. Can we add a reminder here Unlike other migration protocol

Re: [PATCH v2 01/11] migration: support file: uri for source migration

2022-10-18 Thread Daniel P . Berrangé
On Mon, Oct 10, 2022 at 04:33:58PM +0300, Nikolay Borisov wrote: > Implement support for a "file:" uri so that a migration can be initiated > directly to a file from QEMU. Can we add a reminder here Unlike other migration protocol backends, the 'file' protocol cannot honour non-blocking

Re: [PATCH v2 01/11] migration: support file: uri for source migration

2022-10-18 Thread Daniel P . Berrangé
On Mon, Oct 10, 2022 at 04:33:58PM +0300, Nikolay Borisov wrote: > Implement support for a "file:" uri so that a migration can be initiated > directly to a file from QEMU. > > Signed-off-by: Nikolay Borisov > --- > migration/file.c | 23 +++ > migration/file.h | 9

[PATCH v2 01/11] migration: support file: uri for source migration

2022-10-10 Thread Nikolay Borisov
Implement support for a "file:" uri so that a migration can be initiated directly to a file from QEMU. Signed-off-by: Nikolay Borisov --- migration/file.c | 23 +++ migration/file.h | 9 + migration/meson.build | 1 + migration/migration.c | 3 +++ 4