Revision 37764dfb qapi-schema.json

b/qapi-schema.json
210 210
            'vm-clock-sec': 'int', 'vm-clock-nsec': 'int' } }
211 211

  
212 212
##
213
# @ImageInfoSpecificQCow2:
214
#
215
# @compat: compatibility level
216
#
217
# @lazy-refcounts: #optional on or off; only valid for compat >= 1.1
218
#
219
# Since: 1.7
220
##
221
{ 'type': 'ImageInfoSpecificQCow2',
222
  'data': {
223
      'compat': 'str',
224
      '*lazy-refcounts': 'bool'
225
  } }
226

  
227
##
213 228
# @ImageInfoSpecific:
214 229
#
215 230
# A discriminated record of image format specific information structures.
......
219 234

  
220 235
{ 'union': 'ImageInfoSpecific',
221 236
  'data': {
237
      'qcow2': 'ImageInfoSpecificQCow2'
222 238
  } }
223 239

  
224 240
##

Also available in: Unified diff