qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [CFR 9/10] device_del command


From: Anthony Liguori
Subject: Re: [Qemu-devel] [CFR 9/10] device_del command
Date: Tue, 15 Jun 2010 11:49:47 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4

On 06/15/2010 11:30 AM, Anthony Liguori wrote:
device_del
----------

Remove a device.

Arguments:

- "id": the device's ID (json-string)

How does one discover a device's ID?

What are the failure conditions?

Is the device removed from the guest immediately upon receiving the return?

Regards,

Anthony Liguori

Example:

->  { "execute": "device_del", "arguments": { "id": "net1" } }
<- { "return": {} }






reply via email to

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