浏览代码

Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes, with the changes
to the following files manually reverted:

    contrib/libvhost-user/libvhost-user-glib.h
    contrib/libvhost-user/libvhost-user.c
    contrib/libvhost-user/libvhost-user.h
    contrib/plugins/hotblocks.c
    contrib/plugins/hotpages.c
    contrib/plugins/howvec.c
    contrib/plugins/lockstep.c
    linux-user/mips64/cpu_loop.c
    linux-user/mips64/signal.c
    linux-user/sparc64/cpu_loop.c
    linux-user/sparc64/signal.c
    linux-user/x86_64/cpu_loop.c
    linux-user/x86_64/signal.c
    target/s390x/gen-features.c
    tests/fp/platform.h
    tests/migration/s390x/a-b-bios.c
    tests/plugin/bb.c
    tests/plugin/empty.c
    tests/plugin/insn.c
    tests/plugin/mem.c
    tests/test-rcu-simpleq.c
    tests/test-rcu-slist.c
    tests/test-rcu-tailq.c
    tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.c

contrib/plugins/, tests/plugin/, and tests/test-rcu-slist.c appear not
to include osdep.h intentionally.  The remaining reverts are the same
as in commit bbfff19688d.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201113061216.2483385-1-armbru@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Alexander Bulekov <alxndr@bu.edu>
Markus Armbruster 4 年之前
父节点
当前提交
4bd802b209

+ 1 - 0
contrib/vhost-user-gpu/virgl.c

@@ -12,6 +12,7 @@
  * See the COPYING file in the top-level directory.
  * See the COPYING file in the top-level directory.
  */
  */
 
 
+#include "qemu/osdep.h"
 #include <virglrenderer.h>
 #include <virglrenderer.h>
 #include "virgl.h"
 #include "virgl.h"
 
 

+ 1 - 0
contrib/vhost-user-gpu/vugbm.c

@@ -7,6 +7,7 @@
  * See the COPYING file in the top-level directory.
  * See the COPYING file in the top-level directory.
  */
  */
 
 
+#include "qemu/osdep.h"
 #include "vugbm.h"
 #include "vugbm.h"
 
 
 static bool
 static bool

+ 0 - 2
contrib/vhost-user-gpu/vugbm.h

@@ -10,10 +10,8 @@
 #ifndef VHOST_USER_GPU_VUGBM_H
 #ifndef VHOST_USER_GPU_VUGBM_H
 #define VHOST_USER_GPU_VUGBM_H
 #define VHOST_USER_GPU_VUGBM_H
 
 
-#include "qemu/osdep.h"
 
 
 #ifdef CONFIG_MEMFD
 #ifdef CONFIG_MEMFD
-#include <sys/mman.h>
 #include <sys/ioctl.h>
 #include <sys/ioctl.h>
 #endif
 #endif
 
 

+ 0 - 1
contrib/vhost-user-gpu/vugpu.h

@@ -15,7 +15,6 @@
 #ifndef VUGPU_H
 #ifndef VUGPU_H
 #define VUGPU_H
 #define VUGPU_H
 
 
-#include "qemu/osdep.h"
 
 
 #include "libvhost-user-glib.h"
 #include "libvhost-user-glib.h"
 #include "standard-headers/linux/virtio_gpu.h"
 #include "standard-headers/linux/virtio_gpu.h"

+ 0 - 1
contrib/vhost-user-input/main.c

@@ -6,7 +6,6 @@
 
 
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 
 
-#include <glib.h>
 #include <linux/input.h>
 #include <linux/input.h>
 
 
 #include "qemu/iov.h"
 #include "qemu/iov.h"

+ 0 - 1
hw/display/artist.c

@@ -9,7 +9,6 @@
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qemu-common.h"
 #include "qemu/error-report.h"
 #include "qemu/error-report.h"
-#include "qemu/typedefs.h"
 #include "qemu/log.h"
 #include "qemu/log.h"
 #include "qemu/module.h"
 #include "qemu/module.h"
 #include "qemu/units.h"
 #include "qemu/units.h"

+ 2 - 1
hw/s390x/s390-pci-vfio.c

@@ -9,11 +9,12 @@
  * directory.
  * directory.
  */
  */
 
 
+#include "qemu/osdep.h"
+
 #include <sys/ioctl.h>
 #include <sys/ioctl.h>
 #include <linux/vfio.h>
 #include <linux/vfio.h>
 #include <linux/vfio_zdev.h>
 #include <linux/vfio_zdev.h>
 
 
-#include "qemu/osdep.h"
 #include "trace.h"
 #include "trace.h"
 #include "hw/s390x/s390-pci-bus.h"
 #include "hw/s390x/s390-pci-bus.h"
 #include "hw/s390x/s390-pci-clp.h"
 #include "hw/s390x/s390-pci-clp.h"

+ 0 - 1
include/hw/block/swim.h

@@ -11,7 +11,6 @@
 #ifndef SWIM_H
 #ifndef SWIM_H
 #define SWIM_H
 #define SWIM_H
 
 
-#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/sysbus.h"
 #include "qom/object.h"
 #include "qom/object.h"
 
 

+ 0 - 1
include/hw/display/macfb.h

@@ -13,7 +13,6 @@
 #ifndef MACFB_H
 #ifndef MACFB_H
 #define MACFB_H
 #define MACFB_H
 
 
-#include "qemu/osdep.h"
 #include "exec/memory.h"
 #include "exec/memory.h"
 #include "ui/console.h"
 #include "ui/console.h"
 #include "qom/object.h"
 #include "qom/object.h"

+ 0 - 1
include/qemu/nvdimm-utils.h

@@ -1,7 +1,6 @@
 #ifndef NVDIMM_UTILS_H
 #ifndef NVDIMM_UTILS_H
 #define NVDIMM_UTILS_H
 #define NVDIMM_UTILS_H
 
 
-#include "qemu/osdep.h"
 
 
 GSList *nvdimm_get_device_list(void);
 GSList *nvdimm_get_device_list(void);
 #endif
 #endif

+ 0 - 1
tests/qtest/fuzz/fuzz.h

@@ -14,7 +14,6 @@
 #ifndef FUZZER_H_
 #ifndef FUZZER_H_
 #define FUZZER_H_
 #define FUZZER_H_
 
 
-#include "qemu/osdep.h"
 #include "qemu/units.h"
 #include "qemu/units.h"
 #include "qapi/error.h"
 #include "qapi/error.h"
 
 

+ 0 - 1
tests/qtest/fuzz/generic_fuzz_configs.h

@@ -13,7 +13,6 @@
 #ifndef GENERIC_FUZZ_CONFIGS_H
 #ifndef GENERIC_FUZZ_CONFIGS_H
 #define GENERIC_FUZZ_CONFIGS_H
 #define GENERIC_FUZZ_CONFIGS_H
 
 
-#include "qemu/osdep.h"
 
 
 typedef struct generic_fuzz_config {
 typedef struct generic_fuzz_config {
     const char *name, *args, *objects;
     const char *name, *args, *objects;

+ 0 - 5
tools/virtiofsd/buffer.c

@@ -12,11 +12,6 @@
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "fuse_i.h"
 #include "fuse_i.h"
 #include "fuse_lowlevel.h"
 #include "fuse_lowlevel.h"
-#include <assert.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
 
 
 size_t fuse_buf_size(const struct fuse_bufvec *bufv)
 size_t fuse_buf_size(const struct fuse_bufvec *bufv)
 {
 {

+ 0 - 2
tools/virtiofsd/fuse_common.h

@@ -18,8 +18,6 @@
 
 
 #include "fuse_log.h"
 #include "fuse_log.h"
 #include "fuse_opt.h"
 #include "fuse_opt.h"
-#include <stdint.h>
-#include <sys/types.h>
 
 
 /** Major version of FUSE library interface */
 /** Major version of FUSE library interface */
 #define FUSE_MAJOR_VERSION 3
 #define FUSE_MAJOR_VERSION 3

+ 0 - 2
tools/virtiofsd/fuse_log.c

@@ -11,8 +11,6 @@
 #include "qemu/osdep.h"
 #include "qemu/osdep.h"
 #include "fuse_log.h"
 #include "fuse_log.h"
 
 
-#include <stdarg.h>
-#include <stdio.h>
 
 
 static void default_log_func(__attribute__((unused)) enum fuse_log_level level,
 static void default_log_func(__attribute__((unused)) enum fuse_log_level level,
                              const char *fmt, va_list ap)
                              const char *fmt, va_list ap)

+ 0 - 1
tools/virtiofsd/fuse_log.h

@@ -14,7 +14,6 @@
  * This file defines the logging interface of FUSE
  * This file defines the logging interface of FUSE
  */
  */
 
 
-#include <stdarg.h>
 
 
 /**
 /**
  * Log severity level
  * Log severity level

+ 0 - 10
tools/virtiofsd/fuse_lowlevel.c

@@ -16,17 +16,7 @@
 #include "fuse_opt.h"
 #include "fuse_opt.h"
 #include "fuse_virtio.h"
 #include "fuse_virtio.h"
 
 
-#include <assert.h>
-#include <errno.h>
-#include <glib.h>
-#include <limits.h>
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <sys/file.h>
 #include <sys/file.h>
-#include <unistd.h>
 
 
 #define THREAD_POOL_SIZE 64
 #define THREAD_POOL_SIZE 64
 
 

+ 0 - 3
tools/virtiofsd/fuse_lowlevel.h

@@ -25,10 +25,7 @@
 
 
 #include "fuse_common.h"
 #include "fuse_common.h"
 
 
-#include <fcntl.h>
-#include <sys/stat.h>
 #include <sys/statvfs.h>
 #include <sys/statvfs.h>
-#include <sys/types.h>
 #include <sys/uio.h>
 #include <sys/uio.h>
 #include <utime.h>
 #include <utime.h>
 
 

+ 0 - 1
tools/virtiofsd/fuse_misc.h

@@ -7,7 +7,6 @@
  */
  */
 
 
 #include <pthread.h>
 #include <pthread.h>
-#include "config-host.h"
 
 
 /*
 /*
  * Versioned symbols cannot be used in some cases because it
  * Versioned symbols cannot be used in some cases because it

+ 0 - 4
tools/virtiofsd/fuse_opt.c

@@ -14,10 +14,6 @@
 #include "fuse_i.h"
 #include "fuse_i.h"
 #include "fuse_misc.h"
 #include "fuse_misc.h"
 
 
-#include <assert.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 
 
 struct fuse_opt_context {
 struct fuse_opt_context {
     void *data;
     void *data;

+ 0 - 5
tools/virtiofsd/fuse_signals.c

@@ -12,11 +12,6 @@
 #include "fuse_i.h"
 #include "fuse_i.h"
 #include "fuse_lowlevel.h"
 #include "fuse_lowlevel.h"
 
 
-#include <errno.h>
-#include <signal.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 
 
 static struct fuse_session *fuse_instance;
 static struct fuse_session *fuse_instance;
 
 

+ 0 - 10
tools/virtiofsd/fuse_virtio.c

@@ -20,20 +20,10 @@
 #include "fuse_opt.h"
 #include "fuse_opt.h"
 #include "fuse_virtio.h"
 #include "fuse_virtio.h"
 
 
-#include <assert.h>
-#include <errno.h>
-#include <glib.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <sys/eventfd.h>
 #include <sys/eventfd.h>
 #include <sys/socket.h>
 #include <sys/socket.h>
-#include <sys/types.h>
 #include <sys/un.h>
 #include <sys/un.h>
-#include <sys/types.h>
 #include <grp.h>
 #include <grp.h>
-#include <unistd.h>
 
 
 #include "libvhost-user.h"
 #include "libvhost-user.h"
 
 

+ 0 - 8
tools/virtiofsd/helper.c

@@ -16,16 +16,8 @@
 #include "fuse_misc.h"
 #include "fuse_misc.h"
 #include "fuse_opt.h"
 #include "fuse_opt.h"
 
 
-#include <errno.h>
-#include <limits.h>
-#include <stddef.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <sys/param.h>
 #include <sys/param.h>
-#include <sys/time.h>
 #include <sys/resource.h>
 #include <sys/resource.h>
-#include <unistd.h>
 
 
 #define FUSE_HELPER_OPT(t, p)                       \
 #define FUSE_HELPER_OPT(t, p)                       \
     {                                               \
     {                                               \

+ 0 - 12
tools/virtiofsd/passthrough_ll.c

@@ -41,29 +41,17 @@
 #include "fuse_log.h"
 #include "fuse_log.h"
 #include "fuse_lowlevel.h"
 #include "fuse_lowlevel.h"
 #include "standard-headers/linux/fuse.h"
 #include "standard-headers/linux/fuse.h"
-#include <assert.h>
 #include <cap-ng.h>
 #include <cap-ng.h>
 #include <dirent.h>
 #include <dirent.h>
-#include <errno.h>
-#include <glib.h>
-#include <inttypes.h>
-#include <limits.h>
 #include <pthread.h>
 #include <pthread.h>
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <sys/file.h>
 #include <sys/file.h>
 #include <sys/mount.h>
 #include <sys/mount.h>
 #include <sys/prctl.h>
 #include <sys/prctl.h>
 #include <sys/resource.h>
 #include <sys/resource.h>
 #include <sys/syscall.h>
 #include <sys/syscall.h>
-#include <sys/types.h>
 #include <sys/wait.h>
 #include <sys/wait.h>
 #include <sys/xattr.h>
 #include <sys/xattr.h>
 #include <syslog.h>
 #include <syslog.h>
-#include <unistd.h>
 
 
 #include "qemu/cutils.h"
 #include "qemu/cutils.h"
 #include "passthrough_helpers.h"
 #include "passthrough_helpers.h"

+ 0 - 3
tools/virtiofsd/passthrough_seccomp.c

@@ -10,10 +10,7 @@
 #include "passthrough_seccomp.h"
 #include "passthrough_seccomp.h"
 #include "fuse_i.h"
 #include "fuse_i.h"
 #include "fuse_log.h"
 #include "fuse_log.h"
-#include <errno.h>
-#include <glib.h>
 #include <seccomp.h>
 #include <seccomp.h>
-#include <stdlib.h>
 
 
 /* Bodge for libseccomp 2.4.2 which broke ppoll */
 /* Bodge for libseccomp 2.4.2 which broke ppoll */
 #if !defined(__SNR_ppoll) && defined(__SNR_brk)
 #if !defined(__SNR_ppoll) && defined(__SNR_brk)

+ 0 - 1
tools/virtiofsd/passthrough_seccomp.h

@@ -9,7 +9,6 @@
 #ifndef VIRTIOFSD_SECCOMP_H
 #ifndef VIRTIOFSD_SECCOMP_H
 #define VIRTIOFSD_SECCOMP_H
 #define VIRTIOFSD_SECCOMP_H
 
 
-#include <stdbool.h>
 
 
 void setup_seccomp(bool enable_syslog);
 void setup_seccomp(bool enable_syslog);
 
 

+ 1 - 0
util/nvdimm-utils.c

@@ -1,3 +1,4 @@
+#include "qemu/osdep.h"
 #include "qemu/nvdimm-utils.h"
 #include "qemu/nvdimm-utils.h"
 #include "hw/mem/nvdimm.h"
 #include "hw/mem/nvdimm.h"