On 23/05/2023 16.38, Milan Zamazal wrote:
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 <mzama...@redhat.com>
---
MAINTAINERS | 1 +
tests/qtest/libqos/meson.build | 1 +
tests/qtest/libqos/virtio-scmi.c | 174 +++++++++++++++++++++++++++++++
tests/qtest/libqos/virtio-scmi.h | 34 ++++++
tests/qtest/vhost-user-test.c | 44 ++++++++
5 files changed, 254 insertions(+)
create mode 100644 tests/qtest/libqos/virtio-scmi.c
create mode 100644 tests/qtest/libqos/virtio-scmi.h
Acked-by: Thomas Huth <th...@redhat.com>