From: Gonglei Date: Fri, 28 Oct 2016 08:33:31 +0000 (+0800) Subject: virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer X-Git-Tag: TizenStudio_2.0_p2.3.2~9^2~14^2~5^2~80^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6034011c7e00e9408e18d42a7fb807a0f12157fc;p=sdk%2Femulator%2Fqemu.git virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer This patch includes 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 Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/MAINTAINERS b/MAINTAINERS index 82d4d00..a396261 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1005,6 +1005,13 @@ 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 + nvme M: Keith Busch L: qemu-block@nongnu.org @@ -1250,6 +1257,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