From: Eric Blake Date: Thu, 27 Oct 2016 20:23:33 +0000 (-0500) Subject: block: Mention replication in BlockdevDriver enum docs X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~10^2~14^2~5^2~90^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68875e9fdae385f3be6c6f6eb1b62ae4065ea0be;p=sdk%2Femulator%2Fqemu.git block: Mention replication in BlockdevDriver enum docs Missed in commit 82ac554. Signed-off-by: Eric Blake Signed-off-by: Kevin Wolf --- diff --git a/qapi/block-core.json b/qapi/block-core.json index df3b9878f8..7299da33be 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1714,7 +1714,7 @@ # # @host_device, @host_cdrom: Since 2.1 # @gluster: Since 2.7 -# @nbd, @ssh: Since 2.8 +# @nbd, @replication, @ssh: Since 2.8 # # Since: 2.0 ##