From ffaee83bcb28913b8b854aeab78b1a1f2115712d Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 9 Jul 2019 17:20:53 +0200 Subject: 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 Message-Id: <20190709152053.16670-3-armbru@redhat.com> --- docs/interop/firmware.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/interop/firmware.json b/docs/interop/firmware.json index ff8c2ce..8ffb785 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' } ## -- cgit v1.1