mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
Rename memory.{c,h} to viralloc.{c,h}
This commit is contained in:
parent
936d95d347
commit
ab9b7ec2f6
6
cfg.mk
6
cfg.mk
@ -321,7 +321,7 @@ sc_prohibit_internal_functions:
|
||||
# Avoid raw malloc and free, except in documentation comments.
|
||||
sc_prohibit_raw_allocation:
|
||||
@prohibit='^.[^*].*\<((m|c|re)alloc|free) *\([^)]' \
|
||||
halt='use VIR_ macros from memory.h instead of malloc/free' \
|
||||
halt='use VIR_ macros from viralloc.h instead of malloc/free' \
|
||||
$(_sc_search_regexp)
|
||||
|
||||
# Avoid functions that can lead to double-close bugs.
|
||||
@ -785,7 +785,7 @@ exclude_file_name_regexp--sc_prohibit_fork_wrappers = \
|
||||
exclude_file_name_regexp--sc_prohibit_gethostname = ^src/util/util\.c$$
|
||||
|
||||
exclude_file_name_regexp--sc_prohibit_internal_functions = \
|
||||
^src/(util/(memory|util|virfile)\.[hc]|esx/esx_vi\.c)$$
|
||||
^src/(util/(viralloc|util|virfile)\.[hc]|esx/esx_vi\.c)$$
|
||||
|
||||
exclude_file_name_regexp--sc_prohibit_newline_at_end_of_diagnostic = \
|
||||
^src/rpc/gendispatch\.pl$$
|
||||
@ -794,7 +794,7 @@ exclude_file_name_regexp--sc_prohibit_nonreentrant = \
|
||||
^((po|tests)/|docs/.*py|run.in$$)
|
||||
|
||||
exclude_file_name_regexp--sc_prohibit_raw_allocation = \
|
||||
^(src/util/memory\.[ch]|examples/.*)$$
|
||||
^(src/util/viralloc\.[ch]|examples/.*)$$
|
||||
|
||||
exclude_file_name_regexp--sc_prohibit_readlink = \
|
||||
^src/(util/util|lxc/lxc_container)\.c$$
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "libvirtd-config.h"
|
||||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
#include "rpc/virnetserver.h"
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "util.h"
|
||||
#include "uuid.h"
|
||||
#include "remote_driver.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virconf.h"
|
||||
#include "virnetlink.h"
|
||||
#include "virnetserver.h"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "libvirtd.h"
|
||||
#include "libvirt_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "stream.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "stream.h"
|
||||
#include "remote.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "virnetserverclient.h"
|
||||
#include "virterror_internal.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "libvirt/virterror.h"
|
||||
#include "typewrappers.h"
|
||||
#include "libvirt.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "ignore-value.h"
|
||||
#include "util.h"
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
#include "typewrappers.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
#ifndef Py_CAPSULE_H
|
||||
typedef void(*PyCapsule_Destructor)(void *, void *);
|
||||
|
@ -53,7 +53,6 @@ augeastest_DATA =
|
||||
# These files are not related to driver APIs. Simply generic
|
||||
# helper APIs for various purposes
|
||||
UTIL_SOURCES = \
|
||||
util/memory.c util/memory.h \
|
||||
util/pci.c util/pci.h \
|
||||
util/processinfo.c util/processinfo.h \
|
||||
util/sexpr.c util/sexpr.h \
|
||||
@ -66,6 +65,7 @@ UTIL_SOURCES = \
|
||||
util/threadpool.c util/threadpool.h \
|
||||
util/uuid.c util/uuid.h \
|
||||
util/util.c util/util.h \
|
||||
util/viralloc.c util/viralloc.h \
|
||||
util/virarch.h util/virarch.c \
|
||||
util/viratomic.h util/viratomic.c \
|
||||
util/viraudit.c util/viraudit.h \
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "capabilities.h"
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "uuid.h"
|
||||
#include "cpu_conf.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "virbuffer.h"
|
||||
#include "cpu_conf.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <config.h>
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "xml.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "viraudit.h"
|
||||
#include "uuid.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
/* Return nn:mm in hex for block and character devices, and NULL
|
||||
* for other file types, stat failure, or allocation failure. */
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "domain_conf.h"
|
||||
#include "snapshot_conf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "verify.h"
|
||||
#include "xml.h"
|
||||
#include "uuid.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "domain_event.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virterror_internal.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "interface_conf.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "xml.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "netdev_bandwidth_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "domain_conf.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "netdev_vlan_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "netdev_vport_profile_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "netdev_vport_profile_conf.h"
|
||||
#include "netdev_bandwidth_conf.h"
|
||||
#include "netdev_vlan_conf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "xml.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
|
@ -28,10 +28,10 @@
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
#include "node_device_conf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "xml.h"
|
||||
#include "util.h"
|
||||
#include "virbuffer.h"
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "internal.h"
|
||||
|
||||
#include "uuid.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "nwfilter_params.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "nwfilter_params.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "virbuffer.h"
|
||||
#include "datatypes.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "secret_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "util.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "domain_conf.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "netdev_bandwidth_conf.h"
|
||||
#include "netdev_vport_profile_conf.h"
|
||||
#include "nwfilter_conf.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "uuid.h"
|
||||
#include "virbuffer.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virfile.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_STORAGE
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "internal.h"
|
||||
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "storage_conf.h"
|
||||
#include "storage_encryption_conf.h"
|
||||
#include "util.h"
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "fdstream.h"
|
||||
#include "internal.h"
|
||||
#include "threads.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virpidfile.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "xml.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_x86.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_CPU
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virhash.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_generic.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_map.h"
|
||||
#include "configmake.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "cpu.h"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "cpu.h"
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_map.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "driver.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "configmake.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_private.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "snapshot_conf.h"
|
||||
#include "virauth.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "vmx.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "interface_conf.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "md5.h"
|
||||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "network_conf.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_private.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "internal.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_private.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "internal.h"
|
||||
#include "md5.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "storage_conf.h"
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "internal.h"
|
||||
#include "md5.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "storage_conf.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "uuid.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "storage_conf.h"
|
||||
#include "esx_private.h"
|
||||
#include "esx_storage_driver.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "vmx.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "uuid.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "esx_vi_methods.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "virbuffer.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "esx_vi.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "virfile.h"
|
||||
#include "configmake.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_device_monitor.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "domain_conf.h"
|
||||
#include "virauth.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_driver.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_interface_driver.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_network_driver.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_nwfilter_driver.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_secret_driver.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_storage_driver.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "hyperv_private.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "uuid.h"
|
||||
#include "virbuffer.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "interface_driver.h"
|
||||
#include "interface_conf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_INTERFACE
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "interface_driver.h"
|
||||
#include "interface_conf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_INTERFACE
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include "driver.h"
|
||||
|
||||
#include "uuid.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "configmake.h"
|
||||
#include "intprops.h"
|
||||
#include "virconf.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "datatypes.h"
|
||||
#include "virfile.h"
|
||||
#include "virstring.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
#include "capabilities.h"
|
||||
#include "libxl_driver.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include "virconf.h"
|
||||
#include "datatypes.h"
|
||||
#include "virfile.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
#include "vircommand.h"
|
||||
#include "libxl.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "domain_lock.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "virprocess.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virconf.h"
|
||||
#include "rpc/virnetserver.h"
|
||||
#include "virrandom.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "lock_daemon_config.h"
|
||||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
#include "rpc/virnetserver.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "lock_driver.h"
|
||||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "lock_driver_nop.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "lock_driver.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "virfile.h"
|
||||
#include "md5.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
|
||||
#if HAVE_DLFCN_H
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "configmake.h"
|
||||
#include "internal.h"
|
||||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "domain_conf.h"
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "virfile.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "vircgroup.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_LXC
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "nodeinfo.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virconf.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "uuid.h"
|
||||
#include "configmake.h"
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include "virlog.h"
|
||||
#include "lxc_container.h"
|
||||
#include "util.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virnetdevveth.h"
|
||||
#include "uuid.h"
|
||||
#include "virfile.h"
|
||||
|
@ -62,7 +62,7 @@
|
||||
#include "lxc_fuse.h"
|
||||
#include "virnetdev.h"
|
||||
#include "virnetdevveth.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "virfile.h"
|
||||
#include "virpidfile.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "lxc_domain.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include "lxc_domain.h"
|
||||
#include "lxc_driver.h"
|
||||
#include "lxc_process.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "virnetdevbridge.h"
|
||||
#include "virnetdevveth.h"
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
# include "lxc_conf.h"
|
||||
# include "util.h"
|
||||
# include "memory.h"
|
||||
# include "viralloc.h"
|
||||
|
||||
struct virLXCMeminfo {
|
||||
unsigned long long memtotal;
|
||||
|
@ -24,9 +24,9 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "lxc_hostdev.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_LXC
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "lxc_protocol.h"
|
||||
#include "lxc_monitor_dispatch.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "virtime.h"
|
||||
#include "domain_nwfilter.h"
|
||||
#include "network/bridge_driver.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "domain_audit.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "virlog.h"
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include "virpidfile.h"
|
||||
#include "util.h"
|
||||
#include "vircommand.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
#include "viriptables.h"
|
||||
#include "virlog.h"
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "node_device_conf.h"
|
||||
#include "node_device_hal.h"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "driver.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
#include "pci.h"
|
||||
#include "virlog.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "node_device_driver.h"
|
||||
#include "node_device_hal.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "virfile.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "driver.h"
|
||||
#include "datatypes.h"
|
||||
#include "virlog.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "uuid.h"
|
||||
#include "util.h"
|
||||
#include "virbuffer.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
#include "c-ctype.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "nodeinfo.h"
|
||||
#include "physmem.h"
|
||||
#include "util.h"
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include <netinet/udp.h>
|
||||
#include <net/if.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "domain_conf.h"
|
||||
#include "domain_nwfilter.h"
|
||||
#include "nwfilter_conf.h"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "internal.h"
|
||||
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "domain_conf.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "internal.h"
|
||||
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "domain_conf.h"
|
||||
#include "virterror_internal.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "intprops.h"
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virlog.h"
|
||||
#include "datatypes.h"
|
||||
#include "virnetdev.h"
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "openvz_util.h"
|
||||
#include "uuid.h"
|
||||
#include "virbuffer.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "nodeinfo.h"
|
||||
#include "virfile.h"
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "util.h"
|
||||
#include "openvz_conf.h"
|
||||
#include "nodeinfo.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virfile.h"
|
||||
#include "virtypedparam.h"
|
||||
#include "virlog.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "vircommand.h"
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
|
||||
#include "openvz_conf.h"
|
||||
#include "openvz_util.h"
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
#include "datatypes.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "util.h"
|
||||
#include "virlog.h"
|
||||
#include "vircommand.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "md5.h"
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <libgen.h>
|
||||
|
||||
#include "datatypes.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "configmake.h"
|
||||
#include "storage_file.h"
|
||||
#include "virterror_internal.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "vircommand.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "viralloc.h"
|
||||
#include "virjson.h"
|
||||
|
||||
#include "parallels_utils.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user