diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-07-09 17:20:53 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-08-21 13:24:01 +0200 |
commit | ffaee83bcb28913b8b854aeab78b1a1f2115712d (patch) | |
tree | 3c328442c829bd4471262b3cc8ac1034085125fe /docs/interop | |
parent | 2e5b09fd0e766434962327db4678ce1cda0c7241 (diff) | |
download | qemu-ffaee83bcb28913b8b854aeab78b1a1f2115712d.zip |
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>
Diffstat (limited to 'docs/interop')
-rw-r--r-- | docs/interop/firmware.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json index ff8c2ce5f2..8ffb7856d2 100644 --- a/docs/interop/firmware.json +++ b/docs/interop/firmware.json @@ -13,7 +13,7 @@ # = Firmware ## -{ 'include' : 'common.json' } +{ 'include' : 'machine.json' } { 'include' : 'block-core.json' } ## |