]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qapi: remove the misc-target.json file
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 22 May 2025 19:05:34 +0000 (12:05 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 28 May 2025 16:54:18 +0000 (18:54 +0200)
This file is now empty and can thus be removed.

Observe the pre-existing bug with s390-skeys.c and target/i386/monitor.c
both including qapi-commands-misc-target.h despite not requiring it.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250522190542.588267-8-pierrick.bouvier@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
hw/s390x/s390-skeys.c
qapi/meson.build
qapi/misc-target.json [deleted file]
qapi/qapi-schema.json
target/i386/monitor.c

index aedb62b2d31ed6b8abf9e5afc8e7e7f4ed8f9c40..8eeecfd58fc37ce502a842e224da093bee148258 100644 (file)
@@ -17,7 +17,6 @@
 #include "hw/s390x/storage-keys.h"
 #include "qapi/error.h"
 #include "qapi/qapi-commands-machine.h"
-#include "qapi/qapi-commands-misc-target.h"
 #include "qobject/qdict.h"
 #include "qemu/error-report.h"
 #include "system/memory_mapping.h"
index 5e93e6b8cfd1ee745de7c63d447b49c6da1b74b6..ffe44f9e0b84304ce38cb0066595d76cf71f7166 100644 (file)
@@ -42,7 +42,6 @@ qapi_all_modules = [
   'machine-target',
   'migration',
   'misc',
-  'misc-target',
   'net',
   'pragma',
   'qom',
diff --git a/qapi/misc-target.json b/qapi/misc-target.json
deleted file mode 100644 (file)
index c9ea1ab..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# -*- Mode: Python -*-
-# vim: filetype=python
-#
index e96bff8d38c185cf95ba87387019bc6173a59972..d8eb79cfda678d9978b3fa5e2ce5e97a3b5e5402 100644 (file)
@@ -63,7 +63,6 @@
 { 'include': 'misc.json' }
 { 'include': 'misc-arm.json' }
 { 'include': 'misc-i386.json' }
-{ 'include': 'misc-target.json' }
 { 'include': 'audio.json' }
 { 'include': 'acpi.json' }
 { 'include': 'pci.json' }
index 3ea92b066e149a40788e7f22257c7bb8bb6be8a7..3c9b6ca62f2a22f4eca88c767fa442b8921d0698 100644 (file)
@@ -29,7 +29,6 @@
 #include "monitor/hmp.h"
 #include "qobject/qdict.h"
 #include "qapi/error.h"
-#include "qapi/qapi-commands-misc-target.h"
 #include "qapi/qapi-commands-misc.h"
 
 /* Perform linear address sign extension */