diff options
author | Coiby Xu | 2021-03-22 10:23:25 +0100 |
---|---|---|
committer | Kevin Wolf | 2021-05-18 12:57:38 +0200 |
commit | 806952026df41939680abe92b329715b9b4e01cc (patch) | |
tree | 568f8205474c3cd7bc076e54c2ca51fd9f022c36 /MAINTAINERS | |
parent | block/export: improve vu_blk_sect_range_ok() (diff) | |
download | qemu-806952026df41939680abe92b329715b9b4e01cc.tar.gz qemu-806952026df41939680abe92b329715b9b4e01cc.tar.xz qemu-806952026df41939680abe92b329715b9b4e01cc.zip |
test: new qTest case to test the vhost-user-blk-server
This test case has the same tests as tests/virtio-blk-test.c except for
tests have block_resize. Since the vhost-user-blk export only serves one
client one time, two exports are started by qemu-storage-daemon for the
hotplug test.
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Coiby Xu <coiby.xu@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20210309094106.196911-3-stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20210322092327.150720-2-stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 78561a223f..15028172b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3244,6 +3244,8 @@ F: block/export/vhost-user-blk-server.c F: block/export/vhost-user-blk-server.h F: include/qemu/vhost-user-server.h F: tests/qtest/libqos/vhost-user-blk.c +F: tests/qtest/libqos/vhost-user-blk.h +F: tests/qtest/vhost-user-blk-test.c F: util/vhost-user-server.c FUSE block device exports |