]> git.proxmox.com Git - qemu.git/commit - qemu_socket.h
sockets: add inet_listen_opts
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 08:58:41 +0000 (10:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 15:19:48 +0000 (10:19 -0500)
commite5bc776fa9b764b52d85b00c57e300cb9d2faec1
tree400c58ef69825a250ac5d40add2a4288c725ba40
parentf4c94c7c51f6ede5c33ab5879c6013b64ba2df82
sockets: add inet_listen_opts

Add inet_listen_opts().  Does the same as inet_listen(), but uses
QemuOpts.  inet_listen() is a compatibility wrapper for
inet_listen_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