mirror of https://gitee.com/openkylin/libvirt.git
Rename logging.{c,h} to virlog.{c,h}
This commit is contained in:
parent
6a095d0851
commit
936d95d347
|
@ -27,7 +27,7 @@
|
|||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "rpc/virnetserver.h"
|
||||
#include "configmake.h"
|
||||
#include "remote/remote_protocol.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
# include <rpc/xdr.h>
|
||||
# include "remote_protocol.h"
|
||||
# include "qemu_protocol.h"
|
||||
# include "logging.h"
|
||||
# include "virlog.h"
|
||||
# include "threads.h"
|
||||
# if HAVE_SASL
|
||||
# include "virnetsaslcontext.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "libvirt_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "stream.h"
|
||||
#include "uuid.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "stream.h"
|
||||
#include "remote.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virnetserverclient.h"
|
||||
#include "virterror_internal.h"
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@ augeastest_DATA =
|
|||
# These files are not related to driver APIs. Simply generic
|
||||
# helper APIs for various purposes
|
||||
UTIL_SOURCES = \
|
||||
util/logging.c util/logging.h \
|
||||
util/memory.c util/memory.h \
|
||||
util/pci.c util/pci.h \
|
||||
util/processinfo.c util/processinfo.h \
|
||||
|
@ -85,6 +84,7 @@ UTIL_SOURCES = \
|
|||
util/virnodesuspend.c util/virnodesuspend.h \
|
||||
util/viriptables.c util/viriptables.h \
|
||||
util/virjson.c util/virjson.h \
|
||||
util/virlog.c util/virlog.h \
|
||||
util/virobject.c util/virobject.h \
|
||||
util/virpidfile.c util/virpidfile.h \
|
||||
util/virprocess.c util/virprocess.h \
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "domain_audit.h"
|
||||
#include "viraudit.h"
|
||||
#include "uuid.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
|
||||
/* Return nn:mm in hex for block and character devices, and NULL
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
#include "virbuffer.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "nwfilter_conf.h"
|
||||
#include "storage_file.h"
|
||||
#include "virfile.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "domain_event.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "nwfilter_params.h"
|
||||
#include "domain_conf.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NWFILTER
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "internal.h"
|
||||
#include "virbuffer.h"
|
||||
#include "datatypes.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "secret_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "count-one-bits.h"
|
||||
#include "datatypes.h"
|
||||
#include "domain_conf.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "netdev_bandwidth_conf.h"
|
||||
#include "netdev_vport_profile_conf.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "threads.h"
|
||||
#include "memory.h"
|
||||
#include "virpidfile.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virfile.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "xml.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <config.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "driver.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "configmake.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_private.h"
|
||||
#include "esx_device_monitor.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "virauth.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "vmx.h"
|
||||
#include "virtypedparam.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "interface_conf.h"
|
||||
#include "virsocketaddr.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "network_conf.h"
|
||||
#include "esx_private.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_private.h"
|
||||
#include "esx_nwfilter_driver.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_private.h"
|
||||
#include "esx_secret_driver.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "md5.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "storage_conf.h"
|
||||
#include "storage_file.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "md5.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "storage_conf.h"
|
||||
#include "storage_file.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "vmx.h"
|
||||
#include "esx_private.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "uuid.h"
|
||||
#include "vmx.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_vi_methods.h"
|
||||
#include "esx_util.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "virbuffer.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "esx_vi.h"
|
||||
#include "esx_vi_types.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "fdstream.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
#include "virfile.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_device_monitor.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "virauth.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_driver.h"
|
||||
#include "hyperv_interface_driver.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_interface_driver.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_network_driver.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_nwfilter_driver.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_secret_driver.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_storage_driver.h"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_private.h"
|
||||
#include "hyperv_util.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "internal.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
#include "uuid.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "interface_driver.h"
|
||||
#include "interface_conf.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_INTERFACE
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "libvirt/libvirt-qemu.h"
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "driver.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <sys/socket.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "virfile.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virconf.h"
|
||||
#include "datatypes.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_LOCKING
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "virpidfile.h"
|
||||
#include "virprocess.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "virconf.h"
|
||||
#include "rpc/virnetserver.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "rpc/virnetserver.h"
|
||||
#include "configmake.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "rpc/virnetserver.h"
|
||||
#include "rpc/virnetserverclient.h"
|
||||
#include "util.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#include "lock_daemon.h"
|
||||
#include "lock_protocol.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "lock_driver.h"
|
||||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
#include "virfile.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "lock_driver_nop.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "dirname.h"
|
||||
#include "lock_driver.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "lock_manager.h"
|
||||
#include "lock_driver_nop.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "lxc_container.h"
|
||||
#include "virfile.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "vircgroup.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "virterror_internal.h"
|
||||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "configmake.h"
|
||||
#include "lxc_container.h"
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#endif
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "lxc_container.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#endif
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
|
||||
#include "lxc_conf.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "lxc_domain.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_LXC
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <wait.h>
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "lxc_cgroup.h"
|
||||
#include "lxc_conf.h"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "lxc_fuse.h"
|
||||
#include "lxc_cgroup.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virfile.h"
|
||||
#include "virbuffer.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "lxc_hostdev.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "memory.h"
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "threads.h"
|
||||
#include "rpc/virnetclient.h"
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "memory.h"
|
||||
#include "domain_audit.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "vircommand.h"
|
||||
#include "lxc_hostdev.h"
|
||||
#include "virhook.h"
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
#include "viriptables.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virdnsmasq.h"
|
||||
#include "configmake.h"
|
||||
#include "virnetdev.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "node_device_conf.h"
|
||||
#include "node_device_hal.h"
|
||||
#include "node_device_driver.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
#include "pci.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "node_device_driver.h"
|
||||
#include "virdbus.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "node_device_hal.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virfile.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NODEDEV
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "node_device_driver.h"
|
||||
#include "driver.h"
|
||||
#include "datatypes.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "nodeinfo.h"
|
||||
#include "physmem.h"
|
||||
#include "util.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "count-one-bits.h"
|
||||
#include "intprops.h"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#include <net/if.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "conf/domain_conf.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "virdbus.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "domain_conf.h"
|
||||
#include "nwfilter_conf.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "internal.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "domain_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "nwfilter_gentech_driver.h"
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include "intprops.h"
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "virnetdev.h"
|
||||
#include "virterror_internal.h"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#include "memory.h"
|
||||
#include "virfile.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "vircommand.h"
|
||||
#include "viruri.h"
|
||||
#include "stats_linux.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "vircommand.h"
|
||||
#include "configmake.h"
|
||||
#include "storage_file.h"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "driver.h"
|
||||
#include "libvirt/libvirt.h"
|
||||
#include "virterror_internal.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "qemu_agent.h"
|
||||
#include "qemu_command.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virjson.h"
|
||||
#include "virfile.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "qemu_driver.h"
|
||||
#include "util.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#include "qemu_bridge_filter.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "qemu_capabilities.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "util.h"
|
||||
#include "virfile.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "qemu_domain.h"
|
||||
#include "qemu_process.h"
|
||||
#include "vircgroup.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "qemu_bridge_filter.h"
|
||||
#include "cpu/cpu.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "util.h"
|
||||
#include "virarch.h"
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "xml.h"
|
||||
#include "nodeinfo.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "cpu/cpu.h"
|
||||
#include "domain_nwfilter.h"
|
||||
#include "virfile.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "qemu_capabilities.h"
|
||||
#include "qemu_migration.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "c-ctype.h"
|
||||
#include "cpu/cpu.h"
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#include "qemu_migration.h"
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "virbuffer.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "qemu_hostdev.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "pci.h"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "qemu_hostdev.h"
|
||||
#include "domain_audit.h"
|
||||
#include "domain_nwfilter.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "qemu_cgroup.h"
|
||||
|
||||
#include "domain_audit.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "qemu_monitor_json.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virfile.h"
|
||||
#include "virprocess.h"
|
||||
#include "virobject.h"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include "qemu_command.h"
|
||||
#include "qemu_capabilities.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "driver.h"
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "c-ctype.h"
|
||||
#include "c-strcasestr.h"
|
||||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "driver.h"
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#endif
|
||||
|
||||
#include "datatypes.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "virhook.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "virnetclientprogram.h"
|
||||
#include "virnetclientstream.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "domain_event.h"
|
||||
#include "driver.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "memory.h"
|
||||
#include "threads.h"
|
||||
#include "virfile.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virnetsocket.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "memory.h"
|
||||
#include "threads.h"
|
||||
#include "virfile.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "virterror_internal.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "virfile.h"
|
||||
#include "threads.h"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "virnetclient.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "threads.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_RPC
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "virnetmessage.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virfile.h"
|
||||
#include "util.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "threads.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_RPC
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <fcntl.h>
|
||||
|
||||
#include "virnetserver.h"
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "threads.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "virnetserverclient.h"
|
||||
|
||||
#include "logging.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "threads.h"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue