QEMU-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update RDMA migration entry with M:
@ 2026-05-11 14:30 Peter Xu
  2026-05-11 17:48 ` Peter Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Peter Xu @ 2026-05-11 14:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: peterx, Zhijian Li (Fujitsu), Markus Armbruster

We wanted to remove RDMA migration once but that didn't go further.  In
reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
merged one new parameter for it, for performance improvements.

Markus pointed out we'd better have at least one M: for it to match
anything that is not orphaned.

Remove the X: for Migration entry for RDMA files, then it'll start to cover
RDMA migration again. Keep the separate entry so Zhijian can keep getting
copied, and copy the M:s over to say someone is collecting patches.
Logically these M:s aren't needed after removing X:, but make it clearer.

Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d3d645953..c57ef413ca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3758,11 +3758,11 @@ F: docs/devel/migration/
 F: qapi/migration.json
 F: tests/migration-stress/
 F: util/userfaultfd.c
-X: migration/rdma*
 
 RDMA Migration
+M: Peter Xu <peterx@redhat.com>
+M: Fabiano Rosas <farosas@suse.de>
 R: Li Zhijian <lizhijian@fujitsu.com>
-R: Peter Xu <peterx@redhat.com>
 S: Odd Fixes
 F: migration/rdma*
 F: scripts/rdma-migration-helper.sh
-- 
2.53.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
  2026-05-11 14:30 [PATCH] MAINTAINERS: Update RDMA migration entry with M: Peter Xu
@ 2026-05-11 17:48 ` Peter Xu
  2026-05-11 18:48 ` Fabiano Rosas
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Xu @ 2026-05-11 17:48 UTC (permalink / raw)
  To: qemu-devel, Fabiano Rosas; +Cc: Zhijian Li (Fujitsu), Markus Armbruster

I somehow thought this will copy Fabiano by default.. now copied.

On Mon, May 11, 2026 at 10:30:26AM -0400, Peter Xu wrote:
> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
> 
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
> 
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
> 
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d3d645953..c57ef413ca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3758,11 +3758,11 @@ F: docs/devel/migration/
>  F: qapi/migration.json
>  F: tests/migration-stress/
>  F: util/userfaultfd.c
> -X: migration/rdma*
>  
>  RDMA Migration
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
>  R: Li Zhijian <lizhijian@fujitsu.com>
> -R: Peter Xu <peterx@redhat.com>
>  S: Odd Fixes
>  F: migration/rdma*
>  F: scripts/rdma-migration-helper.sh
> -- 
> 2.53.0
> 

-- 
Peter Xu



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
  2026-05-11 14:30 [PATCH] MAINTAINERS: Update RDMA migration entry with M: Peter Xu
  2026-05-11 17:48 ` Peter Xu
@ 2026-05-11 18:48 ` Fabiano Rosas
  2026-05-12  7:44 ` Markus Armbruster
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Fabiano Rosas @ 2026-05-11 18:48 UTC (permalink / raw)
  To: Peter Xu, qemu-devel; +Cc: peterx, Zhijian Li (Fujitsu), Markus Armbruster

Peter Xu <peterx@redhat.com> writes:

> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
>
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
>
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
>
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d3d645953..c57ef413ca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3758,11 +3758,11 @@ F: docs/devel/migration/
>  F: qapi/migration.json
>  F: tests/migration-stress/
>  F: util/userfaultfd.c
> -X: migration/rdma*
>  
>  RDMA Migration
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
>  R: Li Zhijian <lizhijian@fujitsu.com>
> -R: Peter Xu <peterx@redhat.com>
>  S: Odd Fixes
>  F: migration/rdma*
>  F: scripts/rdma-migration-helper.sh

Acked-by: Fabiano Rosas <farosas@suse.de>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
  2026-05-11 14:30 [PATCH] MAINTAINERS: Update RDMA migration entry with M: Peter Xu
  2026-05-11 17:48 ` Peter Xu
  2026-05-11 18:48 ` Fabiano Rosas
@ 2026-05-12  7:44 ` Markus Armbruster
  2026-05-13  7:41 ` Zhijian Li (Fujitsu)
  2026-05-13 17:45 ` Markus Armbruster
  4 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2026-05-12  7:44 UTC (permalink / raw)
  To: Peter Xu; +Cc: qemu-devel, Zhijian Li (Fujitsu)

Peter Xu <peterx@redhat.com> writes:

> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
>
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
>
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
>
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>

Reviewed-by: Markus Armbruster <armbru@redhat.com>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
  2026-05-11 14:30 [PATCH] MAINTAINERS: Update RDMA migration entry with M: Peter Xu
                   ` (2 preceding siblings ...)
  2026-05-12  7:44 ` Markus Armbruster
@ 2026-05-13  7:41 ` Zhijian Li (Fujitsu)
  2026-05-13 17:45 ` Markus Armbruster
  4 siblings, 0 replies; 6+ messages in thread
From: Zhijian Li (Fujitsu) @ 2026-05-13  7:41 UTC (permalink / raw)
  To: Peter Xu, qemu-devel@nongnu.org; +Cc: Markus Armbruster



On 11/05/2026 22:30, Peter Xu wrote:
> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
> 
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
> 
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
> 
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>

thanks,

Acked-by: Li Zhijian <lizhijian@fujitsu.com>


> ---
>   MAINTAINERS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d3d645953..c57ef413ca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3758,11 +3758,11 @@ F: docs/devel/migration/
>   F: qapi/migration.json
>   F: tests/migration-stress/
>   F: util/userfaultfd.c
> -X: migration/rdma*
>   
>   RDMA Migration
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
>   R: Li Zhijian <lizhijian@fujitsu.com>
> -R: Peter Xu <peterx@redhat.com>
>   S: Odd Fixes
>   F: migration/rdma*
>   F: scripts/rdma-migration-helper.sh

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
  2026-05-11 14:30 [PATCH] MAINTAINERS: Update RDMA migration entry with M: Peter Xu
                   ` (3 preceding siblings ...)
  2026-05-13  7:41 ` Zhijian Li (Fujitsu)
@ 2026-05-13 17:45 ` Markus Armbruster
  4 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2026-05-13 17:45 UTC (permalink / raw)
  To: Peter Xu; +Cc: qemu-devel, Zhijian Li (Fujitsu)

Peter Xu <peterx@redhat.com> writes:

> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
>
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
>
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
>
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>

I'll take this through my tree.  Thanks!



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-13 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 14:30 [PATCH] MAINTAINERS: Update RDMA migration entry with M: Peter Xu
2026-05-11 17:48 ` Peter Xu
2026-05-11 18:48 ` Fabiano Rosas
2026-05-12  7:44 ` Markus Armbruster
2026-05-13  7:41 ` Zhijian Li (Fujitsu)
2026-05-13 17:45 ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox