Commit 40a8d6cb6c for qemu.org

commit 40a8d6cb6cbe24cf7716fa5830a77cb5fc8388c5
Author: Philippe Mathieu-Daudé <philmd@linaro.org>
Date:   Fri Apr 17 12:29:13 2026 +0200

    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>

diff --git a/MAINTAINERS b/MAINTAINERS
index d454b0b15c..5d2d58b332 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2701,6 +2701,8 @@ F: hw/core/generic-loader.c
 F: hw/core/uboot_image.h
 F: include/hw/core/generic-loader.h
 F: docs/system/generic-loader.rst
+F: tests/qtest/hexloader-test.c
+F: tests/data/hex-loader/test.hex

 Guest Loader
 M: Alex Bennée <alex.bennee@linaro.org>
@@ -2709,11 +2711,6 @@ F: hw/core/guest-loader.c
 F: docs/system/guest-loader.rst
 F: tests/functional/aarch64/test_xen.py

-Intel Hexadecimal Object File Loader
-S: Orphan
-F: tests/qtest/hexloader-test.c
-F: tests/data/hex-loader/test.hex
-
 CHRP NVRAM
 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 S: Maintained