Re: [Qemu-devel] [PATCH v3 5/5] vhost-user-test: use init_virtio_dev in multiqueue test

2017-12-22 Thread Marc-André Lureau
On Thu, Dec 21, 2017 at 10:21 PM, Maxime Coquelin wrote: > Now that init_virtio_dev() has been generalized to all cases, > use it in test_multiqueue() to avoid code duplication. > > Signed-off-by: Maxime Coquelin Reviewed-by: Marc-André Lureau > --- > tests/vhost-user-test.c | 65 > ++--

[Qemu-devel] [PATCH v3 5/5] vhost-user-test: use init_virtio_dev in multiqueue test

2017-12-21 Thread Maxime Coquelin
Now that init_virtio_dev() has been generalized to all cases, use it in test_multiqueue() to avoid code duplication. Signed-off-by: Maxime Coquelin --- tests/vhost-user-test.c | 65 ++--- 1 file changed, 8 insertions(+), 57 deletions(-) diff --git a/t