Re: [Qemu-devel] [PATCH 6/6] qtest: enable vhost-user-test

2014-06-19 Thread Paolo Bonzini
Il 19/06/2014 17:41, Michael S. Tsirkin ha scritto: +check-qtest-i386-y += tests/vhost-user-test$(EXESUF) Just using check-qtest-i386-$(CONFIG_POSIX) will work. Windows doesn't have Unix sockets. Paolo

Re: [Qemu-devel] [PATCH 6/6] qtest: enable vhost-user-test

2014-06-19 Thread Michael S. Tsirkin
On Thu, Jun 19, 2014 at 06:09:05PM +0300, Nikolay Nikolaev wrote: > Also use qtest-obj-y to get the right library order. > > Signed-off-by: Nikolay Nikolaev Seems to still break mingw build. Please build-test it. > --- > tests/Makefile |6 +++--- > 1 file changed, 3 insertions(+), 3 deleti

[Qemu-devel] [PATCH 6/6] qtest: enable vhost-user-test

2014-06-19 Thread Nikolay Nikolaev
Also use qtest-obj-y to get the right library order. Signed-off-by: Nikolay Nikolaev --- tests/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 4caf7de..db4accf 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -156,7 +