From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpAmJ-0006vB-4Z for qemu-devel@nongnu.org; Wed, 28 Sep 2016 05:03:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpAmD-0000O2-Sl for qemu-devel@nongnu.org; Wed, 28 Sep 2016 05:03:46 -0400 Date: Wed, 28 Sep 2016 11:03:25 +0200 From: Kevin Wolf Message-ID: <20160928090325.GF5236@noname.redhat.com> References: <1475040639-30203-1-git-send-email-wangww.fnst@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475040639-30203-1-git-send-email-wangww.fnst@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH] block: modify top-id's comments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wang WeiWei Cc: qemu devel , qemu block , Stefan Hajnoczi , Fam Zheng , Max Reitz , Jeff Cody , Paolo Bonzini , John Snow , Eric Blake , Markus Armbruster , "Dr. David Alan Gilbert" , Dong Eddie , Jiang Yunhong , zhanghailiang , Gonglei , Wen Congyang , Changlong Xie Am 28.09.2016 um 07:30 hat Wang WeiWei geschrieben: > Signed-off-by: Wen Congyang > Signed-off-by: Changlong Xie > Signed-off-by: Wang WeiWei > Signed-off-by: zhanghailiang > Signed-off-by: Gonglei > Reviewed-by: Eric Blake > --- > qapi/block-core.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qapi/block-core.json b/qapi/block-core.json > index ada3202..0935b81 100644 > --- a/qapi/block-core.json > +++ b/qapi/block-core.json > @@ -2184,7 +2184,7 @@ > # @mode: the replication mode > # > # @top-id: #optional In secondary mode, node name or device ID of the root > -# node who owns the replication node chain. Ignored in primary mode. > +# node who owns the replication node chain. Must not be given in primary mode. > # > # Since: 2.8 > ## The matching code in block/replication.c is missing to actually error out if the option is given in primary mode. Kevin