diff options
author | Chinmay Rath <rathc@linux.ibm.com> | 2025-07-24 15:36:17 +0530 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2025-07-24 15:16:59 +0200 |
commit | 884216cf419bb56664e3a8e7c0ce19d180fe2b24 (patch) | |
tree | 3577d5e41ec9f0d260bed09e9997246489107c72 | |
parent | 1da3e7f863d65bb850a7662c6b8dfba623ac7cb7 (diff) | |
download | qemu-884216cf419bb56664e3a8e7c0ce19d180fe2b24.zip qemu-884216cf419bb56664e3a8e7c0ce19d180fe2b24.tar.gz qemu-884216cf419bb56664e3a8e7c0ce19d180fe2b24.tar.bz2 |
MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs
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>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20250724100623.3071131-4-harshpb@linux.ibm.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6e95ef0..31bcb82 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -296,6 +296,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/ |