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
> ++--
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