@samitouri / QOSamiQemu / commits / 40a8d6cb6c

MAINTAINERS: Cover hexloader tests under the Generic Loader section

Drop the orphan 'Intel Hexadecimal Object File Loader' section but keep the tests covered under the Generic Loader section, since both loader.c and generic-loader.c calls load_targphys_hex_as(). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20260422080406.62638-7-philmd@linaro.org>

Philippe Mathieu-Daudé committed Apr 17, 2026 at 12:29 UTC 40a8d6cb6cbe24cf7716fa5830a77cb5fc8388c5
1 file changed +2 -5
MAINTAINERS
+2 -5
@@ -2701,6 +2701,8 @@ F: hw/core/generic-loader.c
2701 F: hw/core/uboot_image.h
2702 F: include/hw/core/generic-loader.h
2703 F: docs/system/generic-loader.rst
2704 +F: tests/qtest/hexloader-test.c
2705 +F: tests/data/hex-loader/test.hex
2706
2707 Guest Loader
2708 M: Alex Bennée <alex.bennee@linaro.org>
@@ -2709,11 +2711,6 @@ F: hw/core/guest-loader.c
2711 F: docs/system/guest-loader.rst
2712 F: tests/functional/aarch64/test_xen.py
2713
2712 -Intel Hexadecimal Object File Loader
2713 -S: Orphan
2714 -F: tests/qtest/hexloader-test.c
2715 -F: tests/data/hex-loader/test.hex
2716 -
2714 CHRP NVRAM
2715 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2716 S: Maintained