From aa72941bccda04854f888ba50c4970a86db74b33 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 23 Jun 2016 13:33:15 +0200 Subject: qmp-commands: move 'netdev_add' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- docs/qmp-commands.txt | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'docs/qmp-commands.txt') diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index b19c36dba5..9d1a92abbf 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -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 ---------- -- cgit 1.4.1