[Qemu-devel] [PATCH 0/5] vhost-user-test: Fixes & code clean-up

Maxime Coquelin posted 5 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171221170716.10709-1-maxime.coquelin@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
tests/vhost-user-test.c | 171 ++++++++++++++++++++++--------------------------
1 file changed, 79 insertions(+), 92 deletions(-)
[Qemu-devel] [PATCH 0/5] vhost-user-test: Fixes & code clean-up
Posted by Maxime Coquelin 6 years, 4 months ago
This series fixes two issues in vhost-user-test:
1. Setup virtqueues in all tests
2. Fix features mask for all but test_multiqueue()

The clean-ups comprises making read-guest-mem test consistent
with other tests by initializing the device in the qtest thread.
Also, some code factorization is done with regard to device
initialization so that all tests share the same init.

Maxime Coquelin (5):
  vhost-user-test: extract read-guest-mem test from main loop
  vhost-user-test: setup virtqueues in all tests
  vhost-user-test: make features mask an init_virtio_dev() argument
  vhost-user-test: fix features mask
  vhost-user-test: use init_virtio_dev in multiqueue test

 tests/vhost-user-test.c | 171 ++++++++++++++++++++++--------------------------
 1 file changed, 79 insertions(+), 92 deletions(-)

-- 
2.14.3