diff mbox series

[5/5] MAINTAINERS: Add maintainer for vhost-user RNG implementation

Message ID 20210601200305.1772391-6-mathieu.poirier@linaro.org
State Superseded
Headers show
Series virtio: Add vhost-user based RNG service | expand

Commit Message

Mathieu Poirier June 1, 2021, 8:03 p.m. UTC
This patch adds entry for the vhost-user-rng related files.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
2.25.1
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 5f55404f2fae..6a0d61443571 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1937,6 +1937,15 @@  F: include/sysemu/rng*.h
 F: backends/rng*.c
 F: tests/qtest/virtio-rng-test.c
 
+vhost-user-rng
+M: Mathieu Poirier <mathieu.poirier@linaro.org>
+S: Supported
+F: docs/tools/vhost-user-rng.rst
+F: hw/virtio/vhost-user-rng.c
+F: hw/virtio/vhost-user-rng-pci.c
+F: include/hw/virtio/vhost-user-rng.h
+F: tools/vhost-user-rng/*
+
 virtio-crypto
 M: Gonglei <arei.gonglei@huawei.com>
 S: Supported