From: zhenwei pi <pizhen...@bytedance.com> I developed the akcipher service, QoS setting, QMP/HMP commands and statistics accounting for crypto device. Making myself as the maintainer for QEMU's cryptodev.
Cc: Gonglei <arei.gong...@huawei.com> Signed-off-by: zhenwei pi <pizhen...@bytedance.com> Message-Id: <20230301105847.253084-13-pizhen...@bytedance.com> Reviewed-by: Michael S. Tsirkin <m...@redhat.com> Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index cbb05de8eb..72ac2ac4b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2876,6 +2876,7 @@ T: git https://gitlab.com/ehabkost/qemu.git machine-next Cryptodev Backends M: Gonglei <arei.gong...@huawei.com> +M: zhenwei pi <pizhen...@bytedance.com> S: Maintained F: include/sysemu/cryptodev*.h F: backends/cryptodev*.c -- MST