diff options
author | Philippe Mathieu-Daudé | 2021-05-26 19:04:21 +0200 |
---|---|---|
committer | Thomas Huth | 2021-06-21 11:45:23 +0200 |
commit | c32c3d68ed0629910d5a1cd72bfb57d7f89b553b (patch) | |
tree | 8b2d82e341e67a9d7cae02f6e52bfce2bfe13659 /MAINTAINERS | |
parent | fuzz: Display hexadecimal value with '0x' prefix (diff) | |
download | qemu-c32c3d68ed0629910d5a1cd72bfb57d7f89b553b.tar.gz qemu-c32c3d68ed0629910d5a1cd72bfb57d7f89b553b.tar.xz qemu-c32c3d68ed0629910d5a1cd72bfb57d7f89b553b.zip |
MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
We want the ARM maintainers and the qemu-arm@ list to be
notified when this file is modified. Add an entry to the
'ARM TCG CPUs' section in the MAINTAINERS file.
Acked-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210526170432.343588-2-philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f7e12ea248..1ced8cf07f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -155,6 +155,7 @@ S: Maintained F: target/arm/ F: tests/tcg/arm/ F: tests/tcg/aarch64/ +F: tests/qtest/arm-cpu-features.c F: hw/arm/ F: hw/cpu/a*mpcore.c F: include/hw/cpu/a*mpcore.h |