qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] vhost-user-blk-test: add vhost-user-blk server tests
@ 2021-03-09  9:41 Stefan Hajnoczi
  2021-03-09  9:41 ` [PATCH 1/4] block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for now Stefan Hajnoczi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2021-03-09  9:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Laurent Vivier, Thomas Huth, qemu-block, Coiby Xu,
	Max Reitz, Stefan Hajnoczi, Paolo Bonzini

These patches were dropped from Kevin's last block pull request due to a GitLab
CI failure. The old CentOS 7 and opensuse Leap build images lack
memfd_create(2) (introduced in Linux around 2014). The vhost-user-blk server
had a dependency on memfd_create(2) due to VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD
and qemu-storage-daemon would fail to create a vhost-user-blk export.

Since we have not thought about or tested VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD
anyway, disable it for now. It can be re-enabled again later when it's needed
for reconnection support.

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

Stefan Hajnoczi (3):
  block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for now
  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 ++
 block/export/vhost-user-blk-server.c |   3 +-
 tests/qtest/libqos/vhost-user-blk.c  | 130 ++++
 tests/qtest/vhost-user-blk-test.c    | 983 +++++++++++++++++++++++++++
 tests/qtest/libqos/meson.build       |   1 +
 tests/qtest/meson.build              |   4 +
 7 files changed, 1169 insertions(+), 2 deletions(-)
 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.29.2


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

end of thread, other threads:[~2021-03-10 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09  9:41 [PATCH 0/4] vhost-user-blk-test: add vhost-user-blk server tests Stefan Hajnoczi
2021-03-09  9:41 ` [PATCH 1/4] block/export: disable VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD for now Stefan Hajnoczi
2021-03-09  9:41 ` [PATCH 2/4] test: new qTest case to test the vhost-user-blk-server Stefan Hajnoczi
2021-03-09  9:41 ` [PATCH 3/4] tests/qtest: add multi-queue test case to vhost-user-blk-test Stefan Hajnoczi
2021-03-09  9:41 ` [PATCH 4/4] vhost-user-blk-test: test discard/write zeroes invalid inputs Stefan Hajnoczi
2021-03-10 17:45 ` [PATCH 0/4] vhost-user-blk-test: add vhost-user-blk server tests 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).