]> git.proxmox.com Git - mirror_qemu.git/commit - qapi/machine.json
qapi: Move query-target from misc.json to machine.json
authorMarkus Armbruster <armbru@redhat.com>
Tue, 9 Jul 2019 15:20:53 +0000 (17:20 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 21 Aug 2019 11:24:01 +0000 (13:24 +0200)
commitffaee83bcb28913b8b854aeab78b1a1f2115712d
tree3c328442c829bd4471262b3cc8ac1034085125fe
parent2e5b09fd0e766434962327db4678ce1cda0c7241
qapi: Move query-target from misc.json to machine.json

Move query-target and its return type TargetInfo from misc.json to
machine.json, where they are covered by MAINTAINERS section "Machine
core".  Also move its implementation from arch_init.c to
hw/core/machine-qmp-cmds, where it is likewise covered.

All users of SysEmuTarget are now in machine.json.  Move it there from
common.json.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190709152053.16670-3-armbru@redhat.com>
arch_init.c
docs/interop/firmware.json
hw/core/machine-qmp-cmds.c
qapi/common.json
qapi/machine.json
qapi/misc.json