]> Git Repo - qemu.git/blobdiff - qapi/event.json
loader: Add AddressSpace loading support to uImages
[qemu.git] / qapi / event.json
index 1a45a6cb26ad8701eccb76c74d76961ee10667b7..8642052ebc5290d0dd047212eaa4719b22d2878e 100644 (file)
 #
 # Emitted to report a corruption of a Quorum file
 #
+# @type: quorum operation type (Since 2.6)
+#
 # @error: #optional, error message. Only present on failure. This field
 #         contains a human-readable error message. There are no semantics other
 #         than that the block layer reported an error and clients should not
 # Since: 2.0
 ##
 { 'event': 'QUORUM_REPORT_BAD',
-  'data': { '*error': 'str', 'node-name': 'str',
+  'data': { 'type': 'QuorumOpType', '*error': 'str', 'node-name': 'str',
             'sector-num': 'int', 'sectors-count': 'int' } }
 
 ##
This page took 0.022867 seconds and 4 git commands to generate.