diff mbox

block: Mention replication in BlockdevDriver enum docs

Message ID 1477599813-6845-1-git-send-email-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Blake Oct. 27, 2016, 8:23 p.m. UTC
Missed in commit 82ac554.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

Requires: Kevin's current block branch

Could also go through trivial tree

 qapi/block-core.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kevin Wolf Oct. 31, 2016, 2:35 p.m. UTC | #1
Am 27.10.2016 um 22:23 hat Eric Blake geschrieben:
> Missed in commit 82ac554.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>

Thanks, applied to the block branch.

Kevin
diff mbox

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index 0f2b703..4316528 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1703,7 +1703,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
 ##