Re: [Qemu-devel] [PATCH v6 3/4] sockets: factor out create_fast_reuse_socket

2017-08-07 Thread Daniel P. Berrange
On Sat, Jul 29, 2017 at 11:18:17PM +0200, Knut Omang wrote: > Another refactoring step to prepare for fixing the problem > exposed with the test-listen test in the previous commit > > Signed-off-by: Knut Omang > --- > util/qemu-sockets.c | 15 --- > 1 file changed, 12 insertions(+),

[Qemu-devel] [PATCH v6 3/4] sockets: factor out create_fast_reuse_socket

2017-07-29 Thread Knut Omang
Another refactoring step to prepare for fixing the problem exposed with the test-listen test in the previous commit Signed-off-by: Knut Omang --- util/qemu-sockets.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/util/qemu-sockets.c b/util/qemu-sockets.c ind