]> Git Repo - qemu.git/blobdiff - qapi-schema.json
net/cadence_gem: Don't assert against 0 buffer address
[qemu.git] / qapi-schema.json
index 83fa4852ce1b5d7e1b78592715c8b4e4f7516b16..8630eb50ea82a8200970cd16c72a250f83e1e6c6 100644 (file)
 # @tray_open: #optional True if the device has a tray and it is open
 #             (only present if removable is true)
 #
-# @dirty: #optional dirty bitmap information (only present if the dirty
-#         bitmap is enabled)
+# @dirty-bitmaps: #optional dirty bitmaps information (only present if the
+#                 driver has one or more dirty bitmaps) (Since 1.8)
 #
 # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
 #             supports it and the VM is configured to stop on errors
   'data': {'device': 'str', 'type': 'str', 'removable': 'bool',
            'locked': 'bool', '*inserted': 'BlockDeviceInfo',
            '*tray_open': 'bool', '*io-status': 'BlockDeviceIoStatus',
-           '*dirty': 'BlockDirtyInfo' } }
+           '*dirty-bitmaps': ['BlockDirtyInfo'] } }
 
 ##
 # @query-block:
This page took 0.024213 seconds and 4 git commands to generate.