diff options
author | Viresh Kumar | 2022-08-02 11:50:01 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2022-10-07 15:41:51 +0200 |
commit | 25c60a4612dd30976dc2c471ebe050dd5f6635a4 (patch) | |
tree | 9c08f5dcb5b19d202d3bed2c695929a51db3c1da /MAINTAINERS | |
parent | hw/virtio: add boilerplate for vhost-user-gpio device (diff) | |
download | qemu-25c60a4612dd30976dc2c471ebe050dd5f6635a4.tar.gz qemu-25c60a4612dd30976dc2c471ebe050dd5f6635a4.tar.xz qemu-25c60a4612dd30976dc2c471ebe050dd5f6635a4.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 66d519fe35..beccce4a7a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2102,7 +2102,7 @@ vhost-user-gpio M: Alex Bennée <alex.bennee@linaro.org> R: Viresh Kumar <viresh.kumar@linaro.org> S: Maintained -F: hw/virtio/vhost-user-gpio.c +F: hw/virtio/vhost-user-gpio* F: include/hw/virtio/vhost-user-gpio.h virtio-crypto |