]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/virtio: add vhost-user-gpio-pci boilerplate
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 2 Aug 2022 09:50:01 +0000 (10:50 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Oct 2022 13:41:51 +0000 (09:41 -0400)
commit25c60a4612dd30976dc2c471ebe050dd5f6635a4
tree9c08f5dcb5b19d202d3bed2c695929a51db3c1da
parent27ba7b027f0f06479091bcfbcd308a6b272563a4
hw/virtio: add vhost-user-gpio-pci boilerplate

This allows is to instantiate a vhost-user-gpio device as part of a PCI
bus. It is mostly boilerplate which looks pretty similar to the
vhost-user-fs-pci device.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <5f560cab92d0d789b1c94295ec74b9952907d69d.1641987128.git.viresh.kumar@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220802095010.3330793-14-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
MAINTAINERS
hw/virtio/meson.build
hw/virtio/vhost-user-gpio-pci.c [new file with mode: 0644]