diff options
author | Gonglei | 2016-10-28 10:33:31 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2016-11-01 18:21:08 +0100 |
commit | 6034011c7e00e9408e18d42a7fb807a0f12157fc (patch) | |
tree | 1d485c9845d4956e376c26a13f087e4b3d4df8c2 /MAINTAINERS | |
parent | virtio-crypto: using bh to handle dataq's requests (diff) | |
download | qemu-6034011c7e00e9408e18d42a7fb807a0f12157fc.tar.gz qemu-6034011c7e00e9408e18d42a7fb807a0f12157fc.tar.xz qemu-6034011c7e00e9408e18d42a7fb807a0f12157fc.zip |
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 <arei.gonglei@huawei.com>
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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 82d4d0083b..a396261b79 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 <arei.gonglei@huawei.com> +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 <keith.busch@intel.com> L: qemu-block@nongnu.org @@ -1250,6 +1257,12 @@ S: Maintained F: backends/hostmem*.c F: include/sysemu/hostmem.h +Cryptodev Backends +M: Gonglei <arei.gonglei@huawei.com> +S: Maintained +F: include/sysemu/cryptodev*.h +F: backends/cryptodev*.c + QAPI M: Markus Armbruster <armbru@redhat.com> M: Michael Roth <mdroth@linux.vnet.ibm.com> |