]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: include virutil.h where used
authorJán Tomko <jtomko@redhat.com>
Sun, 16 Feb 2020 21:59:28 +0000 (22:59 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 24 Feb 2020 22:15:50 +0000 (23:15 +0100)
Include virutil.h in all files that use it,
instead of relying on it being pulled in somehow.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
74 files changed:
src/bhyve/bhyve_domain.c
src/bhyve/bhyve_driver.c
src/conf/capabilities.c
src/conf/domain_conf.c
src/conf/node_device_util.c
src/conf/storage_conf.c
src/conf/virnetworkportdef.c
src/conf/virnwfilterbindingobj.c
src/esx/esx_vi.c
src/hypervisor/domain_cgroup.c
src/interface/interface_backend_netcf.c
src/interface/interface_backend_udev.c
src/libvirt-domain.c
src/libxl/libxl_driver.c
src/libxl/libxl_migration.c
src/locking/lock_driver_lockd.c
src/locking/lock_driver_sanlock.c
src/logging/log_handler.c
src/lxc/lxc_cgroup.c
src/lxc/lxc_container.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/lxc/lxc_fuse.c
src/lxc/lxc_native.c
src/lxc/lxc_process.c
src/network/bridge_driver.c
src/network/leaseshelper.c
src/node_device/node_device_driver.c
src/node_device/node_device_udev.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/openvz/openvz_util.c
src/qemu/qemu_agent.c
src/qemu/qemu_alias.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_hostdev.c
src/qemu/qemu_interop_config.c
src/qemu/qemu_migration.c
src/qemu/qemu_monitor.c
src/qemu/qemu_process.c
src/qemu/qemu_shim.c
src/qemu/qemu_vhost_user.c
src/remote/remote_driver.c
src/secret/secret_driver.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_mpath.c
src/storage/storage_driver.c
src/storage/storage_file_fs.c
src/storage/storage_util.c
src/test/test_driver.c
src/util/virmodule.c
src/util/virnuma.c
src/util/virpolkit.c
src/vbox/vbox_common.c
src/vbox/vbox_storage.c
src/vmware/vmware_conf.c
src/vmx/vmx.c
src/vz/vz_driver.c
src/vz/vz_sdk.c
src/vz/vz_utils.c
tests/commandtest.c
tests/testutilsqemu.c
tests/virnettlshelpers.c
tools/virsh-domain.c
tools/virsh-nodedev.c
tools/vsh.c

index 82910ea261406490d29a2d306a5e41f110a1f5fb..a2a0619846cea491c43c8bf309ac217584ae64d1 100644 (file)
@@ -27,6 +27,7 @@
 #include "bhyve_capabilities.h"
 #include "viralloc.h"
 #include "virlog.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_BHYVE
 
index 05ffc2f050111860e16c4719d5c669ec678c7f06..b6204c7fb9653a4012bd10c024e274a45f878f8d 100644 (file)
@@ -53,6 +53,7 @@
 #include "virhostmem.h"
 #include "virportallocator.h"
 #include "conf/domain_capabilities.h"
+#include "virutil.h"
 
 #include "bhyve_conf.h"
 #include "bhyve_device.h"
index d279ea05765b9e0c672fa25d3782d96f18cf606a..99b69aebb5143a73fcf3e05e5d4db7cc8cc4c82b 100644 (file)
@@ -40,6 +40,7 @@
 #include "virtypedparam.h"
 #include "viruuid.h"
 #include "virenum.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_CAPABILITIES
 
index fc1e936bd0d1a29625ef7100aa0acd403b827ad6..17867eeece65c97f6fa728706db0e1a10a7f2150 100644 (file)
@@ -61,6 +61,7 @@
 #include "virmdev.h"
 #include "virdomainsnapshotobjlist.h"
 #include "virdomaincheckpointobjlist.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_DOMAIN
 
index d8f4a4822593dffde57e7cd437e0fdb707d6c6e7..5e80422d7f4db8efc974e93242efc1bfcbcda1e7 100644 (file)
@@ -26,6 +26,7 @@
 #include "virstring.h"
 #include "virvhba.h"
 #include "viralloc.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NODEDEV
 
index 252d28cbfb91dc84ff42ccf2e60f568cc2df339b..626ddd952802fab714aebc85a57349059802624f 100644 (file)
@@ -42,6 +42,7 @@
 #include "virstring.h"
 #include "virlog.h"
 #include "virvhba.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
 
index a0705a83226b34e4336cebd80c88b261247b5c64..64692ab63adfdafdfdd797e97d280d3434470155 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <config.h>
+#include <unistd.h>
 
 #include "viralloc.h"
 #include "virerror.h"
index 00ffb0b2489433b9e27a5f05c02ea8505947aeaf..7cfc2e9efa303b857d41d5e6f23f10407ff9a3d2 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <config.h>
+#include <unistd.h>
 
 #include "viralloc.h"
 #include "virerror.h"
index 421905c6935178d677812f0c1977404e7b46baf5..16690edfbeabe41df23c8c1ab47b6248b93b0944 100644 (file)
@@ -35,6 +35,7 @@
 #include "esx_vi_methods.h"
 #include "esx_util.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_ESX
 
index 2b3e1d69563f41c7b9c21dc6d056650535e3e9c8..eb4fa20a9e6f49649a27dd1c8d147593cf7dbab7 100644 (file)
@@ -23,6 +23,8 @@
 #include "domain_cgroup.h"
 #include "domain_driver.h"
 
+#include "virutil.h"
+
 #define VIR_FROM_THIS VIR_FROM_DOMAIN
 
 
index 06eb1ace0898613d25d9e0c7cbad070f8a4cf9ab..dd0c1481d9dbed934c0ea7e94e8732107ed638f6 100644 (file)
@@ -34,6 +34,7 @@
 #include "virstring.h"
 #include "viraccessapicheck.h"
 #include "virinterfaceobj.h"
+#include "virutil.h"
 
 #include "configmake.h"
 
index e87b884c17635d7134a9879af11048eba9548eda..e388f98536450866f1512b269ff37cf0842fd932 100644 (file)
@@ -35,6 +35,7 @@
 #include "viraccessapicheck.h"
 #include "virinterfaceobj.h"
 #include "virnetdev.h"
+#include "virutil.h"
 
 #include "configmake.h"
 
index 13654513739a80da99693fb318e88fc11a370eab..65813b68ccd8b23b56a76b5a19f7afddc1249cdd 100644 (file)
@@ -26,6 +26,7 @@
 #include "virfile.h"
 #include "virlog.h"
 #include "virtypedparam.h"
+#include "virutil.h"
 
 VIR_LOG_INIT("libvirt.domain");
 
index 2b06f1be1e08ae90a09da7ca32e1e38d98a43e77..8f855891d060954f0096aa7b822ecdb2c8990099 100644 (file)
@@ -55,6 +55,7 @@
 #include "locking/domain_lock.h"
 #include "virnetdevtap.h"
 #include "cpu/cpu.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LIBXL
 
index 873b2b3e01bfed3e2609c7f94a12226f34dadb8d..95516f676b054604bd39aa3cf89d8ffaf4b29414 100644 (file)
@@ -41,6 +41,7 @@
 #include "locking/domain_lock.h"
 #include "virtypedparam.h"
 #include "virfdstream.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LIBXL
 
index 393154bb3cc5de1cceb90cab40432e262b19eeae..bec98dd05f2c8319db29afb79b1d8424c773ade4 100644 (file)
@@ -33,6 +33,7 @@
 #include "lock_protocol.h"
 #include "configmake.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #include "lock_driver_lockd.h"
 
index 088255a111e84d821c59ded23ea5ba9d97e89f66..4ebe98e86db71d89cce0677b81298bc656b1e79e 100644 (file)
@@ -39,6 +39,7 @@
 #include "virfile.h"
 #include "virconf.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #include "configmake.h"
 
index f21cac68ac7e160780cb689e7efcd02b1b73d406..576d0d6921433ed43ac4bc03896ad09c6647943a 100644 (file)
@@ -29,6 +29,7 @@
 #include "virlog.h"
 #include "virrotatingfile.h"
 #include "viruuid.h"
+#include "virutil.h"
 
 #include <unistd.h>
 #include <fcntl.h>
index 4ebe5ef467eed920c84ed2e499f7c886082ce8f4..b9a19e25e66e4904cb900094a0424614ad1c2ec8 100644 (file)
@@ -30,6 +30,7 @@
 #include "viralloc.h"
 #include "virstring.h"
 #include "virsystemd.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LXC
 
index 41efe43a14e3495d9a30152ce5908149069a51fb..ec7104f88a7303a4d753553ab2356a2c89c6e55c 100644 (file)
@@ -60,6 +60,7 @@
 #include "virnetdevip.h"
 #include "virprocess.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LXC
 
index c3dec0859ced41f1ba26957e0098d40cb5891b4b..f3b78ef8153ba376362220e2f0c0c1d72cabae09 100644 (file)
@@ -65,6 +65,7 @@
 #include "virstring.h"
 #include "virgettext.h"
 #include "virsocket.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LXC
 
index b2e9bc3a46d8ff33a09219732d556d59f4b2da21..7bf4134f7c7de920a14f3c1a16f80056d015724c 100644 (file)
@@ -73,6 +73,7 @@
 #include "virhostdev.h"
 #include "netdev_bandwidth_conf.h"
 #include "virsocket.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LXC
 
index 164b284bb895d50d7098282058fc7a0ddeb84ca7..5de49be5b5da0001d032e748233e1e27ca1b0403 100644 (file)
@@ -32,6 +32,7 @@
 #include "virbuffer.h"
 #include "virstring.h"
 #include "viralloc.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LXC
 
index 02d2bf33e4d65ded4ae85df09d8b355e5b6d8b7b..4545d8cde11de983af8bd943b3ab102fa8483530 100644 (file)
@@ -30,6 +30,7 @@
 #include "util/virstring.h"
 #include "util/virconf.h"
 #include "conf/domain_conf.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LXC
 
index 6851b3e3e27615663fe8d2ece0f257c2db078467..f016cbe6eb7a3d15a55f6e34c3cb4d853c8e2fd3 100644 (file)
@@ -51,6 +51,7 @@
 #include "virprocess.h"
 #include "virsystemd.h"
 #include "netdev_bandwidth_conf.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_LXC
 
index fbc0bea238448a352036bcbfe026eecc78911e83..d7edeeb7349aa4c9906ac39dea10689404242881 100644 (file)
@@ -67,6 +67,7 @@
 #include "virhook.h"
 #include "virjson.h"
 #include "virnetworkportdef.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NETWORK
 #define MAX_BRIDGE_ID 256
index dd1d5f70ee70ca22baf84cdbb909913c0c6c566f..a1780ca4e4c9583e79756d6a45479aedfd2e7438 100644 (file)
@@ -35,6 +35,7 @@
 #include "virenum.h"
 #include "configmake.h"
 #include "virgettext.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NETWORK
 
index fda77ede242d1f1f395f958c679f345582f4eb0f..da92a4cf9426c9ff850d1f64292616d3df72cdac 100644 (file)
@@ -39,6 +39,7 @@
 #include "virvhba.h"
 #include "viraccessapicheck.h"
 #include "virnetdev.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NODEDEV
 
index 396763fa2997bd3c2ddd37fc50ebdd009c4c198f..56d5cb2ee04570ca5290c97c225d28b9568ea069 100644 (file)
@@ -40,6 +40,7 @@
 #include "virstring.h"
 #include "virnetdev.h"
 #include "virmdev.h"
+#include "virutil.h"
 
 #include "configmake.h"
 
index f4c192aebbdcc012cae5bdcf8cd871004fcda3bd..235a0024956bc98e7b9bbcc8eaeacaf77e06b175 100644 (file)
@@ -42,6 +42,7 @@
 #include "configmake.h"
 #include "virstring.h"
 #include "virfirewall.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NWFILTER
 
index 0a69216315c5ab98106611deae80a643a527c28f..1d60afae93f978db998a32e719177c2fc18ca15e 100644 (file)
@@ -40,6 +40,7 @@
 #include "vircommand.h"
 #include "virstring.h"
 #include "virhostcpu.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_OPENVZ
 
index 23811d3d08a8feb221b65223977728034ebb3544..1a189dbbe7b187d8e11c61dbd866333a74ba42f1 100644 (file)
@@ -47,6 +47,7 @@
 #include "viruri.h"
 #include "virnetdevtap.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_OPENVZ
 
index 3cdc1c2bdcbe18eea22e4be86b8b5ff714649773..6d12056b4b0c9e17ecd5ac160f2574088a5d9a23 100644 (file)
@@ -34,6 +34,8 @@
 #include "openvz_conf.h"
 #include "openvz_util.h"
 
+#include "virutil.h"
+
 #define VIR_FROM_THIS VIR_FROM_OPENVZ
 
 long
index 7d01d21a11f2c7ed977cedc18338b81cbe6fef0a..23a775034f4694c3cdef7277e0dbb8e7c66d4b0a 100644 (file)
@@ -39,6 +39,7 @@
 #include "virstring.h"
 #include "virenum.h"
 #include "virsocket.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index 93bdcb7548757de547b2ccb01d0a2af16d5a7cc6..95086fc65a777f42bfeb2e0505a2897b43ead03d 100644 (file)
@@ -25,6 +25,7 @@
 #include "viralloc.h"
 #include "virlog.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #define QEMU_DRIVE_HOST_PREFIX "drive-"
 
index 0e727093bc9eaeb3fa24810f6d3493d8180d38f7..7875776d9402476a85189a53a3dc6b00fa2b0011 100644 (file)
@@ -47,6 +47,7 @@
 #include "qemu_qapi.h"
 #include "qemu_process.h"
 #include "qemu_firmware.h"
+#include "virutil.h"
 
 #include <fcntl.h>
 #include <sys/stat.h>
index 548c5ec27421492ea8124908e6e467b559f13121..d550d4f58ad8088b050631298fd032963b99d4c6 100644 (file)
@@ -38,6 +38,7 @@
 #include "virnuma.h"
 #include "virsystemd.h"
 #include "virdevmapper.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index 6d5b53d30a7d3326f58d49a55e2d664df7a15ee9..7cb141cbd6261e55036aec88c21b9612a4823ab9 100644 (file)
@@ -64,6 +64,7 @@
 # include <linux/capability.h>
 #endif
 #include "logging/log_manager.h"
+#include "virutil.h"
 
 #include <sys/stat.h>
 #include <fcntl.h>
index 0357501dc62addc40ab6a7161cbabf55130b3202..eeb29f46bd29f640b09b1822566ffac11971d4a9 100644 (file)
@@ -45,6 +45,7 @@
 #include "virsocket.h"
 #include "virstring.h"
 #include "storage_conf.h"
+#include "virutil.h"
 #include "configmake.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
index af6817cc0526895759b8a4b14db778bddeae6961..446a517df9e8e473c0c779454870be2e5961dd6b 100644 (file)
@@ -61,6 +61,7 @@
 #include "virdomainsnapshotobjlist.h"
 #include "virdomaincheckpointobjlist.h"
 #include "backup_conf.h"
+#include "virutil.h"
 
 #ifdef __linux__
 # include <sys/sysmacros.h>
index 900c16fba9fb3dd507641481d154e231dfe6eabd..e9a62684f09e4fb1e89198930679b7e3f8506c5c 100644 (file)
 #include "virenum.h"
 #include "virdomaincheckpointobjlist.h"
 #include "virsocket.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index 177485064085fdaa8e1671a28308fd33383c9232..fb63da2601e4413bc9c73a2a368c2641c4ab9c04 100644 (file)
@@ -35,6 +35,7 @@
 #include "virnetdev.h"
 #include "virfile.h"
 #include "virhostdev.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index f5f419e63060519139640d0067e12e98114c73e8..975cbf0afda30c44a74fc0269d23f229c6ec3d65 100644 (file)
@@ -28,6 +28,7 @@
 #include "virhash.h"
 #include "virlog.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index a307c5ebe2bbff8d7db531f566f61899757ec4f6..3fc5388d6ac70d3b8dc65370469979e5aff1217c 100644 (file)
@@ -61,6 +61,7 @@
 #include "nwfilter_conf.h"
 #include "virdomainsnapshotobjlist.h"
 #include "virsocket.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index 008d4a0e75314429bee01d11b0e1d4d5d0db48d9..6c0a658def05ee2f56c2968da7afda574dd7dd1a 100644 (file)
@@ -40,6 +40,7 @@
 #include "virstring.h"
 #include "virtime.h"
 #include "virsocket.h"
+#include "virutil.h"
 
 #ifdef WITH_DTRACE_PROBES
 # include "libvirt_qemu_probes.h"
index 8c1ed766779c90a37211f96bc5d36dd2fad93d08..c4b794c4bd9e7e8eb4be0172ee61df4e26dddf93 100644 (file)
@@ -90,6 +90,7 @@
 #include "virvsock.h"
 #include "viridentity.h"
 #include "virthreadjob.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index 07ae6eab90b14ce2b99153fda536dd7277e1ac34..5b7840e971dd551b735710c1ae66f0fdc7e78848 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <stdio.h>
 #include <stdbool.h>
+#include <unistd.h>
 
 #include "virfile.h"
 #include "virstring.h"
index 4c25b3066402298c63fe84a109dbf6eb8db72ffd..1bcb007a1ba46d55e83533542e26e09877d03e58 100644 (file)
@@ -27,6 +27,7 @@
 #include "virstring.h"
 #include "viralloc.h"
 #include "virenum.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
index 7971cde76934c8f077ce85e5a1592ed4f9a19141..7bae0c2514c78dc8c54b157b1218e0865332d58f 100644 (file)
@@ -48,6 +48,7 @@
 #include "virauth.h"
 #include "virauthconfig.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_REMOTE
 
index 210a16c3d3c13a0971e3f62578e1b64ebe0e8db1..1cb342878faba926b20749c12c1a69f77b1e1c8a 100644 (file)
@@ -41,6 +41,7 @@
 #include "virstring.h"
 #include "viraccessapicheck.h"
 #include "secret_event.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_SECRET
 
index 00e8b1aa135e3caadbb21537fdc26e9bf32eb0d9..35b07abbfe80984bd440dfae5f7ccef2513ea5fc 100644 (file)
@@ -29,6 +29,7 @@
 #include "viralloc.h"
 #include "vircommand.h"
 #include "virfile.h"
+#include "virutil.h"
 #include "configmake.h"
 #include "virstring.h"
 
index 45a80b5f2a257a24b18ff4f01fd934ebb938bed2..32892e1d75dde5801f20211b6d2981d2a6d1ab9e 100644 (file)
@@ -40,6 +40,7 @@
 #include "viruuid.h"
 #include "virsecret.h"
 #include "storage_util.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
 
index d26ca9c58ec892c1671079cded9f9ff937d7f720..60958d3d2cfada0b080e205d885b0316483ba18b 100644 (file)
@@ -33,6 +33,7 @@
 #include "virlog.h"
 #include "virfile.h"
 #include "virstring.h"
+#include "virutil.h"
 #include "storage_util.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
index 8843dffc30a2368b310d57b715bdf8cc06bb3335..7cb084b2d6735fed769fce45d8b207985a1e17d8 100644 (file)
@@ -34,6 +34,7 @@
 #include "virlog.h"
 #include "virfile.h"
 #include "virstring.h"
+#include "virutil.h"
 #include "storage_util.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
index 2dd093a9da5290259315dd44f6bd455668859f7f..7e593359a8e614d7f5e5b09fd72cc195a11a45ff 100644 (file)
@@ -49,6 +49,7 @@
 #include "virstring.h"
 #include "viraccessapicheck.h"
 #include "storage_util.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
 
index 8817970f44ea0e2498291494bf52582534964617..0d3f134765e2c17939b6deec54d7bab66395f252 100644 (file)
@@ -33,6 +33,7 @@
 #include "virfile.h"
 #include "virlog.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
 
index 8e43c7868df453997dc1598f1d784ad9420de153..1ec1d136255e3c94c92074cbc6882ead713a7017 100644 (file)
@@ -73,6 +73,7 @@
 #include "virstring.h"
 #include "virxml.h"
 #include "virfdstream.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_STORAGE
 
index 6a629988ef52b97fd2be0ad8446c226b2000c855..029d560fb9074e8973657db5446350113efd8a3d 100644 (file)
@@ -65,6 +65,7 @@
 #include "virdomaincheckpointobjlist.h"
 #include "virdomainsnapshotobjlist.h"
 #include "virkeycode.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_TEST
 
index da64fbd1c3a3eb02a2980259ffd35d6947294eb5..bc05fc6f4d41063e8c9407ca156991a9d612ec46 100644 (file)
@@ -26,6 +26,7 @@
 #include "virerror.h"
 #include "virfile.h"
 #include "virlog.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NONE
 
index 17ab64b5d6a2d95cb7bc68e16d9742d218bd38a5..eeca438f259c1ac7d89db107c184477930c16c4f 100644 (file)
@@ -46,6 +46,7 @@
 #include "virstring.h"
 #include "virfile.h"
 #include "virhostmem.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NONE
 
index 5a9fa0cfed21bbf1430ef2b09e07465cc18af378..1570d667eed637cfa78ef36252f4eefe7b363d70 100644 (file)
@@ -30,6 +30,7 @@
 #include "viralloc.h"
 #include "virdbus.h"
 #include "virfile.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_POLKIT
 
index 7cd9b7be209fe2c5c74e9a194ebb2f4215354602..618663952acf9f24933603ac78ffef13885e284f 100644 (file)
@@ -37,6 +37,7 @@
 #include "snapshot_conf.h"
 #include "vbox_snapshot_conf.h"
 #include "virfdstream.h"
+#include "virutil.h"
 #include "configmake.h"
 
 #include "vbox_common.h"
index 7f240c5333b8f7d54d40c36e052727dc29938810..b9dcacc62e899a09a01f4e665534a69a08ecbf8d 100644 (file)
@@ -27,6 +27,7 @@
 #include "virlog.h"
 #include "virstring.h"
 #include "storage_conf.h"
+#include "virutil.h"
 
 #include "vbox_common.h"
 #include "vbox_uniformed_api.h"
index 0256f1832f8584f917f16eceb414b12c902d5c62..fd62bb96f7d6fa228f179883dd57ff3c6e6e4f23 100644 (file)
@@ -32,6 +32,7 @@
 #include "vmware_conf.h"
 #include "virstring.h"
 #include "virlog.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_VMWARE
 
index b0f7b6a9774e509b89f0c4072f67b451e0acea66..f0140129a2c3af55268ab9e51b2f31018ab633e0 100644 (file)
@@ -31,6 +31,7 @@
 #include "vmx.h"
 #include "viruri.h"
 #include "virstring.h"
+#include "virutil.h"
 
 VIR_LOG_INIT("vmx.vmx");
 
index 2c71f618cdde78279883bd7947fe1d75a9780699..6605247dd9967f57f76575b50ad4c51e3f12b62d 100644 (file)
@@ -48,6 +48,7 @@
 #include "virhostmem.h"
 #include "virhostcpu.h"
 #include "viraccessapicheck.h"
+#include "virutil.h"
 
 #include "vz_driver.h"
 #include "vz_utils.h"
index 2c68c7cb27941cf59df47a9af292f2bad5132f78..c49204de1d44c55b9cce1f104d8b3118ad5a03e6 100644 (file)
@@ -33,6 +33,7 @@
 #include "virtime.h"
 #include "virhostcpu.h"
 #include "virsocketaddr.h"
+#include "virutil.h"
 
 #include "vz_sdk.h"
 
index 001c3e96af76a6a9619e8121a5209b678db30843..c31ff53cfbaf209ef49181384d71d7ca82355885 100644 (file)
@@ -34,6 +34,7 @@
 #include "datatypes.h"
 #include "virlog.h"
 #include "virtime.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_PARALLELS
 #define PRLSRVCTL "prlsrvctl"
index ae2598d5fd927980b1a12e8cad3c97f43a949287..a64aa9ad339da6da4c940b44af2bbb87707f210c 100644 (file)
@@ -38,6 +38,7 @@
 #include "virthread.h"
 #include "virstring.h"
 #include "virprocess.h"
+#include "virutil.h"
 
 #define VIR_FROM_THIS VIR_FROM_NONE
 
index 4dd5664f7bd30737b6cf9ee67e191caedfacf90e..f3b4e2b3b2de33831d9c67c6c6f2799addc70bf3 100644 (file)
@@ -12,6 +12,7 @@
 # include "qemu/qemu_capspriv.h"
 # include "virstring.h"
 # include "virfilecache.h"
+# include "virutil.h"
 
 # define VIR_FROM_THIS VIR_FROM_QEMU
 
index 5aaf98e3450b27cc216679e399b8464de77da146..e2b8e8359a7fefaab42a0f5b9b4437a59dfc60a1 100644 (file)
@@ -25,6 +25,7 @@
 #include "virlog.h"
 #include "virfile.h"
 #include "virsocketaddr.h"
+#include "virutil.h"
 
 #if !defined WIN32 && HAVE_LIBTASN1_H && LIBGNUTLS_VERSION_NUMBER >= 0x020600
 
index d184e25f42d51d2b0403e9a3a1fea11779750a50..9d0f7d68d255a7870fcad6295b980eff0c9fef92 100644 (file)
@@ -54,6 +54,7 @@
 #include "viruri.h"
 #include "vsh-table.h"
 #include "virenum.h"
+#include "virutil.h"
 
 #define VIRSH_COMMON_OPT_DOMAIN_PERSISTENT \
     {.name = "persistent", \
index 68790ea8025b66c47f4269f8c1305a2676752fc1..7f091d7cf821d08fec1521174aad0476211194e0 100644 (file)
@@ -29,6 +29,7 @@
 #include "virtime.h"
 #include "conf/node_device_conf.h"
 #include "virenum.h"
+#include "virutil.h"
 
 /*
  * "nodedev-create" command
index 59e9aab6cc9cb18fc9b86bcb579e036632a8ca72..d392f5b05b00e10849855707775ed2baf32109fc 100644 (file)
@@ -45,6 +45,7 @@
 #include "vircommand.h"
 #include "virtypedparam.h"
 #include "virstring.h"
+#include "virutil.h"
 
 #ifdef WITH_READLINE
 /* For autocompletion */