diff options
Diffstat (limited to 'qapi/common.json')
-rw-r--r-- | qapi/common.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qapi/common.json b/qapi/common.json index 8355d5a2f3..862e73f982 100644 --- a/qapi/common.json +++ b/qapi/common.json @@ -162,3 +162,14 @@ ## { 'enum': 'OnOffSplit', 'data': [ 'on', 'off', 'split' ] } + +## +# @String: +# +# A fat type wrapping 'str', to be embedded in lists. +# +# Since: 1.2 +## +{ 'struct': 'String', + 'data': { + 'str': 'str' } } |