|
From: | Anthony Liguori |
Subject: | [Qemu-devel] Re: [CFR 1/10] qmp: getfd command |
Date: | Wed, 16 Jun 2010 13:47:35 -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/16/2010 10:45 AM, Stefan Hajnoczi wrote:
getfd ----- Receive a file descriptor via SCM rights and assign it a name.
As with the sendfd command, I think we should make this a QMP top-level operation. It's very transport specific.
Luiz/Markus, any thoughts on this? Regards, Anthony Liguori
Arguments: - "fdname": file descriptor name (json-string) Example: -> { "execute": "getfd", "arguments": { "fdname": "fd1" } } <- { "return": {} }
[Prev in Thread] | Current Thread | [Next in Thread] |