]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi: Rename target.json to misc-target.json
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:46 +0000 (22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 11:37:00 +0000 (13:37 +0200)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190619201050.19040-14-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
hw/ppc/spapr_rtc.c
hw/s390x/s390-skeys.c
hw/timer/mc146818rtc.c
qapi/Makefile.objs
qapi/misc-target.json [moved from qapi/target.json with 99% similarity]
qapi/qapi-schema.json
target/arm/monitor.c
target/i386/sev_i386.h

index af1ef30a534d1f88cc39f6fa54f9fce13bcc1863..6cf0113b348d6308aa0eecc9eac67c26f25d3bdb 100644 (file)
@@ -32,7 +32,7 @@
 #include "sysemu/sysemu.h"
 #include "hw/ppc/spapr.h"
 #include "qapi/error.h"
-#include "qapi/qapi-events-target.h"
+#include "qapi/qapi-events-misc-target.h"
 #include "qemu/cutils.h"
 #include "qemu/module.h"
 
index daac936698b71e3d9e614f45ccdda1e982f7f7e8..e5bd92c0c73f167256ebe41725cd27f56537e044 100644 (file)
@@ -14,7 +14,7 @@
 #include "hw/boards.h"
 #include "hw/s390x/storage-keys.h"
 #include "qapi/error.h"
-#include "qapi/qapi-commands-target.h"
+#include "qapi/qapi-commands-misc-target.h"
 #include "qapi/qmp/qdict.h"
 #include "qemu/error-report.h"
 #include "sysemu/kvm.h"
index 0d79e000d22807d44a25f6f842cad284540a187c..ce4550b6f2675520eade7c69f0c184c73106f0f9 100644 (file)
@@ -33,8 +33,8 @@
 #include "sysemu/replay.h"
 #include "hw/timer/mc146818rtc.h"
 #include "qapi/error.h"
-#include "qapi/qapi-commands-target.h"
-#include "qapi/qapi-events-target.h"
+#include "qapi/qapi-commands-misc-target.h"
+#include "qapi/qapi-events-misc-target.h"
 #include "qapi/visitor.h"
 #include "exec/address-spaces.h"
 
index 4e87bef6e1a83cdd158397e8ab1b3c3c4768ae02..c0be6fcd3e5b719d7922e25be76a37033a9788b8 100644 (file)
@@ -9,7 +9,7 @@ QAPI_COMMON_MODULES = audio authz block-core block char common crypto
 QAPI_COMMON_MODULES += introspect job machine migration misc net
 QAPI_COMMON_MODULES += qdev qom rdma rocker run-state sockets tpm
 QAPI_COMMON_MODULES += trace transaction ui
-QAPI_TARGET_MODULES = machine-target target
+QAPI_TARGET_MODULES = machine-target misc-target
 QAPI_MODULES = $(QAPI_COMMON_MODULES) $(QAPI_TARGET_MODULES)
 
 util-obj-y += qapi-builtin-types.o
similarity index 99%
rename from qapi/target.json
rename to qapi/misc-target.json
index e0a73581d882e1f2a42424e43865cc368ed0fdce..a00fd821ebca3e3b9d34c9deb10e432b24b00b89 100644 (file)
@@ -1,10 +1,6 @@
 # -*- Mode: Python -*-
 #
 
-##
-# = Target-specific commands & events
-##
-
 ##
 # @RTC_CHANGE:
 #
index 8dc82fde31f41edc4f476364476efa124cea5a8a..bcfac85074ffce208c24b0c9c24767452fcbce22 100644 (file)
 { 'include': 'machine.json' }
 { 'include': 'machine-target.json' }
 { 'include': 'misc.json' }
-{ 'include': 'target.json' }
+{ 'include': 'misc-target.json' }
 { 'include': 'audio.json' }
index 41b32b94b258e8cd87e96fee8025e6f3bd396fa2..6ec6dd04ac2e00d8d983867085f77b76056b75fb 100644 (file)
@@ -23,7 +23,7 @@
 #include "qemu/osdep.h"
 #include "hw/boards.h"
 #include "kvm_arm.h"
-#include "qapi/qapi-commands-target.h"
+#include "qapi/qapi-commands-misc-target.h"
 
 static GICCapability *gic_cap_new(int version)
 {
index c0f9373beb7626dcd7a0aa915215565dde088d62..55313441ae431858a56a157e9c1ca1369e4bb0f1 100644 (file)
@@ -19,7 +19,7 @@
 #include "sysemu/kvm.h"
 #include "sysemu/sev.h"
 #include "qemu/error-report.h"
-#include "qapi/qapi-commands-target.h"
+#include "qapi/qapi-commands-misc-target.h"
 
 #define SEV_POLICY_NODBG        0x1
 #define SEV_POLICY_NOKS         0x2