]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qga/qapi-schema.json
qapi: qga: Clarify when out-data and err-data are populated
[mirror_qemu.git] / qga / qapi-schema.json
index b720dd43796556ec70c90ad47e24fa0d1a3c2c05..876e2a8ea853e4af4355749b4e38204f1b1a7b94 100644 (file)
 # @signal: signal number (linux) or unhandled exception code (windows)
 #     if the process was abnormally terminated.
 #
-# @out-data: base64-encoded stdout of the process
+# @out-data: base64-encoded stdout of the process. This field will only
+#     be populated after the process exits.
 #
-# @err-data: base64-encoded stderr of the process Note: @out-data and
+# @err-data: base64-encoded stderr of the process. Note: @out-data and
 #     @err-data are present only if 'capture-output' was specified for
-#     'guest-exec'
+#     'guest-exec'. This field will only be populated after the process
+#     exits.
 #
 # @out-truncated: true if stdout was not fully captured due to size
 #     limitation.