Re: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-27 Thread Philippe Mathieu-Daudé
On 07/26/2017 02:52 PM, Michael S. Tsirkin wrote: On Tue, Jul 18, 2017 at 06:34:37PM +0200, Marc-André Lureau wrote: ... In the future, we may want to hide vhost-user from QAPI/introspection with conditional compilation, although the design of this hasn't been fully fleshed out yet and shouldn'

Re: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-27 Thread Michael S. Tsirkin
On Fri, Jul 28, 2017 at 01:31:31AM +0200, Marc-André Lureau wrote: > Hi > > On Wed, Jul 26, 2017 at 7:53 PM Michael S. Tsirkin wrote: > > > > On Tue, Jul 18, 2017 at 06:34:37PM +0200, Marc-André Lureau wrote: > > > Learn to compile out vhost-user. Keep it enabled by default on > > > non-mingw, th

Re: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-27 Thread Marc-André Lureau
Hi On Wed, Jul 26, 2017 at 7:53 PM Michael S. Tsirkin wrote: > > On Tue, Jul 18, 2017 at 06:34:37PM +0200, Marc-André Lureau wrote: > > Learn to compile out vhost-user. Keep it enabled by default on > > non-mingw, that is assumed to be on POSIX. > > > > When trying to make a vhost-user netdev, it

Re: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-26 Thread Michael S. Tsirkin
On Tue, Jul 18, 2017 at 06:34:37PM +0200, Marc-André Lureau wrote: > Learn to compile out vhost-user. Keep it enabled by default on > non-mingw, that is assumed to be on POSIX. > > When trying to make a vhost-user netdev, it gives the following error: > > -netdev vhost-user,id=foo,chardev=chr-tes

Re: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-18 Thread Michael S. Tsirkin
On Tue, Jul 18, 2017 at 06:34:37PM +0200, Marc-André Lureau wrote: > Learn to compile out vhost-user. Keep it enabled by default on > non-mingw, that is assumed to be on POSIX. > > When trying to make a vhost-user netdev, it gives the following error: > > -netdev vhost-user,id=foo,chardev=chr-tes

Re: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-18 Thread Marc-André Lureau
- Original Message - > Hi, > > This series failed build test on FreeBSD host. Please find the details below. > ... > GEN trace/generated-helpers.c > CC x86_64-softmmu/trace/control-target.o > CC x86_64-softmmu/gdbstub-xml.o > CC x86_64-softmmu/trace/generated-

Re: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-18 Thread no-reply
Hi, This series failed build test on FreeBSD host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCH] build-sys: add --disable-vhost-user Message-id: 20170718163437.18001-1-marcandre.lur...@redhat.com === TEST SCRIPT BEGIN === #!/bin/sh # Testing script will be invoked

[Qemu-devel] [PATCH] build-sys: add --disable-vhost-user

2017-07-18 Thread Marc-André Lureau
Learn to compile out vhost-user. Keep it enabled by default on non-mingw, that is assumed to be on POSIX. When trying to make a vhost-user netdev, it gives the following error: -netdev vhost-user,id=foo,chardev=chr-test: Parameter 'type' expects a netdev backend type And similar error with the