|
| From: | Stefan Hajnoczi |
| Subject: | [Qemu-devel] [CFR 8/10] qmp: netdev_del command |
| Date: | Wed, 16 Jun 2010 16:45:58 +0100 |
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": {} }
| [Prev in Thread] | Current Thread | [Next in Thread] |