On Wed, Jun 16, 2010 at 4:45 PM, Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> 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 happens to the guest network device? Does the guest network device need to be removed first in order for netdev_del to succeed? Stefan