|
| From: | Anthony Liguori |
| Subject: | [Qemu-devel] [CFR 9/10] device_del command |
| Date: | Tue, 15 Jun 2010 11:30:29 -0500 |
device_del
----------
Remove a device.
Arguments:
- "id": the device's ID (json-string)
Example:
-> { "execute": "device_del", "arguments": { "id": "net1" } }
<- { "return": {} }
| [Prev in Thread] | Current Thread | [Next in Thread] |