Eric Blake <[email protected]> wrote:
> On 06/29/2012 04:41 AM, Juan Quintela wrote:
>> Orit Wasserman <[email protected]> wrote:
>>> Signed-off-by: Orit Wasserman <[email protected]>
>>
>> Posted for pulling for Anthony.
>
> Did this include the hunk that I pointed out about 11/13 being in the
> wrong patch?
Nopis. Adding it.
>>> @@ -389,7 +509,7 @@ int ram_save_live(QEMUFile *f, int stage, void *opaque)
>>> while ((bytes_sent = ram_save_block(f, stage)) != -1) {
>>> bytes_transferred += bytes_sent;
>>> }
>>> - memory_global_dirty_log_stop();
>>> + migration_end();
>>> }
>>>
>>> qemu_put_be64(f, RAM_SAVE_FLAG_EOS);
>>
>> This hunk should have been squashed into 9/13.
>>