qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] vhost-user-test: Fixes & code clean-up
@ 2017-12-21 21:06 Maxime Coquelin
  2017-12-21 21:06 ` [Qemu-devel] [PATCH v2 1/5] vhost-user-test: fix features mask Maxime Coquelin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Maxime Coquelin @ 2017-12-21 21:06 UTC (permalink / raw)
  To: qemu-devel, stefanha, mst, mlureau; +Cc: Maxime Coquelin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1050 bytes --]


The two changes in this v2 are fixing the features mask
before the function rework, and reword of commit message
of patch "vhost-user-test: extract read-guest-mem test
from main loop" (Thanks Marc-André).

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: fix features mask
  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: use init_virtio_dev in multiqueue test

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

-- 
2.14.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-12-25  9:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 21:06 [Qemu-devel] [PATCH v2 0/5] vhost-user-test: Fixes & code clean-up Maxime Coquelin
2017-12-21 21:06 ` [Qemu-devel] [PATCH v2 1/5] vhost-user-test: fix features mask Maxime Coquelin
2017-12-21 21:06 ` [Qemu-devel] [PATCH v2 2/5] vhost-user-test: extract read-guest-mem test from main loop Maxime Coquelin
2017-12-21 21:06 ` [Qemu-devel] [PATCH v2 3/5] vhost-user-test: setup virtqueues in all tests Maxime Coquelin
2017-12-21 21:06 ` [Qemu-devel] [PATCH v2 4/5] vhost-user-test: make features mask an init_virtio_dev() argument Maxime Coquelin
2017-12-21 21:06 ` [Qemu-devel] [PATCH v2 5/5] vhost-user-test: use init_virtio_dev in multiqueue test Maxime Coquelin
2017-12-21 21:24 ` [Qemu-devel] [PATCH v2 0/5] vhost-user-test: Fixes & code clean-up no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).