]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
Include qapi/qmp/qdict.h exactly where needed
authorMarkus Armbruster <armbru@redhat.com>
Thu, 1 Feb 2018 11:18:39 +0000 (12:18 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 9 Feb 2018 12:52:15 +0000 (13:52 +0100)
commit452fcdbc49c59884c8c284268d64baa24fea11e1
tree8c057e6a77d4a83befd74d8a6a6e596f4db7d2d0
parent47e6b297e76007c04a1e9c492006fe093d932cd9
Include qapi/qmp/qdict.h exactly where needed

This cleanup makes the number of objects depending on qapi/qmp/qdict.h
drop from 4550 (out of 4743) to 368 in my "build everything" tree.
For qapi/qmp/qobject.h, the number drops from 4552 to 390.

While there, separate #include from file comment with a blank line.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-13-armbru@redhat.com>
95 files changed:
block.c
block/crypto.c
block/curl.c
block/file-posix.c
block/file-win32.c
block/gluster.c
block/iscsi.c
block/qapi.c
block/qcow.c
block/rbd.c
block/snapshot.c
block/ssh.c
block/vvfat.c
blockdev.c
device-hotplug.c
hmp.c
hmp.h
hw/pci/pcie_aer.c
hw/s390x/s390-skeys.c
hw/s390x/s390-stattrib.c
hw/usb/xen-usb.c
include/block/block.h
include/block/dirty-bitmap.h
include/hw/block/block.h
include/hw/block/fdc.h
include/hw/loader.h
include/migration/colo.h
include/migration/failover.h
include/monitor/monitor.h
include/net/net.h
include/net/slirp.h
include/qapi/qmp-event.h
include/qapi/qmp/dispatch.h
include/qemu/config-file.h
include/qemu/option.h
include/qemu/throttle.h
include/qom/object_interfaces.h
include/scsi/pr-manager.h
include/sysemu/arch_init.h
include/ui/console.h
migration/ram.h
monitor.c
net/net.c
net/slirp.c
net/tap_int.h
qapi/qmp-dispatch.c
qapi/qmp-event.c
qapi/qobject-input-visitor.c
qapi/qobject-output-visitor.c
qdev-monitor.c
qemu-img.c
qemu-io.c
qemu-nbd.c
qga/main.c
qmp.c
qobject/json-parser.c
qobject/qjson.c
qom/object_interfaces.c
scripts/qapi-commands.py
scripts/qapi-event.py
target/i386/cpu.c
target/i386/monitor.c
target/s390x/cpu_models.c
tests/ahci-test.c
tests/check-qobject.c
tests/cpu-plug-test.c
tests/drive_del-test.c
tests/libqos/libqos.c
tests/libqos/pci-pc.c
tests/libqtest.c
tests/libqtest.h
tests/migration-test.c
tests/numa-test.c
tests/pvpanic-test.c
tests/q35-test.c
tests/qmp-test.c
tests/qom-test.c
tests/tco-test.c
tests/test-char.c
tests/test-keyval.c
tests/test-netfilter.c
tests/test-qemu-opts.c
tests/test-qga.c
tests/test-qmp-event.c
tests/test-qobject-input-visitor.c
tests/test-qobject-output-visitor.c
tests/test-replication.c
tests/tmp105-test.c
tests/vhost-user-test.c
tests/virtio-net-test.c
tests/vmgenid-test.c
tests/wdt_ib700-test.c
ui/input.c
util/keyval.c
util/qemu-config.c