Re: [Qemu-devel] [PATCH for-2.5 v3 0/3] vhost-user-test fixes

2015-11-30 Thread Alex Bennée

marcandre.lur...@redhat.com writes:

> From: Marc-André Lureau 
>
> This series fixes a number of races and crashes on glib < 2.36
> (with Travis build for ex).

When does this test get run normally? I don't see it when I do a "make
check" with a my build:

 ./configure 
--target-list=arm-softmmu,aarch64-softmmu,i386-softmmu,x86_64-softmmu

I was struggling to find any notes on running individual tests in the
docs.

>
> v2->v3:
> - quote glib documentation in commit message of last patch.
>
> v1->v2:
> - fix the last patch to not end up with check() callback instead of
>   prepare(): use named initializer.
>
> Marc-André Lureau (3):
>   vhost-user-test: fix chardriver race
>   vhost-user-test: use unix port for migration
>   vhost-user-test: fix crash with glib < 2.36
>
>  tests/vhost-user-test.c | 49 
> -
>  1 file changed, 40 insertions(+), 9 deletions(-)


--
Alex Bennée



Re: [Qemu-devel] [PATCH for-2.5 v3 0/3] vhost-user-test fixes

2015-11-30 Thread Marc-André Lureau
On Mon, Nov 30, 2015 at 4:14 PM, Alex Bennée  wrote:
> When does this test get run normally? I don't see it when I do a "make
> check" with a my build:
>
>  ./configure 
> --target-list=arm-softmmu,aarch64-softmmu,i386-softmmu,x86_64-softmmu

That should work, as long as kvm is enabled. However, while looking
into this, I found a similar issue when x86 target is missing. I just
sent patch.

> I was struggling to find any notes on running individual tests in the
> docs.


Did you find something about it?

-- 
Marc-André Lureau



Re: [Qemu-devel] [PATCH for-2.5 v3 0/3] vhost-user-test fixes

2015-11-30 Thread Marc-André Lureau
(sorry v3, git-publish don't mix well --subject-prefix and the versioning)

- Original Message -
> From: Marc-André Lureau 
> 
> This series fixes a number of races and crashes on glib < 2.36
> (with Travis build for ex).
> 
> v2->v3:
> - quote glib documentation in commit message of last patch.
> 
> v1->v2:
> - fix the last patch to not end up with check() callback instead of
>   prepare(): use named initializer.
> 
> Marc-André Lureau (3):
>   vhost-user-test: fix chardriver race
>   vhost-user-test: use unix port for migration
>   vhost-user-test: fix crash with glib < 2.36
> 
>  tests/vhost-user-test.c | 49
>  -
>  1 file changed, 40 insertions(+), 9 deletions(-)
> 
> --
> 2.5.0
> 
> 



[Qemu-devel] [PATCH for-2.5 v3 0/3] vhost-user-test fixes

2015-11-30 Thread marcandre . lureau
From: Marc-André Lureau 

This series fixes a number of races and crashes on glib < 2.36
(with Travis build for ex).

v2->v3:
- quote glib documentation in commit message of last patch.

v1->v2:
- fix the last patch to not end up with check() callback instead of
  prepare(): use named initializer.

Marc-André Lureau (3):
  vhost-user-test: fix chardriver race
  vhost-user-test: use unix port for migration
  vhost-user-test: fix crash with glib < 2.36

 tests/vhost-user-test.c | 49 -
 1 file changed, 40 insertions(+), 9 deletions(-)

-- 
2.5.0