]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/sockets.json
Revert "vl: Fix to create migration object before block backends again"
[mirror_qemu.git] / qapi / sockets.json
index ac022c6ad0a750412aac314157f005bef71f070c..fc81d8d5e8b91390064f5e56e91dcf925e78312a 100644 (file)
 #
 # @unix:  Unix domain socket
 #
+# @vsock: VMCI address
+#
+# @fd: decimal is for file descriptor number, otherwise a file descriptor name.
+#      Named file descriptors are permitted in monitor commands, in combination
+#      with the 'getfd' command. Decimal file descriptors are permitted at
+#      startup or other contexts where no monitor context is active.
+#
 # Since: 2.9
 ##
 { 'enum': 'SocketAddressType',