[Qemu-devel] [PATCH 04/10] qtest: Add error reporting to socket_accept()

2014-04-24 Thread Andreas Färber
We're not using the GLib infrastructure here, to allow cleaning up the sockets. Still, knowing why a certain test run failed can be valuable. Signed-off-by: Andreas Färber --- tests/libqtest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/libqtest.c b/tests/libqtest.c index 232f78

Re: [Qemu-devel] [PATCH 04/10] qtest: Add error reporting to socket_accept()

2014-04-24 Thread Stefan Hajnoczi
On Thu, Apr 24, 2014 at 02:49:17PM +0200, Andreas Färber wrote: > We're not using the GLib infrastructure here, to allow cleaning up the > sockets. Still, knowing why a certain test run failed can be valuable. > > Signed-off-by: Andreas Färber > --- > tests/libqtest.c | 3 +++ > 1 file changed,