Kernel KVM virtualization development
 help / color / mirror / Atom feed
From: Harsh Prateek Bora <harshpb@linux.ibm.com>
To: Aditya Gupta <adityag@linux.ibm.com>,
	qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: "Cédric Le Goater" <clg@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>,
	"Shivang Upadhyay" <shivangu@linux.ibm.com>,
	"Daniel P . Berrangé" <berrange@redhat.com>,
	"Sourabh Jain" <sourabhjain@linux.ibm.com>,
	"Hari Bathini" <hbathini@linux.ibm.com>,
	"Nicholas Piggin" <npiggin@gmail.com>,
	"Miles Glenn" <milesg@linux.ibm.com>,
	"Fabiano Rosas" <farosas@suse.de>,
	"Laurent Vivier" <lvivier@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	devel@lists.libvirt.org,
	"Misbah Anjum N" <misanjum@linux.ibm.com>,
	"Anushree Mathur" <anushree.mathur@linux.ibm.com>,
	"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
	kvm@vger.kernel.org, "Gautam Menghani" <gautam@linux.ibm.com>,
	"Chinmay Rath" <rathc@linux.ibm.com>,
	"BALATON Zoltan" <balaton@eik.bme.hu>,
	"Nikhil Kumar Singh" <nikhilks@linux.ibm.com>
Subject: Re: [PATCH v4 RESEND 8/8] MAINTAINERS: Add self as maintainer for PowerNV
Date: Fri, 3 Jul 2026 14:45:12 +0530	[thread overview]
Message-ID: <0712c1d5-12bb-467e-80a7-dfb516cd0bc6@linux.ibm.com> (raw)
In-Reply-To: <20260703085955.2318600-9-adityag@linux.ibm.com>

Hi Aditya,

On 03/07/26 2:29 pm, Aditya Gupta wrote:
> Add myself as maintainer for PowerNV machine, and remove the
> reviewer entry
> 
> Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 97dcc78ded61..537b5cd895a2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1663,7 +1663,7 @@ F: tests/functional/ppc64/test_tuxrun.py
>   
>   PowerNV (Non-Virtualized)
>   M: Nicholas Piggin <npiggin@gmail.com>
> -R: Aditya Gupta <adityag@linux.ibm.com>
> +M: Aditya Gupta <adityag@linux.ibm.com>

Thanks for helping co-maintain PowerNV!

Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>

Hi Cedric,
Any further review comments on the series or would be happy to provide 
an ack?

regards,
Harsh

>   R: Glenn Miles <milesg@linux.ibm.com>
>   R: Harsh Prateek Bora <harshpb@linux.ibm.com>
>   L: qemu-ppc@nongnu.org


  reply	other threads:[~2026-07-03  9:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-03  8:59 [PATCH v4 RESEND 0/8] powerpc: Testcase improvements and Power8E/NVL removal Aditya Gupta
2026-07-03  8:59 ` [PATCH v4 RESEND 1/8] tests/functional: Add remote interrupts test for PowerNV Aditya Gupta
2026-07-03  9:17   ` Cédric Le Goater
2026-07-03 10:21     ` Aditya Gupta
2026-07-03 12:08       ` Cédric Le Goater
2026-07-03  8:59 ` [PATCH v4 RESEND 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI Aditya Gupta
2026-07-03  8:59 ` [PATCH v4 RESEND 3/8] tests/qtest: Add Power11 chip & machine to qtests Aditya Gupta
2026-07-03  8:59 ` [PATCH v4 RESEND 4/8] tests/functional: Use default powernv machine instead of power10 Aditya Gupta
2026-07-03  8:59 ` [PATCH v4 RESEND 5/8] ppc/pnv: Replace Power8E with Power11 for 'none' machine test Aditya Gupta
2026-07-03  8:59 ` [PATCH v4 RESEND 6/8] ppc/pnv: Remove Power8E and Power8NVL pnv chips Aditya Gupta
2026-07-03  8:59 ` [PATCH v4 RESEND 7/8] ppc/pnv: Remove Power8E and Power8NVL CPUs Aditya Gupta
2026-07-03  8:59 ` [PATCH v4 RESEND 8/8] MAINTAINERS: Add self as maintainer for PowerNV Aditya Gupta
2026-07-03  9:15   ` Harsh Prateek Bora [this message]
2026-07-03 12:09   ` Cédric Le Goater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0712c1d5-12bb-467e-80a7-dfb516cd0bc6@linux.ibm.com \
    --to=harshpb@linux.ibm.com \
    --cc=adityag@linux.ibm.com \
    --cc=anushree.mathur@linux.ibm.com \
    --cc=balaton@eik.bme.hu \
    --cc=berrange@redhat.com \
    --cc=clg@redhat.com \
    --cc=devel@lists.libvirt.org \
    --cc=farosas@suse.de \
    --cc=gautam@linux.ibm.com \
    --cc=hbathini@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=lvivier@redhat.com \
    --cc=milesg@linux.ibm.com \
    --cc=misanjum@linux.ibm.com \
    --cc=nikhilks@linux.ibm.com \
    --cc=npiggin@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@oss.qualcomm.com \
    --cc=pierrick.bouvier@oss.qualcomm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=rathc@linux.ibm.com \
    --cc=shivangu@linux.ibm.com \
    --cc=sourabhjain@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox