diff options
| author | Jason Wang | 2013-02-22 15:57:52 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2013-04-03 22:09:07 +0200 |
| commit | ec3960148f95dd90e94511a6a64838bc3f474bcc (patch) | |
| tree | 3bcea8d33e382624b699745b6755903868b32259 /qapi-schema.json | |
| parent | acpi: initialize s4_val used in s4 shutdown (diff) | |
| download | qemu-ec3960148f95dd90e94511a6a64838bc3f474bcc.tar.gz qemu-ec3960148f95dd90e94511a6a64838bc3f474bcc.tar.xz qemu-ec3960148f95dd90e94511a6a64838bc3f474bcc.zip | |
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', |
