]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Split machine.json off misc.json
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:41 +0000 (22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 11:37:00 +0000 (13:37 +0200)
commit8ac25c84429031695a8b57727e2b518f5c3d8137
tree2bc7c4f7331b2170a4219d96b4b2139f53beb611
parent2dd02587a94a323def785074b42476f9a887bdd0
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>
15 files changed:
MAINTAINERS
cpus.c
include/hw/boards.h
include/sysemu/hostmem.h
monitor/hmp-cmds.c
monitor/qmp-cmds.c
numa.c
qapi/Makefile.objs
qapi/machine.json [new file with mode: 0644]
qapi/misc.json
qapi/qapi-schema.json
target/i386/cpu.c
target/s390x/cpu.c
target/s390x/sigp.c
vl.c