]> git.proxmox.com Git - qemu.git/commit - configure
qemu-iotests: add unix socket help program
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Fri, 6 Sep 2013 03:24:32 +0000 (11:24 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Sep 2013 08:12:46 +0000 (10:12 +0200)
commitf93296eaffcb3753f680f2dcffea2637f14f2092
tree176bf7dd0633e99a570ff0afca59f7f79e59a729
parenta8110c3d327cabff8dc258c5c8705903b56c1513
qemu-iotests: add unix socket help program

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 <xiawenc@linux.vnet.ibm.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
configure
tests/Makefile
tests/qemu-iotests/socket_scm_helper.c [new file with mode: 0644]