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: Li, Liang Z
Subject: Re: [Qemu-devel] [PATCH 1/2] migration: do cleanup operation after completion
Date: Wed, 12 Aug 2015 11:11:46 +0000

> 
> 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

You are right. Done.

Liang



reply via email to

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