qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] vhost-user-blk-test: add tests for the vhost-user-blk server
@ 2021-03-22  9:23 Stefan Hajnoczi
  2021-03-22  9:23 ` [PATCH 1/3] test: new qTest case to test the vhost-user-blk-server Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2021-03-22  9:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Laurent Vivier, Thomas Huth, qemu-block, Coiby Xu,
	Stefan Hajnoczi, Paolo Bonzini

These patches add a qtest for the vhost-user-blk server. CI found several
issues that caused these patches to be dropped from Michael Tsirkin and Kevin
Wolf's pull requests in the past. Hopefully they will go in smoothly this time!

Coiby Xu (1):
  test: new qTest case to test the vhost-user-blk-server

Stefan Hajnoczi (2):
  tests/qtest: add multi-queue test case to vhost-user-blk-test
  vhost-user-blk-test: test discard/write zeroes invalid inputs

 MAINTAINERS                         |   2 +
 tests/qtest/libqos/vhost-user-blk.h |  48 ++
 tests/qtest/libqos/vhost-user-blk.c | 130 ++++
 tests/qtest/vhost-user-blk-test.c   | 989 ++++++++++++++++++++++++++++
 tests/qtest/libqos/meson.build      |   1 +
 tests/qtest/meson.build             |   4 +
 6 files changed, 1174 insertions(+)
 create mode 100644 tests/qtest/libqos/vhost-user-blk.h
 create mode 100644 tests/qtest/libqos/vhost-user-blk.c
 create mode 100644 tests/qtest/vhost-user-blk-test.c

-- 
2.30.2


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

end of thread, other threads:[~2021-05-12 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  9:23 [PATCH 0/3] vhost-user-blk-test: add tests for the vhost-user-blk server Stefan Hajnoczi
2021-03-22  9:23 ` [PATCH 1/3] test: new qTest case to test the vhost-user-blk-server Stefan Hajnoczi
2021-03-22  9:23 ` [PATCH 2/3] tests/qtest: add multi-queue test case to vhost-user-blk-test Stefan Hajnoczi
2021-03-22  9:23 ` [PATCH 3/3] vhost-user-blk-test: test discard/write zeroes invalid inputs Stefan Hajnoczi
2021-05-11  8:23 ` [PATCH 0/3] vhost-user-blk-test: add tests for the vhost-user-blk server Stefan Hajnoczi
2021-05-12 15:02   ` Kevin Wolf

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).