diff options
author | Mathieu Poirier | 2021-06-14 22:28:42 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2021-07-07 12:11:22 +0200 |
commit | e3e01466bff42b5ea977340d8d7d90df482b0c97 (patch) | |
tree | e3f07eb8a741c29dfd7be41a3d65552aaf2061ad /MAINTAINERS | |
parent | docs: add slot when adding new PCIe root port (diff) | |
download | qemu-e3e01466bff42b5ea977340d8d7d90df482b0c97.tar.gz qemu-e3e01466bff42b5ea977340d8d7d90df482b0c97.tar.xz qemu-e3e01466bff42b5ea977340d8d7d90df482b0c97.zip |
MAINTAINERS: Add maintainer for vhost-user RNG implementation
This patch adds entry for the vhost-user-rng related files.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Message-Id: <20210614202842.581640-6-mathieu.poirier@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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cfbf7ef79b..517f22b2e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1949,6 +1949,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 |