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

Wei Yang posted 2 patches 4 years, 6 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191010011316.31363-1-richardw.yang@linux.intel.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
migration/postcopy-ram.c | 4 ++--
migration/postcopy-ram.h | 2 +-
migration/savevm.c       | 5 +++--
3 files changed, 6 insertions(+), 5 deletions(-)
[PATCH v2 0/2] migration/postcopy: cleanup related to postcopy
Posted by Wei Yang 4 years, 6 months ago
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


Re: [PATCH v2 0/2] migration/postcopy: cleanup related to postcopy
Posted by Dr. David Alan Gilbert 4 years, 6 months ago
* Wei Yang (richardw.yang@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 / dgilbert@redhat.com / Manchester, UK

Re: [PATCH v2 0/2] migration/postcopy: cleanup related to postcopy
Posted by Peter Xu 4 years, 6 months ago
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 <peterx@redhat.com>

-- 
Peter Xu