]> Git Repo - qemu.git/blobdiff - qapi-schema.json
block/mirror: limit qiov to IOV_MAX elements
[qemu.git] / qapi-schema.json
index 1285b8c74afbcafc7c23bd46f898b11852b516d6..4342a08d30780ff5ad634c271e6f1234029bc6a4 100644 (file)
@@ -15,7 +15,7 @@
 { 'include': 'qapi/trace.json' }
 
 ##
-# LostTickPolicy:
+# @LostTickPolicy:
 #
 # Policy for handling lost ticks in timer devices.
 #
 #
 # @vhostforce: #optional vhost on for non-MSIX virtio guests (default: false).
 #
-# @queues: #optional number of queues to be created for multiqueue vhost-user
-#          (default: 1) (Since 2.4)
-#
 # Since 2.1
 ##
 { 'struct': 'NetdevVhostUserOptions',
   'data': {
     'chardev':        'str',
-    '*vhostforce':    'bool',
-    '*queues':        'uint32' } }
+    '*vhostforce':    'bool' } }
 
 ##
 # @NetClientOptions
This page took 0.023487 seconds and 4 git commands to generate.