Re: [Qemu-devel] [PATCHv2] tests: re-enable vhost-user-test

2015-10-27 Thread Michael S. Tsirkin
On Tue, Oct 27, 2015 at 10:33:26AM -0400, Marc-André Lureau wrote: > Hi > > - Original Message - > > On 26 October 2015 at 14:32, wrote: > > > From: Marc-André Lureau > > > > > > Commit 7fe34ca9c2e actually disabled vhost-user-test altogether, > > > since CONFIG_VHOST_NET is a per-targe

Re: [Qemu-devel] [PATCHv2] tests: re-enable vhost-user-test

2015-10-27 Thread Marc-André Lureau
Hi - Original Message - > On 26 October 2015 at 14:32, wrote: > > From: Marc-André Lureau > > > > Commit 7fe34ca9c2e actually disabled vhost-user-test altogether, > > since CONFIG_VHOST_NET is a per-target config variable. > > > > tests/vhost-user-test is already x86/x64 softmmu specifi

Re: [Qemu-devel] [PATCHv2] tests: re-enable vhost-user-test

2015-10-26 Thread Peter Maydell
On 26 October 2015 at 14:32, wrote: > From: Marc-André Lureau > > Commit 7fe34ca9c2e actually disabled vhost-user-test altogether, > since CONFIG_VHOST_NET is a per-target config variable. > > tests/vhost-user-test is already x86/x64 softmmu specific test, in order > to enable it correctly, kvm

[Qemu-devel] [PATCHv2] tests: re-enable vhost-user-test

2015-10-26 Thread marcandre . lureau
From: Marc-André Lureau Commit 7fe34ca9c2e actually disabled vhost-user-test altogether, since CONFIG_VHOST_NET is a per-target config variable. tests/vhost-user-test is already x86/x64 softmmu specific test, in order to enable it correctly, kvm & vhost-net are also conditions. To check that, se