Skip to content

Commit

Permalink
qapi: fix missing symbol @Prefix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
elmarco authored and Markus Armbruster committed Dec 5, 2016
1 parent 49687ac commit c5927e7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions qapi-schema.json
Expand Up @@ -4652,7 +4652,7 @@
{ 'include': 'qapi/rocker.json' }

##
# ReplayMode:
# @ReplayMode:
#
# Mode of the replay subsystem.
#
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions qapi/block-core.json
Expand Up @@ -1144,7 +1144,7 @@
'data': 'DriveMirror' }

##
# DriveMirror
# @DriveMirror
#
# A set of parameters describing drive mirror setup.
#
Expand Down Expand Up @@ -1368,7 +1368,7 @@
'data': 'BlockIOThrottle' }

##
# BlockIOThrottle
# @BlockIOThrottle
#
# A set of parameters describing block throttling.
#
Expand Down
36 changes: 18 additions & 18 deletions qapi/crypto.json
Expand Up @@ -3,7 +3,7 @@
# QAPI crypto definitions

##
# QCryptoTLSCredsEndpoint:
# @QCryptoTLSCredsEndpoint:
#
# The type of network endpoint that will be using the credentials.
# Most types of credential require different setup / structures
Expand All @@ -22,7 +22,7 @@


##
# QCryptoSecretFormat:
# @QCryptoSecretFormat:
#
# The data format that the secret is provided in
#
Expand All @@ -36,7 +36,7 @@


##
# QCryptoHashAlgorithm:
# @QCryptoHashAlgorithm:
#
# The supported algorithms for computing content digests
#
Expand All @@ -55,7 +55,7 @@


##
# QCryptoCipherAlgorithm:
# @QCryptoCipherAlgorithm:
#
# The supported algorithms for content encryption ciphers
#
Expand All @@ -82,7 +82,7 @@


##
# QCryptoCipherMode:
# @QCryptoCipherMode:
#
# The supported modes for content encryption ciphers
#
Expand All @@ -98,7 +98,7 @@


##
# QCryptoIVGenAlgorithm:
# @QCryptoIVGenAlgorithm:
#
# The supported algorithms for generating initialization
# vectors for full disk encryption. The 'plain' generator
Expand All @@ -116,7 +116,7 @@
'data': ['plain', 'plain64', 'essiv']}

##
# QCryptoBlockFormat:
# @QCryptoBlockFormat:
#
# The supported full disk encryption formats
#
Expand All @@ -131,7 +131,7 @@
'data': ['qcow', 'luks']}

##
# QCryptoBlockOptionsBase:
# @QCryptoBlockOptionsBase:
#
# The common options that apply to all full disk
# encryption formats
Expand All @@ -144,7 +144,7 @@
'data': { 'format': 'QCryptoBlockFormat' }}

##
# QCryptoBlockOptionsQCow:
# @QCryptoBlockOptionsQCow:
#
# The options that apply to QCow/QCow2 AES-CBC encryption format
#
Expand All @@ -158,7 +158,7 @@
'data': { '*key-secret': 'str' }}

##
# QCryptoBlockOptionsLUKS:
# @QCryptoBlockOptionsLUKS:
#
# The options that apply to LUKS encryption format
#
Expand All @@ -172,7 +172,7 @@


##
# QCryptoBlockCreateOptionsLUKS:
# @QCryptoBlockCreateOptionsLUKS:
#
# The options that apply to LUKS encryption format initialization
#
Expand Down Expand Up @@ -202,7 +202,7 @@


##
# QCryptoBlockOpenOptions:
# @QCryptoBlockOpenOptions:
#
# The options that are available for all encryption formats
# when opening an existing volume
Expand All @@ -217,7 +217,7 @@


##
# QCryptoBlockCreateOptions:
# @QCryptoBlockCreateOptions:
#
# The options that are available for all encryption formats
# when initializing a new volume
Expand All @@ -232,7 +232,7 @@


##
# QCryptoBlockInfoBase:
# @QCryptoBlockInfoBase:
#
# The common information that applies to all full disk
# encryption formats
Expand All @@ -246,7 +246,7 @@


##
# QCryptoBlockInfoLUKSSlot:
# @QCryptoBlockInfoLUKSSlot:
#
# Information about the LUKS block encryption key
# slot options
Expand All @@ -266,7 +266,7 @@


##
# QCryptoBlockInfoLUKS:
# @QCryptoBlockInfoLUKS:
#
# Information about the LUKS block encryption options
#
Expand Down Expand Up @@ -294,7 +294,7 @@
'slots': [ 'QCryptoBlockInfoLUKSSlot' ] }}

##
# QCryptoBlockInfoQCow:
# @QCryptoBlockInfoQCow:
#
# Information about the QCow block encryption options
#
Expand All @@ -305,7 +305,7 @@


##
# QCryptoBlockInfo:
# @QCryptoBlockInfo:
#
# Information about the block encryption options
#
Expand Down

0 comments on commit c5927e7

Please sign in to comment.