[PATCH 5/5] MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs

Chinmay Rath posted 5 patches 4 months, 4 weeks ago
Maintainers: Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, Chinmay Rath <rathc@linux.ibm.com>
[PATCH 5/5] MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs
Posted by Chinmay Rath 4 months, 4 weeks ago
I have been working on Power ISA for a long time now and have mostly
contributed in TCG instruction translation area (moved 300+ instructions to
decodetree as of yet) and would like to continue contributing to PPC TCG in
best possible ways I can. I think it's time to step up and assist in reviewing
related patches to enable myself contribute more effectively in this direction.

Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 16af37986a..a2db7d72aa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -295,6 +295,7 @@ F: tests/tcg/openrisc/
 PowerPC TCG CPUs
 M: Nicholas Piggin <npiggin@gmail.com>
 M: Daniel Henrique Barboza <danielhb413@gmail.com>
+R: Chinmay Rath <rathc@linux.ibm.com>
 L: qemu-ppc@nongnu.org
 S: Odd Fixes
 F: target/ppc/
-- 
2.49.0
Re: [PATCH 5/5] MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs
Posted by Cédric Le Goater 4 months, 4 weeks ago
On 6/19/25 11:58, Chinmay Rath wrote:
> I have been working on Power ISA for a long time now and have mostly
> contributed in TCG instruction translation area (moved 300+ instructions to
> decodetree as of yet) and would like to continue contributing to PPC TCG in
> best possible ways I can. I think it's time to step up and assist in reviewing
> related patches to enable myself contribute more effectively in this direction.
> 
> Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 16af37986a..a2db7d72aa 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -295,6 +295,7 @@ F: tests/tcg/openrisc/
>   PowerPC TCG CPUs
>   M: Nicholas Piggin <npiggin@gmail.com>
>   M: Daniel Henrique Barboza <danielhb413@gmail.com>
> +R: Chinmay Rath <rathc@linux.ibm.com>
>   L: qemu-ppc@nongnu.org
>   S: Odd Fixes
>   F: target/ppc/


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.



Re: [PATCH 5/5] MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs
Posted by Chinmay Rath 4 months, 2 weeks ago
On 6/19/25 17:27, Cédric Le Goater wrote:
> On 6/19/25 11:58, Chinmay Rath wrote:
>> I have been working on Power ISA for a long time now and have mostly
>> contributed in TCG instruction translation area (moved 300+ 
>> instructions to
>> decodetree as of yet) and would like to continue contributing to PPC 
>> TCG in
>> best possible ways I can. I think it's time to step up and assist in 
>> reviewing
>> related patches to enable myself contribute more effectively in this 
>> direction.
>>
>> Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
>> ---
>>   MAINTAINERS | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 16af37986a..a2db7d72aa 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -295,6 +295,7 @@ F: tests/tcg/openrisc/
>>   PowerPC TCG CPUs
>>   M: Nicholas Piggin <npiggin@gmail.com>
>>   M: Daniel Henrique Barboza <danielhb413@gmail.com>
>> +R: Chinmay Rath <rathc@linux.ibm.com>
>>   L: qemu-ppc@nongnu.org
>>   S: Odd Fixes
>>   F: target/ppc/
>
>
> Reviewed-by: Cédric Le Goater <clg@redhat.com>
>
> Thanks,
>
> C. 

Thanks Cedric !

Thanks,

Chinmay