summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-07 18:23:56 +0200
committerPaolo Bonzini2020-10-12 17:50:22 +0200
commit22fb6eb571387172f41878866f4438b6bae21f0e (patch)
tree759479e8e9fd997d2a7791caf0e6278ff4cce91a /MAINTAINERS
parentexec: split out non-softmmu-specific parts (diff)
downloadqemu-22fb6eb571387172f41878866f4438b6bae21f0e.tar.gz
qemu-22fb6eb571387172f41878866f4438b6bae21f0e.tar.xz
qemu-22fb6eb571387172f41878866f4438b6bae21f0e.zip
qom: fix objects with improper parent type
Some objects accidentally inherit ObjectClass instead of Object. They compile silently but may crash after downcasting. In this patch, we introduce a coccinelle script to find broken declarations and fix them manually with proper base type. Signed-off-by: Sergey Nizovtsev <snizovtsev@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7ef459a33c..fcb2c03c2b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2462,6 +2462,7 @@ F: include/monitor/qdev.h
F: include/qom/
F: qapi/qom.json
F: qapi/qdev.json
+F: scripts/coccinelle/qom-parent-type.cocci
F: softmmu/qdev-monitor.c
F: qom/
F: tests/check-qom-interface.c