Re: [Qemu-devel] [PATCH 03/11] qemu-socket: Make socket_optslist public

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > Allow other users to create the QemuOpts needed for inet_connect_opts(). > > Signed-off-by: Kevin Wolf > --- > include/qemu/sockets.h | 2 ++ > util/qemu-sockets.c| 22 +++--- > 2 files changed, 13 insertions(+), 11 deletions(-) >

[Qemu-devel] [PATCH 03/11] qemu-socket: Make socket_optslist public

2013-03-18 Thread Kevin Wolf
Allow other users to create the QemuOpts needed for inet_connect_opts(). Signed-off-by: Kevin Wolf --- include/qemu/sockets.h | 2 ++ util/qemu-sockets.c| 22 +++--- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/include/qemu/sockets.h b/include/qemu/socket