OSDN Git Service

hw/virtio: Add vhost-user-scmi-pci boilerplate
authorMilan Zamazal <mzamazal@redhat.com>
Wed, 28 Jun 2023 10:05:23 +0000 (12:05 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 10 Jul 2023 20:17:08 +0000 (16:17 -0400)
commitc46b20cf83ed5088626671447e214de165ca5297
treeb5ee42b380ef7d836caf854a3f93a6ba70f72a2a
parenta5dab090e1425929a1a5a3034768cb33dab69bf4
hw/virtio: Add vhost-user-scmi-pci boilerplate

This allows is to instantiate a vhost-user-scmi device as part of a PCI bus.
It is mostly boilerplate similar to the other vhost-user-*-pci boilerplates
of similar devices.

Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Message-Id: <20230628100524.342666-3-mzamazal@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/meson.build
hw/virtio/vhost-user-scmi-pci.c [new file with mode: 0644]