[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v8 11/11] virtio-crypto: add myself as virtio-crypto
From: |
Gonglei |
Subject: |
[Qemu-devel] [PATCH v8 11/11] virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer |
Date: |
Mon, 17 Oct 2016 18:03:43 +0800 |
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 <address@hidden>
---
MAINTAINERS | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index b01fec0..96fd24f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1003,6 +1003,13 @@ F: include/sysemu/rng*.h
F: backends/rng*.c
F: tests/virtio-rng-test.c
+virtio-crypto
+M: Gonglei <address@hidden>
+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 <address@hidden>
L: address@hidden
@@ -1248,6 +1255,12 @@ S: Maintained
F: backends/hostmem*.c
F: include/sysemu/hostmem.h
+Cryptodev Backends
+M: Gonglei <address@hidden>
+S: Maintained
+F: include/sysemu/cryptodev*.h
+F: backends/cryptodev*.c
+
QAPI
M: Markus Armbruster <address@hidden>
M: Michael Roth <address@hidden>
--
1.8.3.1
- [Qemu-devel] [PATCH v8 00/11] virtio-crypto: introduce framework and device emulation, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 11/11] virtio-crypto: add myself as virtio-crypto and cryptodev backends maintainer,
Gonglei <=
- [Qemu-devel] [PATCH v8 02/11] cryptodev: add symmetric algorithm operation stuff, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 10/11] cryptodev: introduce an unified wrapper for crypto operation, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 09/11] virtio-crypto: add data queue processing handler, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 01/11] cryptodev: introduce cryptodev backend interface, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 08/11] virtio-crypto: add control queue handler, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 03/11] virtio-crypto: introduce virtio_crypto.h, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 07/11] virtio-crypto: set capacity of algorithms supported, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 06/11] virtio-crypto-pci: add virtio crypto pci support, Gonglei, 2016/10/17
- [Qemu-devel] [PATCH v8 04/11] cryptodev: introduce a new cryptodev backend, Gonglei, 2016/10/17