qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 04/17] qapi: Split qom.json and qdev.json off mi


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH 04/17] qapi: Split qom.json and qdev.json off misc.json
Date: Mon, 24 Jun 2019 13:19:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Paolo Bonzini <address@hidden> 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 <address@hidden>
 R: Daniel P. Berrange <address@hidden>
 R: Eduardo Habkost <address@hidden>
 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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]