Re: [Qemu-devel] [PATCH V3 0/3] qemu-iotests: add test for fd passing via SCM rights

2013-09-02 Thread Stefan Hajnoczi
On Mon, Sep 02, 2013 at 05:18:10PM +0800, Wenchao Xia wrote: > This series add test case for fd passing with unix socket at runtime. Since > getfd and closefd interface will interact with monitor's data, so it will > help to do regression test for monitor patches. Since python2 do not support > sen

[Qemu-devel] [PATCH V3 0/3] qemu-iotests: add test for fd passing via SCM rights

2013-09-02 Thread Wenchao Xia
This series add test case for fd passing with unix socket at runtime. Since getfd and closefd interface will interact with monitor's data, so it will help to do regression test for monitor patches. Since python2 do not support sendmsg(), so a C helper program is added to do the job. v2: 1: add m