qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migra


From: Hailiang Zhang
Subject: Re: [Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migration
Date: Sat, 30 Jan 2016 18:32:22 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi Juan & Amit,

This series is prerequisite of COLO, and all of them have been reviewed by Dave,
Could you please review and merge them ?


Thanks,
Hailiang

On 2016/1/15 11:37, zhanghailiang wrote:
Patch 1 ~ patch 4 are picked from COLO and live memory snapshot series,
They are just small improvements for migration codes and have been reviewed
by Dave.

Patch 5, 6 are small fixes for migration releated documention.

Please review.

zhanghailiang (6):
   ram: Split host_from_stream_offset() into two helper functions
   migration: Rename the'file' member of MigrationState
   savevm: Split load vm state function qemu_loadvm_state
   migration/ram: Fix some helper functions' parameter to use
     PageSearchStatus
   qmp-commands.hx: Fix the missing options for migration parameters
     commands
   qmp-commands.hx: Document the missing options for migration capability
     commands

  include/exec/ram_addr.h       |   8 ++-
  include/migration/migration.h |   2 +-
  migration/exec.c              |   4 +-
  migration/fd.c                |   4 +-
  migration/migration.c         |  72 +++++++++----------
  migration/postcopy-ram.c      |   6 +-
  migration/ram.c               |  73 +++++++++++--------
  migration/rdma.c              |   2 +-
  migration/savevm.c            | 158 +++++++++++++++++++++++++-----------------
  migration/tcp.c               |   4 +-
  migration/unix.c              |   4 +-
  qmp-commands.hx               |  33 +++++++--
  12 files changed, 222 insertions(+), 148 deletions(-)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]