From: Peter Xu Date: Mon, 25 Sep 2023 13:34:41 +0000 (-0400) Subject: MAINTAINERS: Add entry for rdma migration X-Git-Tag: pull-xenfv-stable-20231106~60^2~8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8ebcb4b31264a1b2e87f7c61c2d746be1974b333;p=users%2Fdwmw2%2Fqemu.git MAINTAINERS: Add entry for rdma migration It's not obvious to many that RDMA migration is in Odd Fixes stage for a long time. Add an explicit sub entry for it (besides migration, which already covers the rdma files) to be clear on that, meanwhile add Zhijian as Reviewer, so Zhijian can see the patches and review when he still has the bandwidth. Cc: Daniel P. Berrangé Cc: Juan Quintela Cc: Markus Armbruster Cc: Zhijian Li (Fujitsu) Cc: Fabiano Rosas Acked-by: Li Zhijian Reviewed-by: Juan Quintela Signed-off-by: Peter Xu Signed-off-by: Juan Quintela Message-ID: <20230925133441.265455-1-peterx@redhat.com> --- diff --git a/MAINTAINERS b/MAINTAINERS index 81625f036b..af730a327c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3222,6 +3222,15 @@ F: docs/devel/migration.rst F: qapi/migration.json F: tests/migration/ F: util/userfaultfd.c +X: migration/rdma* + +RDMA Migration +M: Juan Quintela +R: Li Zhijian +R: Peter Xu +R: Leonardo Bras +S: Odd Fixes +F: migration/rdma* Migration dirty limit and dirty page rate M: Hyman Huang