qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/2] migration: do cleanup operation after compl


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/2] migration: do cleanup operation after completion
Date: Wed, 12 Aug 2015 11:55:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0


On 12/08/2015 23:04, Liang Li wrote:
> @@ -1008,8 +1009,10 @@ static void *migration_thread(void *opaque)
>      }
>  
>      qemu_mutex_lock_iothread();
> +    end_time = qemu_clock_get_ms(QEMU_CLOCK_REALTIME);
> +    qemu_savevm_state_cancel();
> +

You can remove the qemu_savevm_state_cancel() call from
migrate_fd_cleanup, too.  Probably best to post a v2 with that change as
well.

Paolo   



reply via email to

[Prev in Thread] Current Thread [Next in Thread]