qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [qemu-devel]The problem of QMP command getfd.


From: Li Zhang
Subject: [Qemu-devel] [qemu-devel]The problem of QMP command getfd.
Date: Mon, 28 Jan 2013 15:27:01 +0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Hi all,

I am trying to executing qmp command getfd according to qmp-commands.hx.

{ "execute": "getfd", "arguments": { "fdname": "fd1" } }

Every time, it returns the error.

{
    "error": {
        "class": "GenericError",
        "desc": "No file descriptor supplied via SCM_RIGHTS"
    }
}

This error is related with SCM_RIGHTS.
I don't know about SCM at all.

Can anyone give some hints about this?

Thanks in advance.
--Li



reply via email to

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