]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
migration: add "return-path" capability
[mirror_qemu.git] / qapi-schema.json
index 4b50b652d3edfadb92537d6012f22d2e741c377b..9e34cf71f37fd5d57503a4eefc898e8fbbfcafd1 100644 (file)
 #          offers more flexibility.
 #          (Since 2.10)
 #
+# @return-path: If enabled, migration will use the return path even
+#               for precopy. (since 2.10)
+#
 # Since: 1.2
 ##
 { 'enum': 'MigrationCapability',
   'data': ['xbzrle', 'rdma-pin-all', 'auto-converge', 'zero-blocks',
            'compress', 'events', 'postcopy-ram', 'x-colo', 'release-ram',
-           'block' ] }
+           'block', 'return-path' ] }
 
 ##
 # @MigrationCapabilityStatus: