qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] Migration cleanups for postcopy


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH 0/6] Migration cleanups for postcopy
Date: Thu, 21 May 2015 13:24:10 +0100

From: "Dr. David Alan Gilbert" <address@hidden>

Hi,
  This is a set of patches that started off life in my postcopy
tree but that are more general.  Amit suggested I split them out
as a separate series so that the main Postcopy series gets easier
to review.

The qemu_get_counted_string and qemu_ram_foreach_block have already been
posted separately.

Dave

Dr. David Alan Gilbert (6):
  Add qemu_get_counted_string to read a string prefixed by a count byte
  Split header writing out of qemu_savevm_state_begin
  qemu_ram_foreach_block: pass up error value, and down the ramblock
    name
  Create MigrationIncomingState
  Move copy out of qemu_peek_buffer
  Move loadvm_handlers into MigrationIncomingState

 arch_init.c                   |  9 ++++----
 exec.c                        | 10 +++++++--
 include/exec/cpu-common.h     |  4 ++--
 include/migration/migration.h | 14 ++++++++++++
 include/migration/qemu-file.h |  5 ++++-
 include/migration/vmstate.h   |  2 ++
 include/qemu/typedefs.h       |  2 ++
 include/sysemu/sysemu.h       |  1 +
 migration/migration.c         | 31 ++++++++++++++++++++++++++
 migration/qemu-file.c         | 29 +++++++++++++++++++-----
 migration/rdma.c              |  4 ++--
 migration/vmstate.c           |  5 +++--
 savevm.c                      | 52 ++++++++++++++++++++++++++-----------------
 trace-events                  |  1 +
 14 files changed, 131 insertions(+), 38 deletions(-)

-- 
2.4.1




reply via email to

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