Re: [Qemu-devel] [PATCH v7 29/42] Postcopy end in migration_thread

2015-08-04 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert (git)" wrote: > > From: "Dr. David Alan Gilbert" > > > > The end of migration in postcopy is a bit different since some of > > the things normally done at the end of migration have already been > > done on the transition to po

Re: [Qemu-devel] [PATCH v7 29/42] Postcopy end in migration_thread

2015-07-23 Thread Amit Shah
On (Mon) 13 Jul 2015 [15:15:07], Juan Quintela wrote: > "Dr. David Alan Gilbert (git)" wrote: > > From: "Dr. David Alan Gilbert" > > > > The end of migration in postcopy is a bit different since some of > > the things normally done at the end of migration have already been > > done on the transit

Re: [Qemu-devel] [PATCH v7 29/42] Postcopy end in migration_thread

2015-07-22 Thread Amit Shah
On (Tue) 16 Jun 2015 [11:26:42], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The end of migration in postcopy is a bit different since some of > the things normally done at the end of migration have already been > done on the transition to postcopy. > > The end of mi

Re: [Qemu-devel] [PATCH v7 29/42] Postcopy end in migration_thread

2015-07-13 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > The end of migration in postcopy is a bit different since some of > the things normally done at the end of migration have already been > done on the transition to postcopy. > > The end of migration code is getting a bit co

[Qemu-devel] [PATCH v7 29/42] Postcopy end in migration_thread

2015-06-16 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The end of migration in postcopy is a bit different since some of the things normally done at the end of migration have already been done on the transition to postcopy. The end of migration code is getting a bit complciated now, so move out into its own function.