Re: [PATCH 3/6] tests/qtest: migration: Add migrate_incoming_qmp helper

2023-06-30 Thread Fabiano Rosas
Peter Xu writes: > On Wed, Jun 28, 2023 at 01:55:39PM -0300, Fabiano Rosas 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

Re: [PATCH 3/6] tests/qtest: migration: Add migrate_incoming_qmp helper

2023-06-29 Thread Peter Xu
On Wed, Jun 28, 2023 at 01:55:39PM -0300, Fabiano Rosas 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_i

[PATCH 3/6] tests/qtest: migration: Add migrate_incoming_qmp helper

2023-06-28 Thread Fabiano Rosas
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. Also make sure migration

[PATCH 3/6] tests/qtest: migration: Add migrate_incoming_qmp helper

2023-06-26 Thread Fabiano Rosas
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. Also make sure migration