Paolo Bonzini <pbonz...@redhat.com> writes: > On 19/06/19 22:10, Markus Armbruster wrote: >> Move commands device-list-properties, device_add, device-del, and >> event DEVICE_DELETED from misc.json to new qdev.json. qdev.json >> remains uncovered by MAINTAINERS, like the rest of qdev. > > qdev should be added to either QOM or machine core. QOM would be fine > for me as the (newly,self)-appointed maintainer.
Awesome! Daniel, Eduardo, any objections? I figure these are the files to add: diff --git a/MAINTAINERS b/MAINTAINERS index 63390eadb5..e2cb1726dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2033,12 +2033,18 @@ M: Paolo Bonzini <pbonz...@redhat.com> R: Daniel P. Berrange <berra...@redhat.com> R: Eduardo Habkost <ehabk...@redhat.com> S: Supported +F: docs/qdev-device-use.txt +F: hw/core/qdev* +F: include/hw/qdev* +F: include/monitor/qdev.h F: include/qom/ X: include/qom/cpu.h +F: qdev-monitor.c F: qom/ X: qom/cpu.c F: tests/check-qom-interface.c F: tests/check-qom-proplist.c +F: tests/test-qdev-global-props.c QMP M: Markus Armbruster <arm...@redhat.com>