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 <[email protected]> Cc: Daniel P. Berrange <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index abffa4730e..9ad37f5133 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3575,7 +3575,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 -- 2.54.0
