From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJvDx-0003oV-9x for qemu-devel@nongnu.org; Thu, 14 Jan 2016 22:38:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJvDs-0005Cy-Aj for qemu-devel@nongnu.org; Thu, 14 Jan 2016 22:38:53 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:37619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJvDr-0005C8-Ou for qemu-devel@nongnu.org; Thu, 14 Jan 2016 22:38:48 -0500 From: zhanghailiang Date: Fri, 15 Jan 2016 11:37:40 +0800 Message-ID: <1452829066-9764-1-git-send-email-zhang.zhanghailiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, zhanghailiang , peter.huangpeng@huawei.com, dgilbert@redhat.com, quintela@redhat.com 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