Re: [Qemu-devel] [CFR 8/10] qmp: netdev_del command
On Wed, Jun 16, 2010 at 4:45 PM, Stefan Hajnoczi wrote: > 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": {} } What h
[Qemu-devel] [CFR 8/10] qmp: netdev_del command
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": {} }