Re: [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality

2023-05-10 Thread Juan Quintela
Avihai Horon wrote: > On 10/05/2023 11:54, Juan Quintela wrote: >> External email: Use caution opening links or attachments >> >>> +static bool initial_data_loaded_acked(MigrationState *s) >>> +{ >>> +if (!migrate_precopy_initial_data()) { >>> +return true; >>> +} >>> + >>> +/

Re: [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality

2023-05-10 Thread Avihai Horon
On 10/05/2023 11:54, Juan Quintela wrote: External email: Use caution opening links or attachments Avihai Horon wrote: Add the core functionality of precopy initial data, which allows the destination to ACK that initial data has been loaded and the source to wait for this ACK before complet

Re: [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality

2023-05-10 Thread Juan Quintela
Avihai Horon wrote: > Add the core functionality of precopy initial data, which allows the > destination to ACK that initial data has been loaded and the source to > wait for this ACK before completing the migration. > > A new return path command MIG_RP_MSG_INITIAL_DATA_LOADED_ACK is added. > It i

Re: [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality

2023-05-03 Thread Avihai Horon
On 03/05/2023 1:56, Peter Xu wrote: External email: Use caution opening links or attachments On Mon, May 01, 2023 at 05:01:36PM +0300, Avihai Horon wrote: Add the core functionality of precopy initial data, which allows the destination to ACK that initial data has been loaded and the source

Re: [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality

2023-05-02 Thread Peter Xu
On Mon, May 01, 2023 at 05:01:36PM +0300, Avihai Horon wrote: > Add the core functionality of precopy initial data, which allows the > destination to ACK that initial data has been loaded and the source to > wait for this ACK before completing the migration. > > A new return path command MIG_RP_MS

[PATCH 3/8] migration: Add precopy initial data loaded ACK functionality

2023-05-01 Thread Avihai Horon
Add the core functionality of precopy initial data, which allows the destination to ACK that initial data has been loaded and the source to wait for this ACK before completing the migration. A new return path command MIG_RP_MSG_INITIAL_DATA_LOADED_ACK is added. It is sent by the destination after