]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/event.json
qapi: Remove unwanted commas after #optional keyword
[mirror_qemu.git] / qapi / event.json
index f3737b771fd35fe65dae937525dc75d560c14b1a..7bf539b84d23aae22ddff9de1aa5a794f091e78b 100644 (file)
 # At this point, it's safe to reuse the specified device ID. Device removal can
 # be initiated by the guest or by HMP/QMP commands.
 #
-# @device: #optional, device name
+# @device: #optional device name
 #
 # @path: device path
 #
 # Emitted once until the 'query-rx-filter' command is executed, the first event
 # will always be emitted
 #
-# @name: #optional, net client name
+# @name: #optional net client name
 #
 # @path: device path
 #
 #
 # @type: quorum operation type (Since 2.6)
 #
-# @error: #optional, error message. Only present on failure. This field
+# @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
 #         try to interpret the error string.