qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [CFR 8/10] qmp: netdev_del command


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [CFR 8/10] qmp: netdev_del command
Date: Thu, 17 Jun 2010 21:01:31 +0100

On Wed, Jun 16, 2010 at 4:45 PM, Stefan Hajnoczi
<address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]