summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorViresh Kumar2022-08-02 11:50:00 +0200
committerMichael S. Tsirkin2022-10-07 15:41:51 +0200
commit27ba7b027f0f06479091bcfbcd308a6b272563a4 (patch)
treef662a003f593e187df76e405e91de7ae934d78b0 /MAINTAINERS
parenthw/virtio: move vhd->started check into helper and add FIXME (diff)
downloadqemu-27ba7b027f0f06479091bcfbcd308a6b272563a4.tar.gz
qemu-27ba7b027f0f06479091bcfbcd308a6b272563a4.tar.xz
qemu-27ba7b027f0f06479091bcfbcd308a6b272563a4.zip
hw/virtio: add boilerplate for vhost-user-gpio device
This creates the QEMU side of the vhost-user-gpio device which connects to the remote daemon. It is based of vhost-user-i2c code. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <5390324a748194a21bc99b1538e19761a8c64092.1641987128.git.viresh.kumar@linaro.org> [AJB: fixes for qtest, tweaks to feature bits] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Cc: Vincent Whitchurch <vincent.whitchurch@axis.com> Message-Id: <20220802095010.3330793-13-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--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e1530b51a2..66d519fe35 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2098,6 +2098,13 @@ F: hw/virtio/vhost-user-rng-pci.c
F: include/hw/virtio/vhost-user-rng.h
F: tools/vhost-user-rng/*
+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: include/hw/virtio/vhost-user-gpio.h
+
virtio-crypto
M: Gonglei <arei.gonglei@huawei.com>
S: Supported