diff options
author | Mads Ynddal <mads@ynddal.dk> | 2025-07-01 15:08:25 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-07-01 15:08:25 +0100 |
commit | a89d18919e4b9a3f8bc67c43e4577ae76ff9ee41 (patch) | |
tree | af5309f9a6d7de5cac96fbcfd2767a7cb3284653 | |
parent | 6138e72b7e33e0240ee955a2754dd038ee99494d (diff) | |
download | qemu-a89d18919e4b9a3f8bc67c43e4577ae76ff9ee41.zip qemu-a89d18919e4b9a3f8bc67c43e4577ae76ff9ee41.tar.gz qemu-a89d18919e4b9a3f8bc67c43e4577ae76ff9ee41.tar.bz2 |
MAINTAINERS: add myself as reviewer for Apple Silicon HVF
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>
Message-id: 20250617093001.70080-1-mads@ynddal.dk
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d1672fd..b3b2a11 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -511,6 +511,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 @@ -527,6 +528,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/ |