]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
error: Drop superfluous #include "qapi/qmp/qerror.h"
authorMarkus Armbruster <armbru@redhat.com>
Tue, 7 Feb 2023 07:51:04 +0000 (08:51 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 23 Feb 2023 12:56:14 +0000 (13:56 +0100)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230207075115.1525-2-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
20 files changed:
authz/listfile.c
backends/cryptodev-vhost.c
backends/rng.c
backends/vhost-user.c
block/backup.c
block/commit.c
block/mirror.c
block/stream.c
hw/core/machine.c
hw/i386/pc.c
hw/i386/x86.c
hw/misc/xlnx-zynqmp-apu-ctrl.c
migration/colo.c
migration/migration-hmp-cmds.c
qga/main.c
softmmu/qtest.c
target/i386/monitor.c
target/i386/sev-sysemu-stub.c
target/i386/sev.c
util/qemu-config.c

index da3a0e69a2ed472c053a2b64113405f371e1b2e1..45a60e987df9e96310c16a5fbe44de0342d56a74 100644 (file)
@@ -30,7 +30,6 @@
 #include "qapi/qapi-visit-authz.h"
 #include "qapi/qmp/qjson.h"
 #include "qapi/qmp/qobject.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/qobject-input-visitor.h"
 
 
index 572f87b3bee1f561328fd7775f668b6041c4678a..74ea0ad63deb6e0298ea9abbc61b2d9a3385d5fa 100644 (file)
@@ -28,7 +28,6 @@
 
 #ifdef CONFIG_VHOST_CRYPTO
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/error-report.h"
 #include "hw/virtio/virtio-crypto.h"
 #include "sysemu/cryptodev-vhost-user.h"
index 6c7bf64426afc4ea5290373162f8b35db8d6abae..9bbd0c77b6959f2fc03c4fc77908a8237de09b5a 100644 (file)
@@ -13,7 +13,6 @@
 #include "qemu/osdep.h"
 #include "sysemu/rng.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/module.h"
 #include "qom/object_interfaces.h"
 
index 7bfcaef976c4c6842953dfa446f7ed44f7465f1f..0596223ac468ca302c96a0a3097b9b67f365ec10 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/error-report.h"
 #include "qom/object_interfaces.h"
 #include "sysemu/vhost-user-backend.h"
index 824d39acaacdf6c46b81560ba5a271388f0eb948..5b8863b88cb5d6c33c8f7e2643586592d1e88072 100644 (file)
@@ -22,7 +22,6 @@
 #include "block/block-copy.h"
 #include "block/dirty-bitmap.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/cutils.h"
 #include "sysemu/block-backend.h"
 #include "qemu/bitmap.h"
index 41e3599281aa659915a611c1b775b3ab92d5aefb..387a720d03338881b330e5edfca3026c1c3d9a2d 100644 (file)
@@ -18,7 +18,6 @@
 #include "block/block_int.h"
 #include "block/blockjob_int.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/ratelimit.h"
 #include "qemu/memalign.h"
 #include "sysemu/block-backend.h"
index ab326b67c977cf3b483804cf872493e95baaf48c..0f6551cf5b94008b73d940088b320927d3160680 100644 (file)
@@ -21,7 +21,6 @@
 #include "block/dirty-bitmap.h"
 #include "sysemu/block-backend.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qemu/ratelimit.h"
 #include "qemu/bitmap.h"
 #include "qemu/memalign.h"
index 8744ad103f71ebd130ff3ac2aa906b9a7cad0a8e..e77a033233774a59aa141d60179dac5aedd0b0b6 100644 (file)
@@ -16,7 +16,6 @@
 #include "block/block_int.h"
 #include "block/blockjob_int.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/qmp/qdict.h"
 #include "qemu/ratelimit.h"
 #include "sysemu/block-backend.h"
index f73fc4c45c41eead1e2819f726b2c771629bc560..f29e700ee4d0bff2cf7a281887fdbeeb5f8c8d77 100644 (file)
@@ -13,7 +13,6 @@
 #include "qemu/osdep.h"
 #include "qemu/option.h"
 #include "qemu/accel.h"
-#include "qapi/qmp/qerror.h"
 #include "sysemu/replay.h"
 #include "qemu/units.h"
 #include "hw/boards.h"
index 6e592bd969aa478b756e2fb3a383640ba5d6c2c4..a7a2ededf95bcd63675d74e2c3790b18eac0d3a4 100644 (file)
@@ -92,7 +92,6 @@
 #include "hw/mem/memory-device.h"
 #include "sysemu/replay.h"
 #include "target/i386/cpu.h"
-#include "qapi/qmp/qerror.h"
 #include "e820_memory_layout.h"
 #include "fw_cfg.h"
 #include "trace.h"
index eaff4227bd68b5362c5edf6825df5c16c29a5601..48be7a1c23797028262a589e77d533217667a71e 100644 (file)
@@ -28,7 +28,6 @@
 #include "qemu/datadir.h"
 #include "qemu/guest-random.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/qapi-visit-common.h"
 #include "qapi/clone-visitor.h"
 #include "qapi/qapi-visit-machine.h"
index 20de23cf671b78904190eb84c094f231ea6eb124..3d2be95e6db244a7d98ad96e382cedb13f7fef58 100644 (file)
@@ -18,7 +18,6 @@
 #include "hw/register.h"
 
 #include "qemu/bitops.h"
-#include "qapi/qmp/qerror.h"
 
 #include "hw/misc/xlnx-zynqmp-apu-ctrl.h"
 
index 232c8d44b1f755eb55bcc729608a89e4f80cf860..0716e64689c686e06299819b4a353ddb08fb20ce 100644 (file)
@@ -33,7 +33,6 @@
 #include "net/colo.h"
 #include "block/block.h"
 #include "qapi/qapi-events-migration.h"
-#include "qapi/qmp/qerror.h"
 #include "sysemu/cpus.h"
 #include "sysemu/runstate.h"
 #include "net/filter.h"
index ef25bc89290e66cd5c1d3b42ee5eef80f28eca18..72519ea99fdb5b7632ede99d7bf9bc4328055d2c 100644 (file)
@@ -23,7 +23,6 @@
 #include "qapi/qapi-commands-migration.h"
 #include "qapi/qapi-visit-migration.h"
 #include "qapi/qmp/qdict.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/string-input-visitor.h"
 #include "qapi/string-output-visitor.h"
 #include "qemu/cutils.h"
index 85b7d6ced504bb1ae1303371205b2cdd5ac65845..2b992a55b35b7e1ab2172945e7e39979bcda3623 100644 (file)
@@ -24,7 +24,6 @@
 #include "qapi/qmp/qjson.h"
 #include "guest-agent-core.h"
 #include "qga-qapi-init-commands.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/error.h"
 #include "channel.h"
 #include "qemu/cutils.h"
index d3e0ab4eda2650d5183e2b234bee929e94c0a08b..34bd2a33a76ae3b6e9edb35e6bead9578d6bed0e 100644 (file)
@@ -28,7 +28,6 @@
 #include "qemu/error-report.h"
 #include "qemu/module.h"
 #include "qemu/cutils.h"
-#include "qapi/qmp/qerror.h"
 #include "qom/object_interfaces.h"
 #include CONFIG_DEVICES
 #ifdef CONFIG_PSERIES
index ad5b7b8bb5b87c6e06e2bcdd889668c1ffaba6ef..65128463270e141c919c314b54a1062cfc5b64ff 100644 (file)
@@ -28,7 +28,6 @@
 #include "monitor/hmp-target.h"
 #include "monitor/hmp.h"
 #include "qapi/qmp/qdict.h"
-#include "qapi/qmp/qerror.h"
 #include "sysemu/kvm.h"
 #include "qapi/error.h"
 #include "qapi/qapi-commands-misc-target.h"
index 7a29295d1edc74884b6efbd1b41c5aecdd2ba865..96e1c15cc3fa13b3d0dcf542632ab4074fee3501 100644 (file)
@@ -15,7 +15,6 @@
 #include "monitor/monitor.h"
 #include "monitor/hmp-target.h"
 #include "qapi/qapi-commands-misc-target.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/error.h"
 #include "sev.h"
 
index 32f7dbac4efa4c0a4a141a4f2962db5a497868a5..0ec970496e5dd4e49f7e7a3feef5c9a1ba39398e 100644 (file)
@@ -34,7 +34,6 @@
 #include "monitor/monitor.h"
 #include "monitor/hmp-target.h"
 #include "qapi/qapi-commands-misc-target.h"
-#include "qapi/qmp/qerror.h"
 #include "exec/confidential-guest-support.h"
 #include "hw/i386/pc.h"
 #include "exec/address-spaces.h"
index d63f27438dc4c5b351945295cd3cba0710ce357e..42076efe1ef2bd512c33c67d1edeafa43ac027bf 100644 (file)
@@ -2,7 +2,6 @@
 #include "block/qdict.h" /* for qdict_extract_subqdict() */
 #include "qapi/error.h"
 #include "qapi/qapi-commands-misc.h"
-#include "qapi/qmp/qerror.h"
 #include "qapi/qmp/qdict.h"
 #include "qapi/qmp/qlist.h"
 #include "qemu/error-report.h"