]> Git Repo - qemu.git/blobdiff - qapi-schema.json
progress: Allow regressing progress
[qemu.git] / qapi-schema.json
index f014a80f7246e8e29e00d714a46ce5ea77a0638d..516b14526b95b504e966e97f8973fb7eecf937d4 100644 (file)
 #
 # @in:  #optional The name of the input file
 # @out: The name of the output file
+# @append: #optional Open the file in append mode (default false to
+#          truncate) (Since 2.6)
 #
 # Since: 1.4
 ##
 { 'struct': 'ChardevFile', 'data': { '*in' : 'str',
-                                   'out' : 'str' } }
+                                   'out' : 'str',
+                                   '*append': 'bool' } }
 
 ##
 # @ChardevHostdev:
This page took 0.022166 seconds and 4 git commands to generate.