qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Update PPC maintainer to Richard
@ 2016-07-14 21:52 Pranith Kumar
  2016-07-15  6:32 ` Thomas Huth
  2016-08-02 14:52 ` [Qemu-devel] [PATCH] MAINTAINERS: Update PPC status and maintainer Pranith Kumar
  0 siblings, 2 replies; 5+ messages in thread
From: Pranith Kumar @ 2016-07-14 21:52 UTC (permalink / raw)
  To: Paolo Bonzini, Thomas Huth, Michael S. Tsirkin, Peter Maydell,
	Andreas Färber, open list:All patches CC here
  Cc: Richard Henderson

Richard agreed to look after PPC[1]. Make this change.

[1] https://lists.gnu.org/archive/html/qemu-ppc/2016-03/msg00657.html

CC: Richard Henderson <rth@twiddle.net>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1d0e2c3..fb29da7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1384,7 +1384,7 @@ F: tcg/mips/
 F: disas/mips.c
 
 PPC
-M: Vassili Karpov (malc) <av1474@comtv.ru>
+M: Richard Henderson <rth@twiddle.net>
 S: Maintained
 F: tcg/ppc/
 F: disas/ppc.c
-- 
2.9.0

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update PPC maintainer to Richard
  2016-07-14 21:52 [Qemu-devel] [PATCH] MAINTAINERS: Update PPC maintainer to Richard Pranith Kumar
@ 2016-07-15  6:32 ` Thomas Huth
  2016-08-02 12:45   ` Peter Maydell
  2016-08-02 14:52 ` [Qemu-devel] [PATCH] MAINTAINERS: Update PPC status and maintainer Pranith Kumar
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Huth @ 2016-07-15  6:32 UTC (permalink / raw)
  To: Pranith Kumar, Paolo Bonzini, Michael S. Tsirkin, Peter Maydell,
	qemu-devel
  Cc: Richard Henderson, qemu-ppc

On 14.07.2016 23:52, Pranith Kumar wrote:
> Richard agreed to look after PPC[1]. Make this change.
> 
> [1] https://lists.gnu.org/archive/html/qemu-ppc/2016-03/msg00657.html
> 
> CC: Richard Henderson <rth@twiddle.net>
> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1d0e2c3..fb29da7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1384,7 +1384,7 @@ F: tcg/mips/
>  F: disas/mips.c
>  
>  PPC
> -M: Vassili Karpov (malc) <av1474@comtv.ru>
> +M: Richard Henderson <rth@twiddle.net>
>  S: Maintained

According to Richard's reply that you quoted above, you should also set
the status to "Oddd Fixes" instead of "Maintained".

 Thomas

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update PPC maintainer to Richard
  2016-07-15  6:32 ` Thomas Huth
@ 2016-08-02 12:45   ` Peter Maydell
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2016-08-02 12:45 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Pranith Kumar, Paolo Bonzini, Michael S. Tsirkin, QEMU Developers,
	Richard Henderson, qemu-ppc@nongnu.org

On 15 July 2016 at 07:32, Thomas Huth <thuth@redhat.com> wrote:
> On 14.07.2016 23:52, Pranith Kumar wrote:
>> Richard agreed to look after PPC[1]. Make this change.
>>
>> [1] https://lists.gnu.org/archive/html/qemu-ppc/2016-03/msg00657.html
>>
>> CC: Richard Henderson <rth@twiddle.net>
>> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 1d0e2c3..fb29da7 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1384,7 +1384,7 @@ F: tcg/mips/
>>  F: disas/mips.c
>>
>>  PPC
>> -M: Vassili Karpov (malc) <av1474@comtv.ru>
>> +M: Richard Henderson <rth@twiddle.net>
>>  S: Maintained
>
> According to Richard's reply that you quoted above, you should also set
> the status to "Oddd Fixes" instead of "Maintained".

Ping -- Pranith, are you planning to resend this patch?

(PS: "Odd Fixes", two 'd's :-))

thanks
-- PMM

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

* [Qemu-devel] [PATCH] MAINTAINERS: Update PPC status and maintainer
  2016-07-14 21:52 [Qemu-devel] [PATCH] MAINTAINERS: Update PPC maintainer to Richard Pranith Kumar
  2016-07-15  6:32 ` Thomas Huth
@ 2016-08-02 14:52 ` Pranith Kumar
  2016-10-16 16:11   ` Pranith Kumar
  1 sibling, 1 reply; 5+ messages in thread
From: Pranith Kumar @ 2016-08-02 14:52 UTC (permalink / raw)
  To: Paolo Bonzini, Thomas Huth, Michael S. Tsirkin, Peter Maydell,
	Markus Armbruster, open list:All patches CC here
  Cc: Richard Henderson

Richard agreed to make odd fixes to PPC tcg parts[1]. This patch makes
the change.

[1] https://lists.gnu.org/archive/html/qemu-ppc/2016-03/msg00657.html

CC: Richard Henderson <rth@twiddle.net>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b6fb84e..e581114 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1389,8 +1389,8 @@ F: tcg/mips/
 F: disas/mips.c
 
 PPC
-M: Vassili Karpov (malc) <av1474@comtv.ru>
-S: Maintained
+M: Richard Henderson <rth@twiddle.net>
+S: Odd Fixes
 F: tcg/ppc/
 F: disas/ppc.c
 
-- 
2.9.2

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update PPC status and maintainer
  2016-08-02 14:52 ` [Qemu-devel] [PATCH] MAINTAINERS: Update PPC status and maintainer Pranith Kumar
@ 2016-10-16 16:11   ` Pranith Kumar
  0 siblings, 0 replies; 5+ messages in thread
From: Pranith Kumar @ 2016-10-16 16:11 UTC (permalink / raw)
  To: Paolo Bonzini, Thomas Huth, Michael S. Tsirkin, Peter Maydell,
	Markus Armbruster, open list:All patches CC here
  Cc: Richard Henderson

Ping, looks like this patch fell through.

On Tue, Aug 2, 2016 at 10:52 AM, Pranith Kumar <bobby.prani@gmail.com> wrote:
> Richard agreed to make odd fixes to PPC tcg parts[1]. This patch makes
> the change.
>
> [1] https://lists.gnu.org/archive/html/qemu-ppc/2016-03/msg00657.html
>
> CC: Richard Henderson <rth@twiddle.net>
> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b6fb84e..e581114 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1389,8 +1389,8 @@ F: tcg/mips/
>  F: disas/mips.c
>
>  PPC
> -M: Vassili Karpov (malc) <av1474@comtv.ru>
> -S: Maintained
> +M: Richard Henderson <rth@twiddle.net>
> +S: Odd Fixes
>  F: tcg/ppc/
>  F: disas/ppc.c
>
> --
> 2.9.2
>



-- 
Pranith

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

end of thread, other threads:[~2016-10-16 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 21:52 [Qemu-devel] [PATCH] MAINTAINERS: Update PPC maintainer to Richard Pranith Kumar
2016-07-15  6:32 ` Thomas Huth
2016-08-02 12:45   ` Peter Maydell
2016-08-02 14:52 ` [Qemu-devel] [PATCH] MAINTAINERS: Update PPC status and maintainer Pranith Kumar
2016-10-16 16:11   ` Pranith Kumar

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