]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
QMP, Introduce xen-set-global-dirty-log command.
[mirror_qemu.git] / qapi-schema.json
index 14e44199b75972ac0d9bd4720735e3ecef7a7915..4a4a850f5fbdc648679425d2a53e4dfcff296d02 100644 (file)
 ##
 { 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} }
 
+##
+# @xen-set-global-dirty-log
+#
+# Enable or disable the global dirty log mode.
+#
+# @enable: true to enable, false to disable.
+#
+# Returns: nothing
+#
+# Since: 1.3
+##
+{ 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } }
+
 ##
 # @device_del:
 #