]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
qapi: Split machine-target.json off target.json and misc.json
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:45 +0000 (22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 11:37:00 +0000 (13:37 +0200)
commit7f7b4e7abef43dac192ae265ef84b9848e85572d
tree62120f946b7bdacbf37d72be8f349f293b4ea7f5
parent55225c853ab8ba948ef70634cee6fbca0d8c67dc
qapi: Split machine-target.json off target.json and misc.json

Move commands query-cpu-definitions, query-cpu-model-baseline,
query-cpu-model-comparison, and query-cpu-model-expansion with their
types from target.json to machine-target.json.  Also move types
CpuModelInfo, CpuModelExpansionType, and CpuModelCompareResult from
misc.json there.  Add machine-target.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-13-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
[Commit message typo fixed]
MAINTAINERS
qapi/Makefile.objs
qapi/machine-target.json [new file with mode: 0644]
qapi/misc.json
qapi/qapi-schema.json
qapi/target.json
target/arm/helper.c
target/i386/cpu.c
target/mips/helper.c
target/ppc/translate_init.inc.c
target/s390x/cpu_models.c