Re: [PATCH v2 0/2] migration/postcopy: cleanup related to postcopy

2019-10-11 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote:
> Refine a function name and handle on corner case related to PostcopyState.
> 
> v2:
>* remove one unnecessary patch
>* simplify corner case handling
> 
> Wei Yang (2):
>   migration/postcopy: rename postcopy_ram_enable_notify to
> postcopy_ram_incoming_setup
>   migration/postcopy: check PostcopyState before setting to
> POSTCOPY_INCOMING_RUNNING
> 
>  migration/postcopy-ram.c | 4 ++--
>  migration/postcopy-ram.h | 2 +-
>  migration/savevm.c   | 5 +++--
>  3 files changed, 6 insertions(+), 5 deletions(-)

Queued

> 
> -- 
> 2.17.1
> 
> 
--
Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK



Re: [PATCH v2 0/2] migration/postcopy: cleanup related to postcopy

2019-10-09 Thread Peter Xu
On Thu, Oct 10, 2019 at 09:13:14AM +0800, Wei Yang wrote:
> Refine a function name and handle on corner case related to PostcopyState.
> 
> v2:
>* remove one unnecessary patch
>* simplify corner case handling
> 
> Wei Yang (2):
>   migration/postcopy: rename postcopy_ram_enable_notify to
> postcopy_ram_incoming_setup
>   migration/postcopy: check PostcopyState before setting to
> POSTCOPY_INCOMING_RUNNING

Reviewed-by: Peter Xu 

-- 
Peter Xu



[PATCH v2 0/2] migration/postcopy: cleanup related to postcopy

2019-10-09 Thread Wei Yang
Refine a function name and handle on corner case related to PostcopyState.

v2:
   * remove one unnecessary patch
   * simplify corner case handling

Wei Yang (2):
  migration/postcopy: rename postcopy_ram_enable_notify to
postcopy_ram_incoming_setup
  migration/postcopy: check PostcopyState before setting to
POSTCOPY_INCOMING_RUNNING

 migration/postcopy-ram.c | 4 ++--
 migration/postcopy-ram.h | 2 +-
 migration/savevm.c   | 5 +++--
 3 files changed, 6 insertions(+), 5 deletions(-)

-- 
2.17.1