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;
>>> +}
>>> +
>>> +/
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
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
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
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
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