@samitouri / QOSamiQemu / commits / c661633b5d

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>

Markus Armbruster committed Jun 3, 2026 at 08:40 UTC c661633b5dae0f01d4e8b1cafe114efe5a570b6f
1 file changed +1 -1
MAINTAINERS
+1 -1
@@ -3573,7 +3573,7 @@ F: docs/qdev-device-use.txt
3573 F: hw/core/qdev*
3574 F: hw/core/bus.c
3575 F: hw/core/sysbus.c
3576 -F: include/hw/qdev*
3576 +F: include/hw/core/qdev*
3577 F: include/monitor/qdev.h
3578 F: qapi/qdev.json
3579 F: system/qdev-monitor.c