qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
@ 2023-03-30  9:55 Dr. David Alan Gilbert (git)
  2023-03-30  9:58 ` Dr. David Alan Gilbert
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2023-03-30  9:55 UTC (permalink / raw)
  To: qemu-devel, stefanha, quintela, dave; +Cc: peter.maydell, alex.bennee

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

I'm leaving Red Hat next week, so clean up the maintainer entries.

'virtiofs' is just the device code now, so is pretty small, and
Stefan is still a maintainer there.

'migration' still has Juan.

For 'HMP' I'll swing that over to my personal email.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 MAINTAINERS | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ef45b5e71e..f0f7fb3746 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2119,7 +2119,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
 L: qemu-s390x@nongnu.org
 
 virtiofs
-M: Dr. David Alan Gilbert <dgilbert@redhat.com>
 M: Stefan Hajnoczi <stefanha@redhat.com>
 S: Supported
 F: hw/virtio/vhost-user-fs*
@@ -2863,7 +2862,7 @@ F: tests/unit/test-rcu-*.c
 F: util/rcu.c
 
 Human Monitor (HMP)
-M: Dr. David Alan Gilbert <dgilbert@redhat.com>
+M: Dr. David Alan Gilbert <dave@treblig.org>
 S: Maintained
 F: monitor/monitor-internal.h
 F: monitor/misc.c
@@ -3136,7 +3135,6 @@ F: scripts/checkpatch.pl
 
 Migration
 M: Juan Quintela <quintela@redhat.com>
-M: Dr. David Alan Gilbert <dgilbert@redhat.com>
 S: Maintained
 F: hw/core/vmstate-if.c
 F: include/hw/vmstate-if.h
-- 
2.39.2



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

* Re: [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
  2023-03-30  9:55 [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries Dr. David Alan Gilbert (git)
@ 2023-03-30  9:58 ` Dr. David Alan Gilbert
  2023-03-30 12:40 ` Philippe Mathieu-Daudé
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Dr. David Alan Gilbert @ 2023-03-30  9:58 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git)
  Cc: qemu-devel, stefanha, quintela, peter.maydell, alex.bennee

* Dr. David Alan Gilbert (git) (dgilbert@redhat.com) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> I'm leaving Red Hat next week, so clean up the maintainer entries.
> 
> 'virtiofs' is just the device code now, so is pretty small, and
> Stefan is still a maintainer there.
> 
> 'migration' still has Juan.
> 
> For 'HMP' I'll swing that over to my personal email.
> 
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

Acked-by: Dr. David Alan Gilbert <dave@treblig.org>

> ---
>  MAINTAINERS | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ef45b5e71e..f0f7fb3746 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2119,7 +2119,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>  L: qemu-s390x@nongnu.org
>  
>  virtiofs
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  M: Stefan Hajnoczi <stefanha@redhat.com>
>  S: Supported
>  F: hw/virtio/vhost-user-fs*
> @@ -2863,7 +2862,7 @@ F: tests/unit/test-rcu-*.c
>  F: util/rcu.c
>  
>  Human Monitor (HMP)
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
> +M: Dr. David Alan Gilbert <dave@treblig.org>
>  S: Maintained
>  F: monitor/monitor-internal.h
>  F: monitor/misc.c
> @@ -3136,7 +3135,6 @@ F: scripts/checkpatch.pl
>  
>  Migration
>  M: Juan Quintela <quintela@redhat.com>
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  S: Maintained
>  F: hw/core/vmstate-if.c
>  F: include/hw/vmstate-if.h
> -- 
> 2.39.2
> 
-- 
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
\        dave @ treblig.org |                               | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/


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

* Re: [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
  2023-03-30  9:55 [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries Dr. David Alan Gilbert (git)
  2023-03-30  9:58 ` Dr. David Alan Gilbert
@ 2023-03-30 12:40 ` Philippe Mathieu-Daudé
  2023-03-30 14:37 ` Stefan Hajnoczi
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-03-30 12:40 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git), qemu-devel, stefanha, quintela,
	dave
  Cc: peter.maydell, alex.bennee

On 30/3/23 11:55, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> I'm leaving Red Hat next week, so clean up the maintainer entries.
> 
> 'virtiofs' is just the device code now, so is pretty small, and
> Stefan is still a maintainer there.
> 
> 'migration' still has Juan.
> 
> For 'HMP' I'll swing that over to my personal email.

Thanks! (and for your tremendous previous contributions)

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

> 
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>   MAINTAINERS | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)



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

* Re: [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
  2023-03-30  9:55 [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries Dr. David Alan Gilbert (git)
  2023-03-30  9:58 ` Dr. David Alan Gilbert
  2023-03-30 12:40 ` Philippe Mathieu-Daudé
@ 2023-03-30 14:37 ` Stefan Hajnoczi
  2023-04-03 13:40 ` Juan Quintela
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Stefan Hajnoczi @ 2023-03-30 14:37 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git)
  Cc: qemu-devel, stefanha, quintela, dave, peter.maydell, alex.bennee

On Thu, 30 Mar 2023 at 05:56, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
>
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> I'm leaving Red Hat next week, so clean up the maintainer entries.
>
> 'virtiofs' is just the device code now, so is pretty small, and
> Stefan is still a maintainer there.
>
> 'migration' still has Juan.
>
> For 'HMP' I'll swing that over to my personal email.
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>  MAINTAINERS | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ef45b5e71e..f0f7fb3746 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2119,7 +2119,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>  L: qemu-s390x@nongnu.org
>
>  virtiofs
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  M: Stefan Hajnoczi <stefanha@redhat.com>
>  S: Supported
>  F: hw/virtio/vhost-user-fs*

Thank you for all the great work over the years, Dave! Doing virtiofs
together was a highlight.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>


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

* Re: [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
  2023-03-30  9:55 [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries Dr. David Alan Gilbert (git)
                   ` (2 preceding siblings ...)
  2023-03-30 14:37 ` Stefan Hajnoczi
@ 2023-04-03 13:40 ` Juan Quintela
  2023-04-03 15:16 ` Zhang, Chen
  2023-04-03 17:27 ` Markus Armbruster
  5 siblings, 0 replies; 7+ messages in thread
From: Juan Quintela @ 2023-04-03 13:40 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git)
  Cc: qemu-devel, stefanha, dave, peter.maydell, alex.bennee

"Dr. David Alan Gilbert (git)" <dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> I'm leaving Red Hat next week, so clean up the maintainer entries.
>
> 'virtiofs' is just the device code now, so is pretty small, and
> Stefan is still a maintainer there.
>
> 'migration' still has Juan.
>
> For 'HMP' I'll swing that over to my personal email.
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

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

So long and thanks for all the fish, sir.

> ---
>  MAINTAINERS | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ef45b5e71e..f0f7fb3746 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2119,7 +2119,6 @@ T: git https://github.com/borntraeger/qemu.git s390-next
>  L: qemu-s390x@nongnu.org
>  
>  virtiofs
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  M: Stefan Hajnoczi <stefanha@redhat.com>
>  S: Supported
>  F: hw/virtio/vhost-user-fs*
> @@ -2863,7 +2862,7 @@ F: tests/unit/test-rcu-*.c
>  F: util/rcu.c
>  
>  Human Monitor (HMP)
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
> +M: Dr. David Alan Gilbert <dave@treblig.org>
>  S: Maintained
>  F: monitor/monitor-internal.h
>  F: monitor/misc.c
> @@ -3136,7 +3135,6 @@ F: scripts/checkpatch.pl
>  
>  Migration
>  M: Juan Quintela <quintela@redhat.com>
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  S: Maintained
>  F: hw/core/vmstate-if.c
>  F: include/hw/vmstate-if.h



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

* RE: [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
  2023-03-30  9:55 [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries Dr. David Alan Gilbert (git)
                   ` (3 preceding siblings ...)
  2023-04-03 13:40 ` Juan Quintela
@ 2023-04-03 15:16 ` Zhang, Chen
  2023-04-03 17:27 ` Markus Armbruster
  5 siblings, 0 replies; 7+ messages in thread
From: Zhang, Chen @ 2023-04-03 15:16 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git), qemu-devel@nongnu.org,
	stefanha@redhat.com, quintela@redhat.com, dave@treblig.org
  Cc: peter.maydell@linaro.org, alex.bennee@linaro.org



> -----Original Message-----
> From: qemu-devel-bounces+chen.zhang=intel.com@nongnu.org <qemu-
> devel-bounces+chen.zhang=intel.com@nongnu.org> On Behalf Of Dr. David
> Alan Gilbert (git)
> Sent: Thursday, March 30, 2023 5:55 PM
> To: qemu-devel@nongnu.org; stefanha@redhat.com; quintela@redhat.com;
> dave@treblig.org
> Cc: peter.maydell@linaro.org; alex.bennee@linaro.org
> Subject: [PATCH] MAINTAINERS: Remove and change David Gilbert
> maintainer entries
> 
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> I'm leaving Red Hat next week, so clean up the maintainer entries.
> 
> 'virtiofs' is just the device code now, so is pretty small, and Stefan is still a
> maintainer there.
> 
> 'migration' still has Juan.

Reviewed-by: Zhang Chen <chen.zhang@intel.com>

Thanks for the guidance and help with the migration/HMP/QMP... over the years.
Good luck Dave.


> 
> For 'HMP' I'll swing that over to my personal email.
> 
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>  MAINTAINERS | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ef45b5e71e..f0f7fb3746 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2119,7 +2119,6 @@ T: git https://github.com/borntraeger/qemu.git
> s390-next
>  L: qemu-s390x@nongnu.org
> 
>  virtiofs
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  M: Stefan Hajnoczi <stefanha@redhat.com>
>  S: Supported
>  F: hw/virtio/vhost-user-fs*
> @@ -2863,7 +2862,7 @@ F: tests/unit/test-rcu-*.c
>  F: util/rcu.c
> 
>  Human Monitor (HMP)
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
> +M: Dr. David Alan Gilbert <dave@treblig.org>
>  S: Maintained
>  F: monitor/monitor-internal.h
>  F: monitor/misc.c
> @@ -3136,7 +3135,6 @@ F: scripts/checkpatch.pl
> 
>  Migration
>  M: Juan Quintela <quintela@redhat.com>
> -M: Dr. David Alan Gilbert <dgilbert@redhat.com>
>  S: Maintained
>  F: hw/core/vmstate-if.c
>  F: include/hw/vmstate-if.h
> --
> 2.39.2
> 



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

* Re: [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries
  2023-03-30  9:55 [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries Dr. David Alan Gilbert (git)
                   ` (4 preceding siblings ...)
  2023-04-03 15:16 ` Zhang, Chen
@ 2023-04-03 17:27 ` Markus Armbruster
  5 siblings, 0 replies; 7+ messages in thread
From: Markus Armbruster @ 2023-04-03 17:27 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git)
  Cc: qemu-devel, stefanha, quintela, dave, peter.maydell, alex.bennee

"Dr. David Alan Gilbert (git)" <dgilbert@redhat.com> writes:

> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> I'm leaving Red Hat next week, so clean up the maintainer entries.
>
> 'virtiofs' is just the device code now, so is pretty small, and
> Stefan is still a maintainer there.
>
> 'migration' still has Juan.
>
> For 'HMP' I'll swing that over to my personal email.
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

Thank you for you distinguished service, and thank you some more for
staying on as HMP maintainer.

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



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

end of thread, other threads:[~2023-04-03 17:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30  9:55 [PATCH] MAINTAINERS: Remove and change David Gilbert maintainer entries Dr. David Alan Gilbert (git)
2023-03-30  9:58 ` Dr. David Alan Gilbert
2023-03-30 12:40 ` Philippe Mathieu-Daudé
2023-03-30 14:37 ` Stefan Hajnoczi
2023-04-03 13:40 ` Juan Quintela
2023-04-03 15:16 ` Zhang, Chen
2023-04-03 17:27 ` Markus Armbruster

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).