]> Git Repo - qemu.git/blobdiff - qapi/block-core.json
block: Make blockdev-reopen stable API
[qemu.git] / qapi / block-core.json
index 052520331e92d7a8fe4701e0627194d637395bd0..c7a311798a85602bfbf18cfc895baa266f93d9fe 100644 (file)
 { 'command': 'blockdev-add', 'data': 'BlockdevOptions', 'boxed': true }
 
 ##
-# @x-blockdev-reopen:
+# @blockdev-reopen:
 #
 # Reopens one or more block devices using the given set of options.
 # Any option not specified will be reset to its default value regardless
 # image does not have a default backing file name as part of its
 # metadata.
 #
-# Since: 4.0
+# Since: 6.1
 ##
-{ 'command': 'x-blockdev-reopen',
+{ 'command': 'blockdev-reopen',
   'data': { 'options': ['BlockdevOptions'] } }
 
 ##
This page took 0.019699 seconds and 4 git commands to generate.