diff options
Diffstat (limited to 'docs/qmp-commands.txt')
| -rw-r--r-- | docs/qmp-commands.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 9d1a92abbf..9e26cfe970 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -205,21 +205,6 @@ Example: <- { "return": { "status": "active", "completed": 1024000, "total": 2048000 } } -netdev_del ----------- - -Remove host network device. - -Arguments: - -- "id": the device's ID, must be unique (json-string) - -Example: - --> { "execute": "netdev_del", "arguments": { "id": "netdev1" } } -<- { "return": {} } - - object-add ---------- |