diff options
author | Milan Zamazal <mzamazal@redhat.com> | 2023-06-28 12:05:22 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-07-10 16:17:07 -0400 |
commit | a5dab090e1425929a1a5a3034768cb33dab69bf4 (patch) | |
tree | d53f4a4a851f886cb8c713f5d9a7495a7431633e /MAINTAINERS | |
parent | 31f137e3d6c596883ecd572ff3c53eb03b0e87c7 (diff) |
hw/virtio: Add boilerplate for vhost-user-scmi device
This creates the QEMU side of the vhost-user-scmi device which connects to
the remote daemon. It is based on code of similar vhost-user devices.
Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Message-Id: <20230628100524.342666-2-mzamazal@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1817cfc62f..504dddb7dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2217,6 +2217,12 @@ F: hw/virtio/vhost-user-gpio* F: include/hw/virtio/vhost-user-gpio.h F: tests/qtest/libqos/virtio-gpio.* +vhost-user-scmi +R: mzamazal@redhat.com +S: Supported +F: hw/virtio/vhost-user-scmi* +F: include/hw/virtio/vhost-user-scmi.h + virtio-crypto M: Gonglei <arei.gonglei@huawei.com> S: Supported |