From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMXKe-0000K4-0w for qemu-devel@nongnu.org; Fri, 22 Jan 2016 03:44:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMXKa-0004fd-Rb for qemu-devel@nongnu.org; Fri, 22 Jan 2016 03:44:35 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:8884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMXKa-0004fQ-8l for qemu-devel@nongnu.org; Fri, 22 Jan 2016 03:44:32 -0500 References: <1452829066-9764-1-git-send-email-zhang.zhanghailiang@huawei.com> From: Hailiang Zhang Message-ID: <56A1EB96.8090206@huawei.com> Date: Fri, 22 Jan 2016 16:43:02 +0800 MIME-Version: 1.0 In-Reply-To: <1452829066-9764-1-git-send-email-zhang.zhanghailiang@huawei.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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, peter.huangpeng@huawei.com, dgilbert@redhat.com, quintela@redhat.com ping ? On 2016/1/15 11:37, zhanghailiang wrote: > 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(-) >