[PATCH] MAINTAINERS: add myself as reviewer for Apple Silicon HVF

Mads Ynddal posted 1 patch 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250617093001.70080-1-mads@ynddal.dk
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[PATCH] MAINTAINERS: add myself as reviewer for Apple Silicon HVF
Posted by Mads Ynddal 5 months ago
I've both publicly and private been digging around the Apple Silicon HVF code,
and use it daily as part of my job. I feel I have a solid understanding of it,
so I thought I'd step up and assist.

I've added myself as reviewer to the common "HVF" as well, to be informed of
changes that might affect the Apple Silicon HVF code, which will be my primary
focus.

Signed-off-by: Mads Ynddal <mads@ynddal.dk>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 28b3dd2684..2b9be05aaf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -509,6 +509,7 @@ F: system/cpus.c
 
 Apple Silicon HVF CPUs
 M: Alexander Graf <agraf@csgraf.de>
+R: Mads Ynddal <mads@ynddal.dk>
 S: Maintained
 F: target/arm/hvf/
 F: target/arm/hvf-stub.c
@@ -525,6 +526,7 @@ HVF
 M: Cameron Esfahani <dirty@apple.com>
 M: Roman Bolshakov <rbolshakov@ddn.com>
 R: Phil Dennis-Jordan <phil@philjordan.eu>
+R: Mads Ynddal <mads@ynddal.dk>
 W: https://wiki.qemu.org/Features/HVF
 S: Maintained
 F: accel/hvf/
-- 
2.49.0
Re: [PATCH] MAINTAINERS: add myself as reviewer for Apple Silicon HVF
Posted by Peter Maydell 4 months, 2 weeks ago
On Tue, 17 Jun 2025 at 10:30, Mads Ynddal <mads@ynddal.dk> wrote:
>
> I've both publicly and private been digging around the Apple Silicon HVF code,
> and use it daily as part of my job. I feel I have a solid understanding of it,
> so I thought I'd step up and assist.
>
> I've added myself as reviewer to the common "HVF" as well, to be informed of
> changes that might affect the Apple Silicon HVF code, which will be my primary
> focus.
>
> Signed-off-by: Mads Ynddal <mads@ynddal.dk>

Thanks for volunteering! I've applied this MAINTAINERS
patch to target-arm.next.

-- PMM
Re: [PATCH] MAINTAINERS: add myself as reviewer for Apple Silicon HVF
Posted by Philippe Mathieu-Daudé 4 months, 2 weeks ago
On 30/6/25 16:38, Peter Maydell wrote:
> On Tue, 17 Jun 2025 at 10:30, Mads Ynddal <mads@ynddal.dk> wrote:
>>
>> I've both publicly and private been digging around the Apple Silicon HVF code,
>> and use it daily as part of my job. I feel I have a solid understanding of it,
>> so I thought I'd step up and assist.
>>
>> I've added myself as reviewer to the common "HVF" as well, to be informed of
>> changes that might affect the Apple Silicon HVF code, which will be my primary
>> focus.
>>
>> Signed-off-by: Mads Ynddal <mads@ynddal.dk>

Thank you Mads :)

> 
> Thanks for volunteering! I've applied this MAINTAINERS
> patch to target-arm.next.
> 
> -- PMM
>