From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRriU-00055E-Lg for qemu-devel@nongnu.org; Mon, 25 Jul 2016 22:03:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRriS-0002Sh-Ta for qemu-devel@nongnu.org; Mon, 25 Jul 2016 22:03:29 -0400 Message-ID: <5796C62D.7070406@cn.fujitsu.com> Date: Tue, 26 Jul 2016 10:08:45 +0800 From: Changlong Xie MIME-Version: 1.0 References: <1469182567-3114-1-git-send-email-wangww.fnst@cn.fujitsu.com> <1469182567-3114-8-git-send-email-wangww.fnst@cn.fujitsu.com> <6ebab295-cf39-176d-4b94-e9b9da20cbca@redhat.com> In-Reply-To: <6ebab295-cf39-176d-4b94-e9b9da20cbca@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v22 07/10] Introduce new APIs to do replication operation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , Wang WeiWei , qemu devel , qemu block , Stefan Hajnoczi , Fam Zheng , Kevin Wolf , Jeff Cody Cc: Paolo Bonzini , John Snow , Eric Blake , Markus Armbruster , "Dr. David Alan Gilbert" , Dong Eddie , Jiang Yunhong , zhanghailiang , Gonglei , Wen Congyang On 07/26/2016 06:23 AM, Max Reitz wrote: >> +# @primary: Primary mode, the vm's state will be sent to secondary QEMU. >> >+# >> >+# @secondary: Secondary mode, receive the vm's state from primary QEMU. >> >+# >> >+# Since: 2.7 > Probably 2.8 now. > I'll update 2.7 to 2.8 for all these series > Max >