* [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes'
@ 2022-11-17 15:32 Daniel Henrique Barboza
2022-11-17 16:09 ` Cédric Le Goater
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Daniel Henrique Barboza @ 2022-11-17 15:32 UTC (permalink / raw)
To: qemu-devel
Cc: qemu-ppc, Daniel Henrique Barboza, Cédric Le Goater,
David Gibson, Greg Kurz
The maintainer is no longer being paid to maintain these components. All
maintainership work is being done in his personal time since the middle
of the 7.2 development cycle.
Change the status of PPC KVM CPUs, PPC TCG CPUs and the pSeries machine
to 'Odd Fixes', reflecting that the maintainer no longer has exclusive
time to dedicate to them. It'll also (hopefully) keep expectations under
check when/if these components are used in a customer product.
Cc: Cédric Le Goater <clg@kaod.org>
Cc: David Gibson <david@gibson.dropbear.id.au>
Cc: Greg Kurz <groug@kaod.org>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index be151f0024..1d43153e5f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -264,7 +264,7 @@ R: Cédric Le Goater <clg@kaod.org>
R: David Gibson <david@gibson.dropbear.id.au>
R: Greg Kurz <groug@kaod.org>
L: qemu-ppc@nongnu.org
-S: Maintained
+S: Odd Fixes
F: target/ppc/
F: hw/ppc/ppc.c
F: hw/ppc/ppc_booke.c
@@ -389,7 +389,7 @@ M: Daniel Henrique Barboza <danielhb413@gmail.com>
R: Cédric Le Goater <clg@kaod.org>
R: David Gibson <david@gibson.dropbear.id.au>
R: Greg Kurz <groug@kaod.org>
-S: Maintained
+S: Odd Fixes
F: target/ppc/kvm.c
S390 KVM CPUs
@@ -1367,7 +1367,7 @@ R: Cédric Le Goater <clg@kaod.org>
R: David Gibson <david@gibson.dropbear.id.au>
R: Greg Kurz <groug@kaod.org>
L: qemu-ppc@nongnu.org
-S: Maintained
+S: Odd Fixes
F: hw/*/spapr*
F: include/hw/*/spapr*
F: hw/*/xics*
--
2.38.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes'
2022-11-17 15:32 [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes' Daniel Henrique Barboza
@ 2022-11-17 16:09 ` Cédric Le Goater
2022-11-17 17:06 ` Greg Kurz
2022-11-21 22:44 ` Daniel Henrique Barboza
2 siblings, 0 replies; 5+ messages in thread
From: Cédric Le Goater @ 2022-11-17 16:09 UTC (permalink / raw)
To: Daniel Henrique Barboza, qemu-devel; +Cc: qemu-ppc, David Gibson, Greg Kurz
On 11/17/22 16:32, Daniel Henrique Barboza wrote:
> The maintainer is no longer being paid to maintain these components. All
> maintainership work is being done in his personal time since the middle
> of the 7.2 development cycle.
Thanks to you, Daniel. It was great work !
> Change the status of PPC KVM CPUs, PPC TCG CPUs and the pSeries machine
> to 'Odd Fixes', reflecting that the maintainer no longer has exclusive
> time to dedicate to them. It'll also (hopefully) keep expectations under
> check when/if these components are used in a customer product.
>
> Cc: Cédric Le Goater <clg@kaod.org>
> Cc: David Gibson <david@gibson.dropbear.id.au>
> Cc: Greg Kurz <groug@kaod.org>
> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
C.
> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index be151f0024..1d43153e5f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -264,7 +264,7 @@ R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> L: qemu-ppc@nongnu.org
> -S: Maintained
> +S: Odd Fixes
> F: target/ppc/
> F: hw/ppc/ppc.c
> F: hw/ppc/ppc_booke.c
> @@ -389,7 +389,7 @@ M: Daniel Henrique Barboza <danielhb413@gmail.com>
> R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> -S: Maintained
> +S: Odd Fixes
> F: target/ppc/kvm.c
>
> S390 KVM CPUs
> @@ -1367,7 +1367,7 @@ R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> L: qemu-ppc@nongnu.org
> -S: Maintained
> +S: Odd Fixes
> F: hw/*/spapr*
> F: include/hw/*/spapr*
> F: hw/*/xics*
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes'
2022-11-17 15:32 [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes' Daniel Henrique Barboza
2022-11-17 16:09 ` Cédric Le Goater
@ 2022-11-17 17:06 ` Greg Kurz
2022-11-17 23:59 ` David Gibson
2022-11-21 22:44 ` Daniel Henrique Barboza
2 siblings, 1 reply; 5+ messages in thread
From: Greg Kurz @ 2022-11-17 17:06 UTC (permalink / raw)
To: Daniel Henrique Barboza
Cc: qemu-devel, qemu-ppc, Cédric Le Goater, David Gibson
On Thu, 17 Nov 2022 12:32:18 -0300
Daniel Henrique Barboza <danielhb413@gmail.com> wrote:
> The maintainer is no longer being paid to maintain these components. All
> maintainership work is being done in his personal time since the middle
> of the 7.2 development cycle.
>
Great thanks Daniel for all your contributions over
the years, and for being the one steering the vessel
to the dry dock. This is it.
> Change the status of PPC KVM CPUs, PPC TCG CPUs and the pSeries machine
> to 'Odd Fixes', reflecting that the maintainer no longer has exclusive
> time to dedicate to them. It'll also (hopefully) keep expectations under
> check when/if these components are used in a customer product.
>
> Cc: Cédric Le Goater <clg@kaod.org>
> Cc: David Gibson <david@gibson.dropbear.id.au>
> Cc: Greg Kurz <groug@kaod.org>
> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
> ---
Reviewed-by: Greg Kurz <groug@kaod.org>
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index be151f0024..1d43153e5f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -264,7 +264,7 @@ R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> L: qemu-ppc@nongnu.org
> -S: Maintained
> +S: Odd Fixes
> F: target/ppc/
> F: hw/ppc/ppc.c
> F: hw/ppc/ppc_booke.c
> @@ -389,7 +389,7 @@ M: Daniel Henrique Barboza <danielhb413@gmail.com>
> R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> -S: Maintained
> +S: Odd Fixes
> F: target/ppc/kvm.c
>
> S390 KVM CPUs
> @@ -1367,7 +1367,7 @@ R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> L: qemu-ppc@nongnu.org
> -S: Maintained
> +S: Odd Fixes
> F: hw/*/spapr*
> F: include/hw/*/spapr*
> F: hw/*/xics*
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes'
2022-11-17 17:06 ` Greg Kurz
@ 2022-11-17 23:59 ` David Gibson
0 siblings, 0 replies; 5+ messages in thread
From: David Gibson @ 2022-11-17 23:59 UTC (permalink / raw)
To: Greg Kurz
Cc: Daniel Henrique Barboza, qemu-devel, qemu-ppc,
Cédric Le Goater
[-- Attachment #1: Type: text/plain, Size: 2435 bytes --]
On Thu, Nov 17, 2022 at 06:06:33PM +0100, Greg Kurz wrote:
> On Thu, 17 Nov 2022 12:32:18 -0300
> Daniel Henrique Barboza <danielhb413@gmail.com> wrote:
>
> > The maintainer is no longer being paid to maintain these components. All
> > maintainership work is being done in his personal time since the middle
> > of the 7.2 development cycle.
> >
>
> Great thanks Daniel for all your contributions over
> the years, and for being the one steering the vessel
> to the dry dock. This is it.
Seconded.
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
>
> > Change the status of PPC KVM CPUs, PPC TCG CPUs and the pSeries machine
> > to 'Odd Fixes', reflecting that the maintainer no longer has exclusive
> > time to dedicate to them. It'll also (hopefully) keep expectations under
> > check when/if these components are used in a customer product.
> >
> > Cc: Cédric Le Goater <clg@kaod.org>
> > Cc: David Gibson <david@gibson.dropbear.id.au>
> > Cc: Greg Kurz <groug@kaod.org>
> > Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
> > ---
>
> Reviewed-by: Greg Kurz <groug@kaod.org>
>
> > MAINTAINERS | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index be151f0024..1d43153e5f 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -264,7 +264,7 @@ R: Cédric Le Goater <clg@kaod.org>
> > R: David Gibson <david@gibson.dropbear.id.au>
> > R: Greg Kurz <groug@kaod.org>
> > L: qemu-ppc@nongnu.org
> > -S: Maintained
> > +S: Odd Fixes
> > F: target/ppc/
> > F: hw/ppc/ppc.c
> > F: hw/ppc/ppc_booke.c
> > @@ -389,7 +389,7 @@ M: Daniel Henrique Barboza <danielhb413@gmail.com>
> > R: Cédric Le Goater <clg@kaod.org>
> > R: David Gibson <david@gibson.dropbear.id.au>
> > R: Greg Kurz <groug@kaod.org>
> > -S: Maintained
> > +S: Odd Fixes
> > F: target/ppc/kvm.c
> >
> > S390 KVM CPUs
> > @@ -1367,7 +1367,7 @@ R: Cédric Le Goater <clg@kaod.org>
> > R: David Gibson <david@gibson.dropbear.id.au>
> > R: Greg Kurz <groug@kaod.org>
> > L: qemu-ppc@nongnu.org
> > -S: Maintained
> > +S: Odd Fixes
> > F: hw/*/spapr*
> > F: include/hw/*/spapr*
> > F: hw/*/xics*
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes'
2022-11-17 15:32 [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes' Daniel Henrique Barboza
2022-11-17 16:09 ` Cédric Le Goater
2022-11-17 17:06 ` Greg Kurz
@ 2022-11-21 22:44 ` Daniel Henrique Barboza
2 siblings, 0 replies; 5+ messages in thread
From: Daniel Henrique Barboza @ 2022-11-21 22:44 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-ppc, Cédric Le Goater, David Gibson, Greg Kurz
Thanks everyone! Queued for 8.0.
Daniel
On 11/17/22 12:32, Daniel Henrique Barboza wrote:
> The maintainer is no longer being paid to maintain these components. All
> maintainership work is being done in his personal time since the middle
> of the 7.2 development cycle.
>
> Change the status of PPC KVM CPUs, PPC TCG CPUs and the pSeries machine
> to 'Odd Fixes', reflecting that the maintainer no longer has exclusive
> time to dedicate to them. It'll also (hopefully) keep expectations under
> check when/if these components are used in a customer product.
>
> Cc: Cédric Le Goater <clg@kaod.org>
> Cc: David Gibson <david@gibson.dropbear.id.au>
> Cc: Greg Kurz <groug@kaod.org>
> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index be151f0024..1d43153e5f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -264,7 +264,7 @@ R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> L: qemu-ppc@nongnu.org
> -S: Maintained
> +S: Odd Fixes
> F: target/ppc/
> F: hw/ppc/ppc.c
> F: hw/ppc/ppc_booke.c
> @@ -389,7 +389,7 @@ M: Daniel Henrique Barboza <danielhb413@gmail.com>
> R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> -S: Maintained
> +S: Odd Fixes
> F: target/ppc/kvm.c
>
> S390 KVM CPUs
> @@ -1367,7 +1367,7 @@ R: Cédric Le Goater <clg@kaod.org>
> R: David Gibson <david@gibson.dropbear.id.au>
> R: Greg Kurz <groug@kaod.org>
> L: qemu-ppc@nongnu.org
> -S: Maintained
> +S: Odd Fixes
> F: hw/*/spapr*
> F: include/hw/*/spapr*
> F: hw/*/xics*
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-21 22:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-17 15:32 [PATCH for-8.0] MAINTAINERS: downgrade PPC KVM/TCG CPUs and pSeries to 'Odd Fixes' Daniel Henrique Barboza
2022-11-17 16:09 ` Cédric Le Goater
2022-11-17 17:06 ` Greg Kurz
2022-11-17 23:59 ` David Gibson
2022-11-21 22:44 ` Daniel Henrique Barboza
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).