All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migration
@ 2016-01-15  3:37 zhanghailiang
  2016-01-15  3:37 ` [Qemu-devel] [PATCH 1/6] ram: Split host_from_stream_offset() into two helper functions zhanghailiang
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: zhanghailiang @ 2016-01-15  3:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, zhanghailiang, peter.huangpeng, dgilbert, quintela

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(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-02-04 12:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15  3:37 [Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migration zhanghailiang
2016-01-15  3:37 ` [Qemu-devel] [PATCH 1/6] ram: Split host_from_stream_offset() into two helper functions zhanghailiang
2016-01-15  3:37 ` [Qemu-devel] [PATCH 2/6] migration: Rename the'file' member of MigrationState zhanghailiang
2016-02-04 10:47   ` Amit Shah
2016-02-04 10:50     ` Dr. David Alan Gilbert
2016-02-04 10:57       ` Amit Shah
2016-02-04 11:10         ` Dr. David Alan Gilbert
2016-02-04 12:02           ` Hailiang Zhang
2016-01-15  3:37 ` [Qemu-devel] [PATCH 3/6] savevm: Split load vm state function qemu_loadvm_state zhanghailiang
2016-01-15  3:37 ` [Qemu-devel] [PATCH 4/6] migration/ram: Fix some helper functions' parameter to use PageSearchStatus zhanghailiang
2016-01-15  3:37 ` [Qemu-devel] [PATCH 5/6] qmp-commands.hx: Fix the missing options for migration parameters commands zhanghailiang
2016-01-28 18:22   ` Dr. David Alan Gilbert
2016-02-04 10:30   ` Amit Shah
2016-01-15  3:37 ` [Qemu-devel] [PATCH 6/6] qmp-commands.hx: Document the missing options for migration capability commands zhanghailiang
2016-01-28 18:24   ` Dr. David Alan Gilbert
2016-01-22  8:43 ` [Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migration Hailiang Zhang
2016-01-30 10:32 ` Hailiang Zhang
2016-02-04 10:08   ` Amit Shah
2016-02-04 11:08 ` Amit Shah
2016-02-04 12:01   ` Hailiang Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.