qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [CFR 5/10] closefd command


From: Anthony Liguori
Subject: Re: [Qemu-devel] [CFR 5/10] closefd command
Date: Tue, 15 Jun 2010 11:45:45 -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:
closefd
-------

Close a file descriptor previously passed via SCM rights.

Arguments:

- "fdname": file descriptor name (json-string)

I wonder if setfd/closefd should be QMP functions or whether we should make it core features of the protocol?

Regards,

Anthony Liguori

Example:

->  { "execute": "closefd", "arguments": { "fdname": "fd1" } }
<- { "return": {} }






reply via email to

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