diff options
author | Jason Wang <jasowang@redhat.com> | 2013-02-22 22:57:52 +0800 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-03 15:09:07 -0500 |
commit | ec3960148f95dd90e94511a6a64838bc3f474bcc (patch) | |
tree | 3bcea8d33e382624b699745b6755903868b32259 /qapi-schema.json | |
parent | 560e63965232e37d1916a447125cf91c18a96930 (diff) |
help: add docs for missing 'queues' option of tap
Cc: Markus Armbruster <armbru@redhat.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-id: 1361545072-30426-1-git-send-email-jasowang@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index f629a249de..bfd7a8a594 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2591,6 +2591,8 @@ # # @vhostforce: #optional vhost on for non-MSIX virtio guests # +# @queues: #optional number of queues to be created for multiqueue capable tap +# # Since 1.2 ## { 'type': 'NetdevTapOptions', |