MAINTAINERS: Separate QDev section from QOM one
QDev is about QEMU devices model API, while QOM is about QEMU object model in plain C. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Message-Id: <20260325151728.45378-2-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Mar 25, 2026 at 15:42 UTC
946e4d65060d2e7b335ea4e3ba7df3036b253efb
1 file changed
+13
-8
MAINTAINERS
+13
-8
@@ -3546,24 +3546,29 @@ M: Paolo Bonzini <pbonzini@redhat.com>
3546
R: Daniel P. Berrange <berrange@redhat.com>
3547
S: Supported
3548
F: docs/devel/qom.rst
3549
+F: include/qom/
3550
+F: qapi/qom.json
3551
+F: scripts/coccinelle/qom-parent-type.cocci
3552
+F: scripts/qom-cast-macro-clean-cocci-gen.py
3553
+F: qom/
3554
+F: tests/unit/check-qom-interface.c
3555
+F: tests/unit/check-qom-proplist.c
3556
+F: tests/qtest/qom-test.c
3557
+
3558
+QDev
3559
+M: Paolo Bonzini <pbonzini@redhat.com>
3560
+R: Daniel P. Berrange <berrange@redhat.com>
3561
+S: Supported
3562
F: docs/qdev-device-use.txt
3563
F: hw/core/qdev*
3564
F: hw/core/bus.c
3565
F: hw/core/sysbus.c
3566
F: include/hw/qdev*
3567
F: include/monitor/qdev.h
3555
-F: include/qom/
3556
-F: qapi/qom.json
3568
F: qapi/qdev.json
3558
-F: scripts/coccinelle/qom-parent-type.cocci
3559
-F: scripts/qom-cast-macro-clean-cocci-gen.py
3569
F: system/qdev-monitor.c
3570
F: stubs/qdev.c
3562
-F: qom/
3563
-F: tests/unit/check-qom-interface.c
3564
-F: tests/unit/check-qom-proplist.c
3571
F: tests/unit/test-qdev-global-props.c
3566
-F: tests/qtest/qom-test.c
3572
3573
QOM boilerplate conversion script
3574
S: Orphan