mbox series

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

Message ID 20191001100122.17730-1-richardw.yang@linux.intel.com (mailing list archive)
Headers show
Series migration/postcopy: cleanup related to postcopy | expand

Message

Wei Yang Oct. 1, 2019, 10:01 a.m. UTC
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(-)