diff options
author | Markus Armbruster | 2019-06-19 22:10:41 +0200 |
---|---|---|
committer | Markus Armbruster | 2019-07-02 13:37:00 +0200 |
commit | 8ac25c84429031695a8b57727e2b518f5c3d8137 (patch) | |
tree | 2bc7c4f7331b2170a4219d96b4b2139f53beb611 /MAINTAINERS | |
parent | MAINTAINERS: Merge sections CPU, NUMA into Machine core (diff) | |
download | qemu-8ac25c84429031695a8b57727e2b518f5c3d8137.tar.gz qemu-8ac25c84429031695a8b57727e2b518f5c3d8137.tar.xz qemu-8ac25c84429031695a8b57727e2b518f5c3d8137.zip |
qapi: Split machine.json off misc.json
Move commands cpu-add, query-cpus, query-cpus-fast,
query-current-machine, query-hotpluggable-cpus, query-machines,
query-memdev, and set-numa-node with their types from misc.json to new
machine.json. Also move types X86CPURegister32 and
X86CPUFeatureWordInfo. Add machine.json to MAINTAINERS section
"Machine core".
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190619201050.19040-9-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bcd9675f4a..f4d8c75d27 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1268,6 +1268,7 @@ F: hw/core/machine.c F: hw/core/null-machine.c F: hw/cpu/cluster.c F: numa.c +F: qapi/machine.json F: qom/cpu.c F: include/hw/boards.h F: include/hw/cpu/cluster.h |