Re: [Qemu-devel] [PATCH v3 07/13] test-char: split char_udp_test

2017-05-31 Thread Marc-André Lureau
On Tue, May 30, 2017 at 6:02 PM Anton Nefedov wrote: > makes it possible to test the existing chardev-udp > > Signed-off-by: Anton Nefedov > Reviewed-by: Marc-André Lureau > --- > tests/test-char.c | 58 > +++ > 1 file changed, 41 insertion

[Qemu-devel] [PATCH v3 07/13] test-char: split char_udp_test

2017-05-30 Thread Anton Nefedov
makes it possible to test the existing chardev-udp Signed-off-by: Anton Nefedov --- tests/test-char.c | 58 +++ 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/tests/test-char.c b/tests/test-char.c index d63d3d2..ad0752a 100644