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-schema.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-schema.json')
-rw-r--r-- | qapi-schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index af488a86bc..824d205a98 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -4652,7 +4652,7 @@ { 'include': 'qapi/rocker.json' } ## -# ReplayMode: +# @ReplayMode: # # Mode of the replay subsystem. # @@ -4720,7 +4720,7 @@ { 'command': 'query-gic-capabilities', 'returns': ['GICCapability'] } ## -# CpuInstanceProperties +# @CpuInstanceProperties # # List of properties to be used for hotplugging a CPU instance, # it should be passed by management with device_add command when |