← Prev in month
← Prev in thread
[PATCH v4 13/13] virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer
This patch including two parts: Cryptodev Backends and virtio-crypto stuff. I can maintain cryptodev backends which introduced by myself. For virtio-crypto stuff, I can share the work with Michael (The whole virtio supporter). Signed-off-by: Gonglei <> --- MAINTAINERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f3c1f7f..1d5d6c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -963,6 +963,14 @@ F: include/sysemu/rng*.h F: backends/rng*.c F: tests/virtio-rng-test.c +virtio-crypto +M: Gonglei <> +S: Supported +F: hw/virtio/virtio-crypto.c +F: hw/virtio/virtio-crypto-pci.c +F: include/hw/virtio/virtio-crypto.h +F: tests/virtio-crypto-test.c + nvme M: Keith Busch <> L: @@ -1199,6 +1207,12 @@ S: Maintained F: backends/hostmem*.c F: include/sysemu/hostmem.h +Cryptodev Backends +M: Gonglei <> +S: Maintained +F: include/sysemu/cryptodev*.h +F: backends/cryptodev*.c + QAPI M: Markus Armbruster <> M: Michael Roth <> -- 1.7.12.4
← Prev in month
← Prev in thread