Re: [Qemu-devel] [PATCH] fixup! vhost-user-test: create a main loop per TestServer

2019-02-20 Thread Michael S. Tsirkin
On Wed, Feb 20, 2019 at 04:47:01PM +0100, Paolo Bonzini wrote: > Fix a hang that is only latent until qgraph is merged. > > Signed-off-by: Paolo Bonzini I squashed this in, thanks! > --- > tests/vhost-user-test.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tes

[Qemu-devel] [PATCH] fixup! vhost-user-test: create a main loop per TestServer

2019-02-20 Thread Paolo Bonzini
Fix a hang that is only latent until qgraph is merged. Signed-off-by: Paolo Bonzini --- tests/vhost-user-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/vhost-user-test.c b/tests/vhost-user-test.c index 33030e0..527d3b3 100644 --- a/tests/vhost-user-test.c ++