On 8/8/25 08:54, Mohamed Mediouni wrote:
And add arm64 files.
Signed-off-by: Mohamed Mediouni <moha...@unpredictable.fr>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
---
MAINTAINERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 070ba2e9cb..0a1f6e620a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -539,11 +539,14 @@ F: accel/stubs/hvf-stub.c
F: include/system/hvf.h
F: include/system/hvf_int.h
-WHPX CPUs
+WHPX
M: Sunil Muthuswamy <sunil...@microsoft.com>
+M: Mohamed Mediouni <moha...@unpredictable.fr>
S: Supported
F: accel/whpx/
F: target/i386/whpx/
+F: target/arm/whpx_arm.h
+F: target/arm/whpx/
(you might want to have a common section with both of you,
a x86 one for Sunil and a ARM one for you -- adding there
L: qemu-...@nongnu.org)
F: accel/stubs/whpx-stub.c
F: include/system/whpx.h
F: include/system/whpx-accel-ops.h
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>