From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRIuF-00010X-P7 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:21:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRIuA-0007qj-Lq for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:21:03 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:54195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRIu9-0007po-Um for qemu-devel@nongnu.org; Thu, 04 Feb 2016 07:20:58 -0500 From: zhanghailiang Date: Thu, 4 Feb 2016 20:20:20 +0800 Message-ID: <1454588426-12372-1-git-send-email-zhang.zhanghailiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/6] Some improvments 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 , 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. 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