qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] migration: Add co-maintainers for migration
@ 2023-10-03 14:38 Peter Xu
  2023-10-03 14:42 ` Fabiano Rosas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Xu @ 2023-10-03 14:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: peterx, Fabiano Rosas, Juan Quintela

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



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

* Re: [PATCH] migration: Add co-maintainers for migration
  2023-10-03 14:38 [PATCH] migration: Add co-maintainers for migration Peter Xu
@ 2023-10-03 14:42 ` Fabiano Rosas
  2023-10-03 14:51 ` Juan Quintela
  2023-10-03 15:05 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Fabiano Rosas @ 2023-10-03 14:42 UTC (permalink / raw)
  To: Peter Xu, qemu-devel; +Cc: peterx, Juan Quintela

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>


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

* Re: [PATCH] migration: Add co-maintainers for migration
  2023-10-03 14:38 [PATCH] migration: Add co-maintainers for migration Peter Xu
  2023-10-03 14:42 ` Fabiano Rosas
@ 2023-10-03 14:51 ` Juan Quintela
  2023-10-03 15:05 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Juan Quintela @ 2023-10-03 14:51 UTC (permalink / raw)
  To: Peter Xu; +Cc: qemu-devel, Fabiano Rosas

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



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

* Re: [PATCH] migration: Add co-maintainers for migration
  2023-10-03 14:38 [PATCH] migration: Add co-maintainers for migration Peter Xu
  2023-10-03 14:42 ` Fabiano Rosas
  2023-10-03 14:51 ` Juan Quintela
@ 2023-10-03 15:05 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-10-03 15:05 UTC (permalink / raw)
  To: Peter Xu, qemu-devel; +Cc: Fabiano Rosas, Juan Quintela

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>



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

end of thread, other threads:[~2023-10-03 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 14:38 [PATCH] migration: Add co-maintainers for migration Peter Xu
2023-10-03 14:42 ` Fabiano Rosas
2023-10-03 14:51 ` Juan Quintela
2023-10-03 15:05 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).