Re: [PATCH v3 13/14] tests: Add migrate_incoming_qmp helper

2023-02-10 Thread Daniel P . Berrangé
On Fri, Oct 28, 2022 at 01:39:13PM +0300, Nikolay Borisov wrote: > file-based migration requires the target to initiate its migration after > the source has finished writing out the data in the file. Currently > there's no easy way to initiate 'migrate-incoming', allow this by > introducing migrate

[PATCH v3 13/14] tests: Add migrate_incoming_qmp helper

2022-10-28 Thread Nikolay Borisov
file-based migration requires the target to initiate its migration after the source has finished writing out the data in the file. Currently there's no easy way to initiate 'migrate-incoming', allow this by introducing migrate_incoming_qmp helper, similarly to migrate_qmp. Signed-off-by: Nikolay B