[PATCH] migration: Add co-maintainers for migration

Peter Xu posted 1 patch 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231003143847.9245-1-peterx@redhat.com
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] migration: Add co-maintainers for migration
Posted by Peter Xu 7 months ago
Per the qemu upstream call a few hours ago, proposing Fabiano and myself as
the co-maintainer for migration subsystem to help Juan.

Cc: Fabiano Rosas <farosas@suse.de>
Cc: Juan Quintela <quintela@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
---

Fabiano, would you please ack here publically to acknowledge that you're
fine with it?  Thank you!

Signed-off-by: Peter Xu <peterx@redhat.com>
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 81625f036b..fc6e09aa31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3207,7 +3207,8 @@ F: scripts/checkpatch.pl
 
 Migration
 M: Juan Quintela <quintela@redhat.com>
-R: Peter Xu <peterx@redhat.com>
+M: Peter Xu <peterx@redhat.com>
+M: Fabiano Rosas <farosas@suse.de>
 R: Leonardo Bras <leobras@redhat.com>
 S: Maintained
 F: hw/core/vmstate-if.c
-- 
2.41.0
Re: [PATCH] migration: Add co-maintainers for migration
Posted by Philippe Mathieu-Daudé 7 months ago
On 3/10/23 16:38, Peter Xu wrote:
> Per the qemu upstream call a few hours ago, proposing Fabiano and myself as
> the co-maintainer for migration subsystem to help Juan.
> 
> Cc: Fabiano Rosas <farosas@suse.de>
> Cc: Juan Quintela <quintela@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
> 
> Fabiano, would you please ack here publically to acknowledge that you're
> fine with it?  Thank you!
> 
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 81625f036b..fc6e09aa31 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3207,7 +3207,8 @@ F: scripts/checkpatch.pl
>   
>   Migration
>   M: Juan Quintela <quintela@redhat.com>
> -R: Peter Xu <peterx@redhat.com>
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>

Thanks both of you!

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


Re: [PATCH] migration: Add co-maintainers for migration
Posted by Juan Quintela 7 months ago
Peter Xu <peterx@redhat.com> wrote:
> Per the qemu upstream call a few hours ago, proposing Fabiano and myself as
> the co-maintainer for migration subsystem to help Juan.
>
> Cc: Fabiano Rosas <farosas@suse.de>
> Cc: Juan Quintela <quintela@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>
> Fabiano, would you please ack here publically to acknowledge that you're
> fine with it?  Thank you!
>
> Signed-off-by: Peter Xu <peterx@redhat.com>

Reviewed-by: Juan Quintela <quintela@redhat.com>

Queed.

> ---
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 81625f036b..fc6e09aa31 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3207,7 +3207,8 @@ F: scripts/checkpatch.pl
>  
>  Migration
>  M: Juan Quintela <quintela@redhat.com>
> -R: Peter Xu <peterx@redhat.com>
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
>  R: Leonardo Bras <leobras@redhat.com>
>  S: Maintained
>  F: hw/core/vmstate-if.c
Re: [PATCH] migration: Add co-maintainers for migration
Posted by Fabiano Rosas 7 months ago
Peter Xu <peterx@redhat.com> writes:

> Per the qemu upstream call a few hours ago, proposing Fabiano and myself as
> the co-maintainer for migration subsystem to help Juan.
>
> Cc: Fabiano Rosas <farosas@suse.de>
> Cc: Juan Quintela <quintela@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>

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