diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-11-17 19:54:52 +0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-12-05 17:41:37 +0100 |
commit | c5927e7abf4fec928db815f1175b116b927eb97b (patch) | |
tree | 459b9301482fcb81e5c1e7422b9ba643777833ee /qapi/block-core.json | |
parent | 49687ace0237a6af1e93d27e74c4f72983e1be2b (diff) |
qapi: fix missing symbol @prefix
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20161117155504.21843-6-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/block-core.json')
-rw-r--r-- | qapi/block-core.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 39cdabad94..d98fe73ff1 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1144,7 +1144,7 @@ 'data': 'DriveMirror' } ## -# DriveMirror +# @DriveMirror # # A set of parameters describing drive mirror setup. # @@ -1368,7 +1368,7 @@ 'data': 'BlockIOThrottle' } ## -# BlockIOThrottle +# @BlockIOThrottle # # A set of parameters describing block throttling. # |