Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-03-02 Thread Laurent Vivier
On 02/03/2020 14:12, Philippe Mathieu-Daudé wrote: > On 3/2/20 1:30 PM, Laurent Vivier wrote: >> On 02/03/2020 12:19, Laurent Vivier wrote: >>> On 02/03/2020 11:53, Michael S. Tsirkin wrote: On Mon, Mar 02, 2020 at 10:50:16AM +0100, Laurent Vivier wrote: > On 01/03/2020 13:12, Michael S. T

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-03-02 Thread Philippe Mathieu-Daudé
On 3/2/20 1:30 PM, Laurent Vivier wrote: On 02/03/2020 12:19, Laurent Vivier wrote: On 02/03/2020 11:53, Michael S. Tsirkin wrote: On Mon, Mar 02, 2020 at 10:50:16AM +0100, Laurent Vivier wrote: On 01/03/2020 13:12, Michael S. Tsirkin wrote: On Fri, Feb 07, 2020 at 10:54:11AM +0100, Laurent V

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-03-02 Thread Laurent Vivier
On 02/03/2020 12:19, Laurent Vivier wrote: > On 02/03/2020 11:53, Michael S. Tsirkin wrote: >> On Mon, Mar 02, 2020 at 10:50:16AM +0100, Laurent Vivier wrote: >>> On 01/03/2020 13:12, Michael S. Tsirkin wrote: On Fri, Feb 07, 2020 at 10:54:11AM +0100, Laurent Vivier wrote: > vhost-user-bri

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-03-02 Thread Laurent Vivier
On 02/03/2020 11:53, Michael S. Tsirkin wrote: > On Mon, Mar 02, 2020 at 10:50:16AM +0100, Laurent Vivier wrote: >> On 01/03/2020 13:12, Michael S. Tsirkin wrote: >>> On Fri, Feb 07, 2020 at 10:54:11AM +0100, Laurent Vivier wrote: vhost-user-bridge is not a test. Move it to contrib/ and a

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-03-02 Thread Michael S. Tsirkin
On Mon, Mar 02, 2020 at 10:50:16AM +0100, Laurent Vivier wrote: > On 01/03/2020 13:12, Michael S. Tsirkin wrote: > > On Fri, Feb 07, 2020 at 10:54:11AM +0100, Laurent Vivier wrote: > >> vhost-user-bridge is not a test. Move it to contrib/ and > >> add it to the tools list. > >> > >> It will be buil

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-03-02 Thread Laurent Vivier
On 01/03/2020 13:12, Michael S. Tsirkin wrote: > On Fri, Feb 07, 2020 at 10:54:11AM +0100, Laurent Vivier wrote: >> vhost-user-bridge is not a test. Move it to contrib/ and >> add it to the tools list. >> >> It will be built only if tools (--enable-tools) and >> vhost-user (--enable-vhost-user) are

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-03-01 Thread Michael S. Tsirkin
On Fri, Feb 07, 2020 at 10:54:11AM +0100, Laurent Vivier wrote: > vhost-user-bridge is not a test. Move it to contrib/ and > add it to the tools list. > > It will be built only if tools (--enable-tools) and > vhost-user (--enable-vhost-user) are enabled (both are set > by default). > > Suggested-

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-02-10 Thread Stefan Hajnoczi
On Fri, Feb 07, 2020 at 10:54:11AM +0100, Laurent Vivier wrote: > vhost-user-bridge is not a test. Move it to contrib/ and > add it to the tools list. > > It will be built only if tools (--enable-tools) and > vhost-user (--enable-vhost-user) are enabled (both are set > by default). > > Suggested-

Re: [PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-02-07 Thread Juan Quintela
Laurent Vivier wrote: > vhost-user-bridge is not a test. Move it to contrib/ and > add it to the tools list. > > It will be built only if tools (--enable-tools) and > vhost-user (--enable-vhost-user) are enabled (both are set > by default). > > Suggested-by: Dr. David Alan Gilbert > Signed-off-by

[PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/

2020-02-07 Thread Laurent Vivier
vhost-user-bridge is not a test. Move it to contrib/ and add it to the tools list. It will be built only if tools (--enable-tools) and vhost-user (--enable-vhost-user) are enabled (both are set by default). Suggested-by: Dr. David Alan Gilbert Signed-off-by: Laurent Vivier Reviewed-by: Philippe