Commit c661633b5d for qemu.org
commit c661633b5dae0f01d4e8b1cafe114efe5a570b6f
Author: Markus Armbruster <armbru@redhat.com>
Date: Wed Jun 3 08:40:23 2026 +0200
MAINTAINERS: Fix F: in "QDev"
We neglected to update MAINTAINERS when we moved qdev headers from
include/hw/ to include/hw/core/. Update it now.
Fixes: 3775d19906 (include: move hw/qdev-clock.h to hw/core/, 2025-11-27)
Fixes: d1000ecae2 (include: move hw/qdev-core.h to hw/core/, rename, 2025-11-27)
Fixes: f7889f86bd (include: move hw/qdev-dma.h to hw/core/, 2025-11-27)
Fixes: 78d45220b4 (include: move hw/qdev-properties.h to hw/core/, 2025-11-27)
Fixes: e1e9a72500 (include: move hw/qdev-properties-system.h to hw/core/, 2025-11-27)
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260603064032.3733394-30-armbru@redhat.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 4830c24d9e..188bdff8bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3573,7 +3573,7 @@ F: docs/qdev-device-use.txt
F: hw/core/qdev*
F: hw/core/bus.c
F: hw/core/sysbus.c
-F: include/hw/qdev*
+F: include/hw/core/qdev*
F: include/monitor/qdev.h
F: qapi/qdev.json
F: system/qdev-monitor.c