qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] tests/qtest: enable tests for virtio-scmi


From: Thomas Huth
Subject: Re: [PATCH 4/4] tests/qtest: enable tests for virtio-scmi
Date: Wed, 31 May 2023 07:05:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

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 <mzamazal@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 <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]