]> git.proxmox.com Git - qemu.git/commit - qemu-sockets.c
sockets: add unix_connect_opts
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 08:58:37 +0000 (10:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 15:19:48 +0000 (10:19 -0500)
commit2af2bf6760d9b2190b5a76487577075578c475d6
treee4bf2b92fa95513f05398ba45cdeb6c6b14bc596
parent7d31544ff60d8b74fc2dbe07cb4f2ed20da1bfee
sockets: add unix_connect_opts

Add unix_connect_opts().  Does the same as unix_connect(), but uses
QemuOpts.  unix_connect() is a compatibility wrapper for
unix_connect_opts() now and should go away some day.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-sockets.c
qemu_socket.h