From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu7UX-0005U7-WE for qemu-devel@nongnu.org; Tue, 11 Oct 2016 20:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bu7UW-0007Xu-24 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 20:33:52 -0400 Message-ID: <57FD86AA.907@cn.fujitsu.com> Date: Wed, 12 Oct 2016 08:41:14 +0800 From: Changlong Xie MIME-Version: 1.0 References: <1476182772-11693-1-git-send-email-xiecl.fnst@cn.fujitsu.com> <1476182772-11693-3-git-send-email-xiecl.fnst@cn.fujitsu.com> <64a8b1be-9165-c0ab-fcaa-7c7e75dec479@redhat.com> In-Reply-To: <64a8b1be-9165-c0ab-fcaa-7c7e75dec479@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/2] block/replication: Clarify 'top-id' parameter usage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu devel , qemu block , Stefan Hajnoczi , Fam Zheng , Max Reitz , Kevin Wolf , Wen Congyang On 10/11/2016 10:54 PM, Eric Blake wrote: > The replication driver only supports the 'top-id' parameter for the > secondary side; it must not be supplied for the primary side. Will apply in next version. Thanks -Xie