From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chSOG-0003YN-RX for qemu-devel@nongnu.org; Fri, 24 Feb 2017 21:47:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chSOD-0000ZX-QB for qemu-devel@nongnu.org; Fri, 24 Feb 2017 21:47:20 -0500 Received: from [59.151.112.132] (port=4114 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chSOD-0000Xd-Dt for qemu-devel@nongnu.org; Fri, 24 Feb 2017 21:47:17 -0500 From: Zhang Chen Date: Sat, 25 Feb 2017 10:46:02 +0800 Message-ID: <1487990764-27397-1-git-send-email-zhangchen.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH V10 0/2] Add new qmp commands to suppurt Xen COLO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu devel , Eric Blake , zhanghailiang , Markus Armbruster , Stefano Stabellini Cc: Jason Wang , Zhang Chen , Li Zhijian , "eddie . dong" , bian naimeng Xen COLO depend on qemu COLO replication function. So, We need new qmp commands for Xen to use qemu replication. Corresponding libxl patches already in xen.git. Commit ID: ed37ef1f91c20f0ab162ce60f8c38400b917fa64 COLO: introduce new API to prepare/start/do/get_error/stop replication a0ddc0b359375b2418213966dfbdbfab593ecc6f tools/libxl: introduction of libxl__qmp_restore to load qemu state V10: - Fix ReplicationStatus error comments. - Fix query-xen-replication-status example. Zhang Chen (2): Add a new qmp command to start/stop replication Add a new qmp command to do checkpoint, query xen replication status migration/colo.c | 49 +++++++++++++++++++++++++++++++++++++ qapi-schema.json | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) -- 2.7.4