qmp-commands: move 'netdev_add' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
ee332b5125
commit
aa72941bcc
@ -205,28 +205,6 @@ Example:
|
||||
<- { "return": { "status": "active", "completed": 1024000,
|
||||
"total": 2048000 } }
|
||||
|
||||
netdev_add
|
||||
----------
|
||||
|
||||
Add host network device.
|
||||
|
||||
Arguments:
|
||||
|
||||
- "type": the device type, "tap", "user", ... (json-string)
|
||||
- "id": the device's ID, must be unique (json-string)
|
||||
- device options
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "netdev_add",
|
||||
"arguments": { "type": "user", "id": "netdev1",
|
||||
"dnssearch": "example.org" } }
|
||||
<- { "return": {} }
|
||||
|
||||
Note: The supported device options are the same ones supported by the '-netdev'
|
||||
command-line argument, which are listed in the '-help' output or QEMU's
|
||||
manual
|
||||
|
||||
netdev_del
|
||||
----------
|
||||
|
||||
|
@ -3342,6 +3342,14 @@
|
||||
#
|
||||
# Returns: Nothing on success
|
||||
# If @type is not a valid network backend, DeviceNotFound
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "netdev_add",
|
||||
# "arguments": { "type": "user", "id": "netdev1",
|
||||
# "dnssearch": "example.org" } }
|
||||
# <- { "return": {} }
|
||||
#
|
||||
##
|
||||
{ 'command': 'netdev_add',
|
||||
'data': {'type': 'str', 'id': 'str'},
|
||||
|
Loading…
Reference in New Issue
Block a user