]> git.proxmox.com Git - mirror_qemu.git/commit - qapi-schema.json
qapi schema: add Netdev types
authorLaszlo Ersek <lersek@redhat.com>
Tue, 17 Jul 2012 14:17:11 +0000 (16:17 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Mon, 23 Jul 2012 10:55:18 +0000 (11:55 +0100)
commit14aa0c2de045a6c2fcfadf38c04434fd15909455
tree8373fcfdd1c4bfd9b5cb77ffacde12ce57629372
parentb80e560bd1c1a69839730130572504c91087bc6c
qapi schema: add Netdev types

NetdevTapOptions::sndbuf and NetdevDumpOptions::len use the new "size"
type.

v1->v2:
- NetLegacy::name is optional
- NetLegacyNicOptions::vectors is of type uint32
- NetdevVdeOptions::port and ::mode are of type uint16
- NetLegacy::vlan has type int32

v2->v3:
- NetLegacy::id is allowed and takes precedence over NetLegacy::name
- replace "@traits" with "@opts" in NetLegacy & Netdev descriptions

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
qapi-schema.json