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

Patch 1 ~ patch 4 are picked from COLO and live memory snapshot series,
They are just small improvements for migration codes.

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

v2:
 - Fix a typo (Amit)
 - A better commit description from Dave for patch 2

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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 12:20 [Qemu-devel] [PATCH v2 0/6] Some improvments and small fixes for migration zhanghailiang
2016-02-04 12:20 ` [Qemu-devel] [PATCH v2 1/6] ram: Split host_from_stream_offset() into two helper functions zhanghailiang
2016-02-04 12:20 ` [Qemu-devel] [PATCH v2 2/6] migration: Rename the'file' member of MigrationState zhanghailiang
2016-02-04 12:20 ` [Qemu-devel] [PATCH v2 3/6] savevm: Split load vm state function qemu_loadvm_state zhanghailiang
2016-02-04 12:20 ` [Qemu-devel] [PATCH v2 4/6] migration/ram: Fix some helper functions' parameter to use PageSearchStatus zhanghailiang
2016-02-04 12:20 ` [Qemu-devel] [PATCH v2 5/6] qmp-commands.hx: Fix the missing options for migration parameters commands zhanghailiang
2016-02-04 16:10   ` Eric Blake
2016-02-04 12:20 ` [Qemu-devel] [PATCH v2 6/6] qmp-commands.hx: Document the missing options for migration capability commands zhanghailiang
2016-02-04 12:36 ` [Qemu-devel] [PATCH v2 0/6] Some improvments and small fixes for migration Amit Shah

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.