]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/block-core.json
qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpa
[mirror_qemu.git] / qapi / block-core.json
index 98d9116dae409dbf34f55844ee4bcfdcfd2065be..4bf89171c6488d12b7f82b6060d1f200b5b2b53c 100644 (file)
 #
 # @path: path to the vhost-vdpa character device.
 #
+# Features:
+# @fdset: Member @path supports the special "/dev/fdset/N" path
+#     (since 8.1)
+#
 # Since: 7.2
 ##
 { 'struct': 'BlockdevOptionsVirtioBlkVhostVdpa',
   'data': { 'path': 'str' },
+  'features': [ { 'name' :'fdset',
+                  'if': 'CONFIG_BLKIO_VHOST_VDPA_FD' } ],
   'if': 'CONFIG_BLKIO' }
 
 ##