[PATCH 0/3] migration/postcopy: cleanup related to postcopy

Wei Yang posted 3 patches 6 years, 1 month ago
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test asan passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191001100122.17730-1-richardw.yang@linux.intel.com
Maintainers: Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
There is a newer version of this series
migration/migration.c    |  3 +--
migration/postcopy-ram.c | 17 +++++++++++------
migration/postcopy-ram.h |  5 +++--
migration/savevm.c       | 13 +++++++------
4 files changed, 22 insertions(+), 16 deletions(-)
[PATCH 0/3] migration/postcopy: cleanup related to postcopy
Posted by Wei Yang 6 years, 1 month ago
The first one just tries to make function name more easy for reading and
understanding.

The next two patches are related to PostcopyState.

Wei Yang (3):
  migration/postcopy: rename postcopy_ram_enable_notify to
    postcopy_ram_incoming_setup
  migration/postcopy: not necessary to do postcopy_ram_incoming_cleanup
    when state is ADVISE
  migration/postcopy: handle POSTCOPY_INCOMING_RUNNING corner case
    properly

 migration/migration.c    |  3 +--
 migration/postcopy-ram.c | 17 +++++++++++------
 migration/postcopy-ram.h |  5 +++--
 migration/savevm.c       | 13 +++++++------
 4 files changed, 22 insertions(+), 16 deletions(-)

-- 
2.17.1