]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
trace: fix tcg tracing build breakage
[mirror_qemu.git] / qapi-schema.json
index 1d7b1cd1c795d9f0c09239842114f9404fceb6cf..68a43274bf1c07da16c65962d8afabc81467c43d 100644 (file)
 #             credentials must be for a 'server' endpoint. Setting this
 #             will enable TLS for all migrations. The default is unset,
 #             resulting in unsecured migration at the QEMU level. (Since 2.7)
+#             An empty string means that QEMU will use plain text mode for
+#             migration, rather than TLS (Since 2.9)
 #
 # @tls-hostname: hostname of the target host for the migration. This
 #                is required when using x509 based TLS credentials and the
 #                example if using fd: or exec: based migration, the
 #                hostname must be provided so that the server's x509
 #                certificate identity can be validated. (Since 2.7)
+#                An empty string means that QEMU will use the hostname
+#                associated with the migration URI, if any. (Since 2.9)
 #
 # @max-bandwidth: to set maximum speed for migration. maximum speed in
 #                 bytes per second. (Since 2.8)