]> git.ipfire.org Git - thirdparty/qemu.git/commit - MAINTAINERS
tests/qtest: enable tests for virtio-scmi
authorMilan Zamazal <mzamazal@redhat.com>
Wed, 28 Jun 2023 10:05:24 +0000 (12:05 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Jul 2023 20:17:08 +0000 (16:17 -0400)
commitb6f53ae005a1c05034769beebf799e861b82d48a
tree91c0f5f97564a9b15dbd2efa32bf991a16fcaf80
parentc46b20cf83ed5088626671447e214de165ca5297
tests/qtest: enable tests for virtio-scmi

We don't have a virtio-scmi implementation in QEMU and only support a
vhost-user backend.  This is very similar to virtio-gpio and we add the same
set of tests, just passing some vhost-user messages over the control socket.

Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230628100524.342666-4-mzamazal@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
MAINTAINERS
tests/qtest/libqos/meson.build
tests/qtest/libqos/virtio-scmi.c [new file with mode: 0644]
tests/qtest/libqos/virtio-scmi.h [new file with mode: 0644]
tests/qtest/vhost-user-test.c