Revision 553a7e87 qapi-schema.json

b/qapi-schema.json
236 236
#
237 237
# @snapshots: #optional list of VM snapshots
238 238
#
239
# @backing-image: #optional info of the backing image (since 1.6)
240
#
239 241
# Since: 1.3
240 242
#
241 243
##
......
245 247
           '*actual-size': 'int', 'virtual-size': 'int',
246 248
           '*cluster-size': 'int', '*encrypted': 'bool',
247 249
           '*backing-filename': 'str', '*full-backing-filename': 'str',
248
           '*backing-filename-format': 'str', '*snapshots': ['SnapshotInfo'] } }
250
           '*backing-filename-format': 'str', '*snapshots': ['SnapshotInfo'],
251
           '*backing-image': 'ImageInfo' } }
249 252

  
250 253
##
251 254
# @ImageCheck:
......
756 759
#
757 760
# @iops_wr: write I/O operations per second is specified
758 761
#
762
# @image: the info of image used (since: 1.6)
763
#
759 764
# Since: 0.14.0
760 765
#
761 766
# Notes: This interface is only found in @BlockInfo.
......
765 770
            '*backing_file': 'str', 'backing_file_depth': 'int',
766 771
            'encrypted': 'bool', 'encryption_key_missing': 'bool',
767 772
            'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int',
768
            'iops': 'int', 'iops_rd': 'int', 'iops_wr': 'int'} }
773
            'iops': 'int', 'iops_rd': 'int', 'iops_wr': 'int',
774
            'image': 'ImageInfo' } }
769 775

  
770 776
##
771 777
# @BlockDeviceIoStatus:

Also available in: Unified diff