]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/virtio: Add boilerplate for vhost-user-scmi device
authorMilan Zamazal <mzamazal@redhat.com>
Wed, 28 Jun 2023 10:05:22 +0000 (12:05 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Jul 2023 20:17:07 +0000 (16:17 -0400)
commita5dab090e1425929a1a5a3034768cb33dab69bf4
treed53f4a4a851f886cb8c713f5d9a7495a7431633e
parent31f137e3d6c596883ecd572ff3c53eb03b0e87c7
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>
MAINTAINERS
hw/virtio/Kconfig
hw/virtio/meson.build
hw/virtio/vhost-user-scmi.c [new file with mode: 0644]
include/hw/virtio/vhost-user-scmi.h [new file with mode: 0644]