]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - qapi/block-core.json
nbd/client: Add x-dirty-bitmap to query bitmap from server
[thirdparty/qemu.git] / qapi / block-core.json
index 577ce5e9991d8349554e06bb86b28fcdb81b7276..90e554ed0ff6d57697bd52c92a8552528cfbe050 100644 (file)
 #
 # @tls-creds:   TLS credentials ID
 #
+# @x-dirty-bitmap: A "qemu:dirty-bitmap:NAME" string to query in place of
+#                  traditional "base:allocation" block status (see
+#                  NBD_OPT_LIST_META_CONTEXT in the NBD protocol) (since 3.0)
+#
 # Since: 2.9
 ##
 { 'struct': 'BlockdevOptionsNbd',
   'data': { 'server': 'SocketAddress',
             '*export': 'str',
-            '*tls-creds': 'str' } }
+            '*tls-creds': 'str',
+            '*x-dirty-bitmap': 'str' } }
 
 ##
 # @BlockdevOptionsRaw: