[RFC PATCH] MAINTAINERS: add emulation.rst to ARM TCG CPUs

Alex Bennée posted 1 patch 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260127145928.3073826-1-alex.bennee@linaro.org
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[RFC PATCH] MAINTAINERS: add emulation.rst to ARM TCG CPUs
Posted by Alex Bennée 1 week, 3 days ago
This is updated as Arm architectural features are added so we should
catch changes to the docs as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dccdf478886..9b7ed4fccb1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -213,6 +213,7 @@ F: hw/cpu/a*mpcore.c
 F: include/hw/cpu/a*mpcore.h
 F: docs/system/target-arm.rst
 F: docs/system/arm/cpu-features.rst
+F: docs/system/arm/emulation.rst
 F: gdb-xml/arm*.xml
 F: gdb-xml/aarch64*.xml
 
-- 
2.47.3


Re: [RFC PATCH] MAINTAINERS: add emulation.rst to ARM TCG CPUs
Posted by Peter Maydell 1 week, 1 day ago
On Tue, 27 Jan 2026 at 14:59, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> This is updated as Arm architectural features are added so we should
> catch changes to the docs as well.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>



Applied to target-arm.next, thanks.

-- PMM
Re: [RFC PATCH] MAINTAINERS: add emulation.rst to ARM TCG CPUs
Posted by Pierrick Bouvier 1 week, 3 days ago
On 1/27/26 6:59 AM, Alex Bennée wrote:
> This is updated as Arm architectural features are added so we should
> catch changes to the docs as well.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>