[Qemu-devel] [PATCH V2 1/3] qemu-iotests: add unix socket help program

2013-08-26 Thread Wenchao Xia
This program can do a sendmsg call to transfer fd with unix socket, which is not supported in python2. The built binary will not be deleted in clean, but it is a existing issue in ./tests, which should be solved in another patch. Signed-off-by: Wenchao Xia --- configure

Re: [Qemu-devel] [PATCH V2 1/3] qemu-iotests: add unix socket help program

2013-08-27 Thread Eric Blake
On 08/26/2013 08:52 PM, Wenchao Xia wrote: > This program can do a sendmsg call to transfer fd with unix > socket, which is not supported in python2. > > The built binary will not be deleted in clean, but it is a > existing issue in ./tests, which should be solved in another > patch. > > Signed-o

Re: [Qemu-devel] [PATCH V2 1/3] qemu-iotests: add unix socket help program

2013-08-27 Thread Wenchao Xia
于 2013-8-28 9:11, Eric Blake 写道: On 08/26/2013 08:52 PM, Wenchao Xia wrote: This program can do a sendmsg call to transfer fd with unix socket, which is not supported in python2. The built binary will not be deleted in clean, but it is a existing issue in ./tests, which should be solved in anot

Re: [Qemu-devel] [PATCH V2 1/3] qemu-iotests: add unix socket help program

2013-08-29 Thread Luiz Capitulino
On Tue, 27 Aug 2013 10:52:09 +0800 Wenchao Xia wrote: > This program can do a sendmsg call to transfer fd with unix > socket, which is not supported in python2. > > The built binary will not be deleted in clean, but it is a > existing issue in ./tests, which should be solved in another > patch.

Re: [Qemu-devel] [PATCH V2 1/3] qemu-iotests: add unix socket help program

2013-08-29 Thread Wenchao Xia
于 2013-8-29 22:50, Luiz Capitulino 写道: On Tue, 27 Aug 2013 10:52:09 +0800 Wenchao Xia wrote: This program can do a sendmsg call to transfer fd with unix socket, which is not supported in python2. The built binary will not be deleted in clean, but it is a existing issue in ./tests, which shoul

Re: [Qemu-devel] [PATCH V2 1/3] qemu-iotests: add unix socket help program

2013-08-30 Thread Luiz Capitulino
On Fri, 30 Aug 2013 10:42:27 +0800 Wenchao Xia wrote: > 于 2013-8-29 22:50, Luiz Capitulino 写道: > > On Tue, 27 Aug 2013 10:52:09 +0800 > > Wenchao Xia wrote: > > > >> This program can do a sendmsg call to transfer fd with unix > >> socket, which is not supported in python2. > >> > >> The built bi

Re: [Qemu-devel] [PATCH V2 1/3] qemu-iotests: add unix socket help program

2013-09-01 Thread Wenchao Xia
于 2013-8-30 19:33, Luiz Capitulino 写道: On Fri, 30 Aug 2013 10:42:27 +0800 Wenchao Xia wrote: 于 2013-8-29 22:50, Luiz Capitulino 写道: On Tue, 27 Aug 2013 10:52:09 +0800 Wenchao Xia wrote: This program can do a sendmsg call to transfer fd with unix socket, which is not supported in python2.