From 40dea392f9ca606c2a0c53999d662670eb08b2d8 Mon Sep 17 00:00:00 2001 From: Yu Zhang Date: Mon, 29 Apr 2024 15:31:53 +0200 Subject: [PATCH] MAINTAINERS: Update the maintainers and reviewers for RDMA migration As the links [1][2] below stated, QEMU development community is currently having some difficulties in maintaining the RDMA migration subsystem due to the lack of resources (maintainers, test cases, test environment etc.) and considering to deprecate it. According to our user experience in the recent two years, we observed that RDMA is capable of providing higher migration speed and lower performance impact to a running VM, which can significantly improve the end-user's experience during the VM live migration. We believe that RDMA still plays a key role for the QoS and can't yet be replaced by TCP/IP for VM migration at the moment. With the consent and supports from Michael Galaxy, who has developed this feature for QEMU, we would like to take over the maintainer's role and create the necessary resources to maintain it further for the community. Jinpu Wang is the upstream maintainer of RNBD/RTRS. He is experienced in RDMA programming, and Yu Zhang maintains the downstream QEMU for IONOS cloud in production. [1] https://mail.gnu.org/archive/html/qemu-devel/2024-04/msg00001.html [2] https://mail.gnu.org/archive/html/qemu-devel/2024-04/msg00228.html Signed-off-by: Yu Zhang Signed-off-by: Jack Wang --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 302b6fd00c..54d32dff94 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3413,7 +3413,10 @@ F: util/userfaultfd.c X: migration/rdma* RDMA Migration +M: Yu Zhang +M: Jack Wang R: Li Zhijian +R: Michael Galaxy R: Peter Xu S: Odd Fixes F: migration/rdma* -- 2.25.1