[libvirt] [PATCH 9/9] cleanup libvirt_private.syms

Osier Yang jyang at redhat.com
Mon Jan 14 14:34:59 UTC 2013


This fixes the header names (all util files are named with "vir"
prefix now. Some of them are not util files, but the name has been
changed), and sort the whole libvirt_private.syms by the header name
after the name fixes.
---
 src/libvirt_private.syms | 1164 +++++++++++++++++++++++-----------------------
 1 files changed, 583 insertions(+), 581 deletions(-)

diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 146e57e..21df094 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -5,50 +5,7 @@
 # Keep this file sorted by header name, then by symbols with each header.
 #
 
-# bitmap.h
-virBitmapClearAll;
-virBitmapClearBit;
-virBitmapCopy;
-virBitmapCountBits;
-virBitmapEqual;
-virBitmapFormat;
-virBitmapFree;
-virBitmapGetBit;
-virBitmapIsAllSet;
-virBitmapNew;
-virBitmapNewCopy;
-virBitmapNewData;
-virBitmapNextSetBit;
-virBitmapParse;
-virBitmapSetAll;
-virBitmapSetBit;
-virBitmapSize;
-virBitmapString;
-virBitmapToData;
-
-
-# buf.h
-virBufferAdd;
-virBufferAddChar;
-virBufferAdjustIndent;
-virBufferAsprintf;
-virBufferContentAndReset;
-virBufferCurrentContent;
-virBufferError;
-virBufferEscape;
-virBufferEscapeSexpr;
-virBufferEscapeShell;
-virBufferEscapeString;
-virBufferFreeAndReset;
-virBufferGetIndent;
-virBufferStrcat;
-virBufferTrim;
-virBufferURIEncodeString;
-virBufferUse;
-virBufferVasprintf;
-
-
-# caps.h
+# capabilities.h
 virCapabilitiesAddGuest;
 virCapabilitiesAddGuestDomain;
 virCapabilitiesAddGuestFeature;
@@ -71,118 +28,6 @@ virCapabilitiesSetHostCPU;
 virCapabilitiesSetMacPrefix;
 
 
-# cgroup.h
-virCgroupAddTask;
-virCgroupAddTaskController;
-virCgroupAllowDevice;
-virCgroupAllowDeviceMajor;
-virCgroupAllowDevicePath;
-virCgroupControllerTypeFromString;
-virCgroupControllerTypeToString;
-virCgroupDenyAllDevices;
-virCgroupDenyDevice;
-virCgroupDenyDeviceMajor;
-virCgroupDenyDevicePath;
-virCgroupForDomain;
-virCgroupForDriver;
-virCgroupForEmulator;
-virCgroupForVcpu;
-virCgroupFree;
-virCgroupGetAppRoot;
-virCgroupGetBlkioWeight;
-virCgroupGetCpuacctPercpuUsage;
-virCgroupGetCpuacctStat;
-virCgroupGetCpuacctUsage;
-virCgroupGetCpuCfsPeriod;
-virCgroupGetCpuCfsQuota;
-virCgroupGetCpusetCpus;
-virCgroupGetCpusetMems;
-virCgroupGetCpuShares;
-virCgroupGetFreezerState;
-virCgroupGetMemoryHardLimit;
-virCgroupGetMemorySoftLimit;
-virCgroupGetMemoryUsage;
-virCgroupGetMemSwapHardLimit;
-virCgroupGetMemSwapUsage;
-virCgroupKill;
-virCgroupKillPainfully;
-virCgroupKillRecursive;
-virCgroupMounted;
-virCgroupMoveTask;
-virCgroupPathOfController;
-virCgroupRemove;
-virCgroupSetBlkioDeviceWeight;
-virCgroupSetBlkioWeight;
-virCgroupSetCpuCfsPeriod;
-virCgroupSetCpuCfsQuota;
-virCgroupSetCpusetCpus;
-virCgroupSetCpusetMems;
-virCgroupSetCpuShares;
-virCgroupSetFreezerState;
-virCgroupSetMemory;
-virCgroupSetMemoryHardLimit;
-virCgroupSetMemorySoftLimit;
-virCgroupSetMemSwapHardLimit;
-
-
-# command.h
-virCommandAbort;
-virCommandAddArg;
-virCommandAddArgBuffer;
-virCommandAddArgFormat;
-virCommandAddArgList;
-virCommandAddArgPair;
-virCommandAddArgSet;
-virCommandAddEnvBuffer;
-virCommandAddEnvFormat;
-virCommandAddEnvPair;
-virCommandAddEnvPass;
-virCommandAddEnvPassCommon;
-virCommandAddEnvString;
-virCommandAllowCap;
-virCommandClearCaps;
-virCommandDaemonize;
-virCommandExec;
-virCommandFree;
-virCommandHandshakeNotify;
-virCommandHandshakeWait;
-virCommandNew;
-virCommandNewArgList;
-virCommandNewArgs;
-virCommandNonblockingFDs;
-virCommandPreserveFD;
-virCommandRequireHandshake;
-virCommandRun;
-virCommandRunAsync;
-virCommandSetErrorBuffer;
-virCommandSetErrorFD;
-virCommandSetInputBuffer;
-virCommandSetInputFD;
-virCommandSetOutputBuffer;
-virCommandSetOutputFD;
-virCommandSetPidFile;
-virCommandSetPreExecHook;
-virCommandSetWorkingDirectory;
-virCommandToString;
-virCommandTransferFD;
-virCommandWait;
-virCommandWriteArgLog;
-virFork;
-virRun;
-
-
-# conf.h
-virConfFree;
-virConfFreeValue;
-virConfGetValue;
-virConfNew;
-virConfReadFile;
-virConfReadMem;
-virConfSetValue;
-virConfWriteFile;
-virConfWriteMem;
-
-
 # cpu.h
 cpuBaseline;
 cpuBaselineXML;
@@ -243,22 +88,6 @@ virDevicePCIAddressFormat;
 virDevicePCIAddressIsValid;
 virDevicePCIAddressParseXML;
 
-# dnsmasq.h
-dnsmasqAddDhcpHost;
-dnsmasqAddHost;
-dnsmasqCapsGet;
-dnsmasqCapsGetBinaryPath;
-dnsmasqCapsGetVersion;
-dnsmasqCapsNewFromBinary;
-dnsmasqCapsNewFromBuffer;
-dnsmasqCapsNewFromFile;
-dnsmasqCapsRefresh;
-dnsmasqContextFree;
-dnsmasqContextNew;
-dnsmasqDelete;
-dnsmasqReload;
-dnsmasqSave;
-
 
 # domain_audit.h
 virDomainAuditCgroup;
@@ -616,27 +445,6 @@ virDomainConfNWFilterTeardown;
 virDomainConfVMNWFilterTeardown;
 
 
-# ebtables.h
-ebtablesAddForwardAllowIn;
-ebtablesAddForwardPolicyReject;
-ebtablesContextFree;
-ebtablesContextNew;
-ebtablesRemoveForwardAllowIn;
-
-
-# event_poll.h
-virEventPollAddHandle;
-virEventPollAddTimeout;
-virEventPollFromNativeEvents;
-virEventPollInit;
-virEventPollRemoveHandle;
-virEventPollRemoveTimeout;
-virEventPollRunOnce;
-virEventPollToNativeEvents;
-virEventPollUpdateHandle;
-virEventPollUpdateTimeout;
-
-
 # fdstream.h
 virFDStreamConnectUNIX;
 virFDStreamCreateFile;
@@ -644,30 +452,6 @@ virFDStreamOpen;
 virFDStreamOpenFile;
 
 
-# hash.h
-virHashAddEntry;
-virHashCreate;
-virHashEqual;
-virHashForEach;
-virHashFree;
-virHashGetItems;
-virHashLookup;
-virHashRemoveAll;
-virHashRemoveEntry;
-virHashRemoveSet;
-virHashSearch;
-virHashSize;
-virHashSteal;
-virHashTableSize;
-virHashUpdateEntry;
-
-
-# hooks.h
-virHookCall;
-virHookInitialize;
-virHookPresent;
-
-
 # interface_conf.h
 virInterfaceAssignDef;
 virInterfaceDefFormat;
@@ -684,105 +468,30 @@ virInterfaceObjUnlock;
 virInterfaceRemove;
 
 
-# iptables.h
-iptablesAddForwardAllowCross;
-iptablesAddForwardAllowIn;
-iptablesAddForwardAllowOut;
-iptablesAddForwardAllowRelatedIn;
-iptablesAddForwardMasquerade;
-iptablesAddForwardRejectIn;
-iptablesAddForwardRejectOut;
-iptablesAddOutputFixUdpChecksum;
-iptablesAddTcpInput;
-iptablesAddUdpInput;
-iptablesContextFree;
-iptablesContextNew;
-iptablesRemoveForwardAllowCross;
-iptablesRemoveForwardAllowIn;
-iptablesRemoveForwardAllowOut;
-iptablesRemoveForwardAllowRelatedIn;
-iptablesRemoveForwardMasquerade;
-iptablesRemoveForwardRejectIn;
-iptablesRemoveForwardRejectOut;
-iptablesRemoveOutputFixUdpChecksum;
-iptablesRemoveTcpInput;
-iptablesRemoveUdpInput;
+# libvirt_internal.h
+virDomainMigrateBegin3;
+virDomainMigrateConfirm3;
+virDomainMigrateFinish;
+virDomainMigrateFinish2;
+virDomainMigrateFinish3;
+virDomainMigratePerform;
+virDomainMigratePerform3;
+virDomainMigratePrepare;
+virDomainMigratePrepare2;
+virDomainMigratePrepare3;
+virDomainMigratePrepareTunnel;
+virDomainMigratePrepareTunnel3;
+virDrvSupportsFeature;
+virRegisterDeviceMonitor;
+virRegisterDriver;
+virRegisterInterfaceDriver;
+virRegisterNetworkDriver;
+virRegisterNWFilterDriver;
+virRegisterSecretDriver;
+virRegisterStorageDriver;
 
 
-# json.h
-virJSONValueArrayAppend;
-virJSONValueArrayGet;
-virJSONValueArraySize;
-virJSONValueFree;
-virJSONValueFromString;
-virJSONValueGetBoolean;
-virJSONValueGetNumberDouble;
-virJSONValueGetNumberInt;
-virJSONValueGetNumberLong;
-virJSONValueGetNumberUint;
-virJSONValueGetNumberUlong;
-virJSONValueGetString;
-virJSONValueIsNull;
-virJSONValueNewArray;
-virJSONValueNewBoolean;
-virJSONValueNewNull;
-virJSONValueNewNumberDouble;
-virJSONValueNewNumberInt;
-virJSONValueNewNumberLong;
-virJSONValueNewNumberUint;
-virJSONValueNewNumberUlong;
-virJSONValueNewObject;
-virJSONValueNewString;
-virJSONValueNewStringLen;
-virJSONValueObjectAppend;
-virJSONValueObjectAppendBoolean;
-virJSONValueObjectAppendNull;
-virJSONValueObjectAppendNumberDouble;
-virJSONValueObjectAppendNumberInt;
-virJSONValueObjectAppendNumberLong;
-virJSONValueObjectAppendNumberUint;
-virJSONValueObjectAppendNumberUlong;
-virJSONValueObjectAppendString;
-virJSONValueObjectGet;
-virJSONValueObjectGetBoolean;
-virJSONValueObjectGetKey;
-virJSONValueObjectGetNumberDouble;
-virJSONValueObjectGetNumberInt;
-virJSONValueObjectGetNumberLong;
-virJSONValueObjectGetNumberUint;
-virJSONValueObjectGetNumberUlong;
-virJSONValueObjectGetString;
-virJSONValueObjectGetValue;
-virJSONValueObjectHasKey;
-virJSONValueObjectIsNull;
-virJSONValueObjectKeysNumber;
-virJSONValueToString;
-
-
-# libvirt_internal.h
-virDomainMigrateBegin3;
-virDomainMigrateConfirm3;
-virDomainMigrateFinish;
-virDomainMigrateFinish2;
-virDomainMigrateFinish3;
-virDomainMigratePerform;
-virDomainMigratePerform3;
-virDomainMigratePrepare;
-virDomainMigratePrepare2;
-virDomainMigratePrepare3;
-virDomainMigratePrepareTunnel;
-virDomainMigratePrepareTunnel3;
-virDrvSupportsFeature;
-virRegisterDeviceMonitor;
-virRegisterDriver;
-virRegisterInterfaceDriver;
-virRegisterNetworkDriver;
-virRegisterNWFilterDriver;
-virRegisterSecretDriver;
-virRegisterStorageDriver;
-
-
-# locking.h
+# lock_manager.h
 virLockManagerAcquire;
 virLockManagerAddResource;
 virLockManagerFree;
@@ -797,46 +506,12 @@ virLockManagerRelease;
 virLockManagerSetPluginDir;
 
 
-# logging.h
-virLogDefineFilter;
-virLogDefineOutput;
-virLogEmergencyDumpAll;
-virLogGetDefaultPriority;
-virLogGetFilters;
-virLogGetNbFilters;
-virLogGetNbOutputs;
-virLogGetOutputs;
-virLogLock;
-virLogMessage;
-virLogParseDefaultPriority;
-virLogParseFilters;
-virLogParseOutputs;
-virLogReset;
-virLogSetBufferSize;
-virLogSetDefaultPriority;
-virLogSetFromEnv;
-virLogUnlock;
-
-
-# memory.h
-virAlloc;
-virAllocN;
-virAllocVar;
-virDeleteElementsN;
-virExpandN;
-virFree;
-virInsertElementsN;
-virReallocN;
-virResizeN;
-virShrinkN;
-
-
 # netdev_bandwidth_conf.h
 virNetDevBandwidthFormat;
 virNetDevBandwidthParse;
 
 
-#netdev_vlan_conf.h
+# netdev_vlan_conf.h
 virNetDevVlanFormat;
 virNetDevVlanParse;
 
@@ -956,7 +631,7 @@ virNWFilterUnlockFilterUpdates;
 virNWFilterUnRegisterCallbackDriver;
 
 
-# nwfilter_ipaddrmap
+# nwfilter_ipaddrmap.h
 virNWFilterIPAddrMapAddIPAddr;
 virNWFilterIPAddrMapDelIPAddr;
 virNWFilterIPAddrMapGetIPAddr;
@@ -990,46 +665,6 @@ virNWFilterVarValueGetNthValue;
 virNWFilterVarValueGetSimple;
 
 
-# pci.h
-pciConfigAddressToSysfsFile;
-pciDettachDevice;
-pciDeviceFileIterate;
-pciDeviceGetManaged;
-pciDeviceGetName;
-pciDeviceGetRemoveSlot;
-pciDeviceGetReprobe;
-pciDeviceGetUnbindFromStub;
-pciDeviceGetUsedBy;
-pciDeviceGetVirtualFunctionInfo;
-pciDeviceIsAssignable;
-pciDeviceIsVirtualFunction;
-pciDeviceListAdd;
-pciDeviceListCount;
-pciDeviceListDel;
-pciDeviceListFind;
-pciDeviceListFindIndex;
-pciDeviceListFree;
-pciDeviceListGet;
-pciDeviceListNew;
-pciDeviceListSteal;
-pciDeviceListStealIndex;
-pciDeviceNetName;
-pciDeviceReAttachInit;
-pciDeviceSetManaged;
-pciDeviceSetRemoveSlot;
-pciDeviceSetReprobe;
-pciDeviceSetUnbindFromStub;
-pciDeviceSetUsedBy;
-pciFreeDevice;
-pciGetDevice;
-pciGetPhysicalFunction;
-pciGetVirtualFunctionIndex;
-pciGetVirtualFunctions;
-pciReAttachDevice;
-pciResetDevice;
-pciWaitForDeviceCleanup;
-
-
 # secret_conf.h
 virSecretDefFormat;
 virSecretDefFree;
@@ -1165,205 +800,143 @@ virStorageEncryptionParseNode;
 virStorageGenerateQcowPassphrase;
 
 
-# storage_file.h
-virStorageFileChainLookup;
-virStorageFileFormatTypeFromString;
-virStorageFileFormatTypeToString;
-virStorageFileFreeMetadata;
-virStorageFileGetLVMKey;
-virStorageFileGetMetadata;
-virStorageFileGetMetadataFromFD;
-virStorageFileGetSCSIKey;
-virStorageFileIsClusterFS;
-virStorageFileIsSharedFS;
-virStorageFileIsSharedFSType;
-virStorageFileProbeFormat;
-virStorageFileProbeFormatFromFD;
-virStorageFileResize;
+# viralloc.h
+virAlloc;
+virAllocN;
+virAllocVar;
+virDeleteElementsN;
+virExpandN;
+virFree;
+virInsertElementsN;
+virReallocN;
+virResizeN;
+virShrinkN;
 
-# sysinfo.h
-virSysinfoDefFree;
-virSysinfoFormat;
-virSysinfoRead;
-virSysinfoSetup;
 
+# virarch.h
+virArchFromHost;
+virArchFromString;
+virArchGetEndian;
+virArchGetWordSize;
+virArchToString;
 
-# threadpool.h
-virThreadPoolFree;
-virThreadPoolGetMaxWorkers;
-virThreadPoolGetMinWorkers;
-virThreadPoolGetPriorityWorkers;
-virThreadPoolNew;
-virThreadPoolSendJob;
 
+# viraudit.h
+virAuditClose;
+virAuditEncode;
+virAuditLog;
+virAuditOpen;
+virAuditSend;
 
-# threads.h
-virCondBroadcast;
-virCondDestroy;
-virCondInit;
-virCondSignal;
-virCondWait;
-virCondWaitUntil;
-virMutexDestroy;
-virMutexInit;
-virMutexInitRecursive;
-virMutexLock;
-virMutexUnlock;
-virOnce;
-virThreadCreate;
-virThreadID;
-virThreadInitialize;
-virThreadIsSelf;
-virThreadJoin;
-virThreadSelf;
-virThreadSelfID;
 
+# virauth.h
+virAuthGetConfigFilePath;
+virAuthGetPassword;
+virAuthGetUsername;
 
-# usb.h
-usbDeviceFileIterate;
-usbDeviceGetBus;
-usbDeviceGetDevno;
-usbDeviceGetName;
-usbDeviceGetUsedBy;
-usbDeviceListAdd;
-usbDeviceListCount;
-usbDeviceListDel;
-usbDeviceListFind;
-usbDeviceListFree;
-usbDeviceListGet;
-usbDeviceListNew;
-usbDeviceListSteal;
-usbDeviceSetUsedBy;
-usbFindDevice;
-usbFindDeviceByBus;
-usbFindDeviceByVendor;
-usbFreeDevice;
-usbGetDevice;
 
-
-# util.h
-saferead;
-safewrite;
-safezero;
-virArgvToString;
-virAsprintf;
-virBuildPathInternal;
-virDirCreate;
-virDoubleToStr;
-virEnumFromString;
-virEnumToString;
-virFileAbsPath;
-virFileAccessibleAs;
-virFileBuildPath;
-virFileExists;
-virFileFindMountPoint;
-virFileHasSuffix;
-virFileIsAbsPath;
-virFileIsDir;
-virFileIsExecutable;
-virFileIsLink;
-virFileLinkPointsTo;
-virFileLock;
-virFileMakePath;
-virFileMakePathWithMode;
-virFileMatchesNameSuffix;
-virFileOpenAs;
-virFileOpenTty;
-virFileReadAll;
-virFileReadLimFD;
-virFileResolveAllLinks;
-virFileResolveLink;
-virFileSanitizePath;
-virFileSkipRoot;
-virFileStripSuffix;
-virFileUnlock;
-virFileWaitForDevices;
-virFileWriteStr;
-virFindFileInPath;
-virFormatIntDecimal;
-virGetDeviceID;
-virGetDeviceUnprivSGIO;
-virGetGroupID;
-virGetGroupName;
-virGetHostname;
-virGetUnprivSGIOSysfsPath;
-virGetUserCacheDirectory;
-virGetUserConfigDirectory;
-virGetUserDirectory;
-virGetUserID;
-virGetUserName;
-virGetUserRuntimeDirectory;
-virHexToBin;
-virIndexToDiskName;
-virIsCapableFCHost;
-virIsCapableVport;
-virIsDevMapperDevice;
-virManageVport;
-virParseNumber;
-virParseVersionString;
-virPipeReadUntilEOF;
-virReadFCHost;
-virScaleInteger;
-virSetBlocking;
-virSetCloseExec;
-virSetDeviceUnprivSGIO;
-virSetInherit;
-virSetNonBlock;
-virSetUIDGID;
-virSkipSpaces;
-virSkipSpacesAndBackslash;
-virSkipSpacesBackwards;
-virStrcpy;
-virStrIsPrint;
-virStrncpy;
-virStrToDouble;
-virStrToLong_i;
-virStrToLong_l;
-virStrToLong_ll;
-virStrToLong_ui;
-virStrToLong_ul;
-virStrToLong_ull;
-virTrimSpaces;
-virValidateWWN;
-virVasprintf;
-
-
-# uuid.h
-virGetHostUUID;
-virSetHostUUIDStr;
-virUUIDFormat;
-virUUIDGenerate;
-virUUIDIsValid;
-virUUIDParse;
+# virauthconfig.h
+virAuthConfigFree;
+virAuthConfigLookup;
+virAuthConfigNew;
+virAuthConfigNewData;
 
 
-# virauth.h
-virAuthGetConfigFilePath;
-virAuthGetPassword;
-virAuthGetUsername;
-
-
-# virauthconfig.h
-virAuthConfigFree;
-virAuthConfigLookup;
-virAuthConfigNew;
-virAuthConfigNewData;
+# virbitmap.h
+virBitmapClearAll;
+virBitmapClearBit;
+virBitmapCopy;
+virBitmapCountBits;
+virBitmapEqual;
+virBitmapFormat;
+virBitmapFree;
+virBitmapGetBit;
+virBitmapIsAllSet;
+virBitmapNew;
+virBitmapNewCopy;
+virBitmapNewData;
+virBitmapNextSetBit;
+virBitmapParse;
+virBitmapSetAll;
+virBitmapSetBit;
+virBitmapSize;
+virBitmapString;
+virBitmapToData;
 
 
-# viraudit.h
-virAuditClose;
-virAuditEncode;
-virAuditLog;
-virAuditOpen;
-virAuditSend;
+# virbuffer.h
+virBufferAdd;
+virBufferAddChar;
+virBufferAdjustIndent;
+virBufferAsprintf;
+virBufferContentAndReset;
+virBufferCurrentContent;
+virBufferError;
+virBufferEscape;
+virBufferEscapeSexpr;
+virBufferEscapeShell;
+virBufferEscapeString;
+virBufferFreeAndReset;
+virBufferGetIndent;
+virBufferStrcat;
+virBufferTrim;
+virBufferURIEncodeString;
+virBufferUse;
+virBufferVasprintf;
 
 
-# virarch.h
-virArchFromHost;
-virArchFromString;
-virArchGetEndian;
-virArchGetWordSize;
-virArchToString;
+# vircgroup.h
+virCgroupAddTask;
+virCgroupAddTaskController;
+virCgroupAllowDevice;
+virCgroupAllowDeviceMajor;
+virCgroupAllowDevicePath;
+virCgroupControllerTypeFromString;
+virCgroupControllerTypeToString;
+virCgroupDenyAllDevices;
+virCgroupDenyDevice;
+virCgroupDenyDeviceMajor;
+virCgroupDenyDevicePath;
+virCgroupForDomain;
+virCgroupForDriver;
+virCgroupForEmulator;
+virCgroupForVcpu;
+virCgroupFree;
+virCgroupGetAppRoot;
+virCgroupGetBlkioWeight;
+virCgroupGetCpuacctPercpuUsage;
+virCgroupGetCpuacctStat;
+virCgroupGetCpuacctUsage;
+virCgroupGetCpuCfsPeriod;
+virCgroupGetCpuCfsQuota;
+virCgroupGetCpusetCpus;
+virCgroupGetCpusetMems;
+virCgroupGetCpuShares;
+virCgroupGetFreezerState;
+virCgroupGetMemoryHardLimit;
+virCgroupGetMemorySoftLimit;
+virCgroupGetMemoryUsage;
+virCgroupGetMemSwapHardLimit;
+virCgroupGetMemSwapUsage;
+virCgroupKill;
+virCgroupKillPainfully;
+virCgroupKillRecursive;
+virCgroupMounted;
+virCgroupMoveTask;
+virCgroupPathOfController;
+virCgroupRemove;
+virCgroupSetBlkioDeviceWeight;
+virCgroupSetBlkioWeight;
+virCgroupSetCpuCfsPeriod;
+virCgroupSetCpuCfsQuota;
+virCgroupSetCpusetCpus;
+virCgroupSetCpusetMems;
+virCgroupSetCpuShares;
+virCgroupSetFreezerState;
+virCgroupSetMemory;
+virCgroupSetMemoryHardLimit;
+virCgroupSetMemorySoftLimit;
+virCgroupSetMemSwapHardLimit;
 
 
 # virchrdev.h
@@ -1372,11 +945,107 @@ virChrdevFree;
 virChrdevOpen;
 
 
+# vircommand.h
+virCommandAbort;
+virCommandAddArg;
+virCommandAddArgBuffer;
+virCommandAddArgFormat;
+virCommandAddArgList;
+virCommandAddArgPair;
+virCommandAddArgSet;
+virCommandAddEnvBuffer;
+virCommandAddEnvFormat;
+virCommandAddEnvPair;
+virCommandAddEnvPass;
+virCommandAddEnvPassCommon;
+virCommandAddEnvString;
+virCommandAllowCap;
+virCommandClearCaps;
+virCommandDaemonize;
+virCommandExec;
+virCommandFree;
+virCommandHandshakeNotify;
+virCommandHandshakeWait;
+virCommandNew;
+virCommandNewArgList;
+virCommandNewArgs;
+virCommandNonblockingFDs;
+virCommandPreserveFD;
+virCommandRequireHandshake;
+virCommandRun;
+virCommandRunAsync;
+virCommandSetErrorBuffer;
+virCommandSetErrorFD;
+virCommandSetInputBuffer;
+virCommandSetInputFD;
+virCommandSetOutputBuffer;
+virCommandSetOutputFD;
+virCommandSetPidFile;
+virCommandSetPreExecHook;
+virCommandSetWorkingDirectory;
+virCommandToString;
+virCommandTransferFD;
+virCommandWait;
+virCommandWriteArgLog;
+virFork;
+virRun;
+
+
+# virconf.h
+virConfFree;
+virConfFreeValue;
+virConfGetValue;
+virConfNew;
+virConfReadFile;
+virConfReadMem;
+virConfSetValue;
+virConfWriteFile;
+virConfWriteMem;
+
+
 # virdbus.h
 virDBusGetSessionBus;
 virDBusGetSystemBus;
 
 
+# virdnsmasq.h
+dnsmasqAddDhcpHost;
+dnsmasqAddHost;
+dnsmasqCapsGet;
+dnsmasqCapsGetBinaryPath;
+dnsmasqCapsGetVersion;
+dnsmasqCapsNewFromBinary;
+dnsmasqCapsNewFromBuffer;
+dnsmasqCapsNewFromFile;
+dnsmasqCapsRefresh;
+dnsmasqContextFree;
+dnsmasqContextNew;
+dnsmasqDelete;
+dnsmasqReload;
+dnsmasqSave;
+
+
+# virebtables.h
+ebtablesAddForwardAllowIn;
+ebtablesAddForwardPolicyReject;
+ebtablesContextFree;
+ebtablesContextNew;
+ebtablesRemoveForwardAllowIn;
+
+
+# vireventpoll.h
+virEventPollAddHandle;
+virEventPollAddTimeout;
+virEventPollFromNativeEvents;
+virEventPollInit;
+virEventPollRemoveHandle;
+virEventPollRemoveTimeout;
+virEventPollRunOnce;
+virEventPollToNativeEvents;
+virEventPollUpdateHandle;
+virEventPollUpdateTimeout;
+
+
 # virfile.h
 virFileClose;
 virFileDirectFdFlag;
@@ -1392,10 +1061,109 @@ virFileWrapperFdFree;
 virFileWrapperFdNew;
 
 
+# virhash.h
+virHashAddEntry;
+virHashCreate;
+virHashEqual;
+virHashForEach;
+virHashFree;
+virHashGetItems;
+virHashLookup;
+virHashRemoveAll;
+virHashRemoveEntry;
+virHashRemoveSet;
+virHashSearch;
+virHashSize;
+virHashSteal;
+virHashTableSize;
+virHashUpdateEntry;
+
+
+# virhooks.h
+virHookCall;
+virHookInitialize;
+virHookPresent;
+
+
 # virinitctl.h
 virInitctlSetRunLevel;
 
 
+# viriptables.h
+iptablesAddForwardAllowCross;
+iptablesAddForwardAllowIn;
+iptablesAddForwardAllowOut;
+iptablesAddForwardAllowRelatedIn;
+iptablesAddForwardMasquerade;
+iptablesAddForwardRejectIn;
+iptablesAddForwardRejectOut;
+iptablesAddOutputFixUdpChecksum;
+iptablesAddTcpInput;
+iptablesAddUdpInput;
+iptablesContextFree;
+iptablesContextNew;
+iptablesRemoveForwardAllowCross;
+iptablesRemoveForwardAllowIn;
+iptablesRemoveForwardAllowOut;
+iptablesRemoveForwardAllowRelatedIn;
+iptablesRemoveForwardMasquerade;
+iptablesRemoveForwardRejectIn;
+iptablesRemoveForwardRejectOut;
+iptablesRemoveOutputFixUdpChecksum;
+iptablesRemoveTcpInput;
+iptablesRemoveUdpInput;
+
+
+# virjson.h
+virJSONValueArrayAppend;
+virJSONValueArrayGet;
+virJSONValueArraySize;
+virJSONValueFree;
+virJSONValueFromString;
+virJSONValueGetBoolean;
+virJSONValueGetNumberDouble;
+virJSONValueGetNumberInt;
+virJSONValueGetNumberLong;
+virJSONValueGetNumberUint;
+virJSONValueGetNumberUlong;
+virJSONValueGetString;
+virJSONValueIsNull;
+virJSONValueNewArray;
+virJSONValueNewBoolean;
+virJSONValueNewNull;
+virJSONValueNewNumberDouble;
+virJSONValueNewNumberInt;
+virJSONValueNewNumberLong;
+virJSONValueNewNumberUint;
+virJSONValueNewNumberUlong;
+virJSONValueNewObject;
+virJSONValueNewString;
+virJSONValueNewStringLen;
+virJSONValueObjectAppend;
+virJSONValueObjectAppendBoolean;
+virJSONValueObjectAppendNull;
+virJSONValueObjectAppendNumberDouble;
+virJSONValueObjectAppendNumberInt;
+virJSONValueObjectAppendNumberLong;
+virJSONValueObjectAppendNumberUint;
+virJSONValueObjectAppendNumberUlong;
+virJSONValueObjectAppendString;
+virJSONValueObjectGet;
+virJSONValueObjectGetBoolean;
+virJSONValueObjectGetKey;
+virJSONValueObjectGetNumberDouble;
+virJSONValueObjectGetNumberInt;
+virJSONValueObjectGetNumberLong;
+virJSONValueObjectGetNumberUint;
+virJSONValueObjectGetNumberUlong;
+virJSONValueObjectGetString;
+virJSONValueObjectGetValue;
+virJSONValueObjectHasKey;
+virJSONValueObjectIsNull;
+virJSONValueObjectKeysNumber;
+virJSONValueToString;
+
+
 # virkeycode.h
 virKeycodeSetTypeFromString;
 virKeycodeSetTypeToString;
@@ -1426,6 +1194,27 @@ virLockSpaceReleaseResource;
 virLockSpaceReleaseResourcesForOwner;
 
 
+# virlog.h
+virLogDefineFilter;
+virLogDefineOutput;
+virLogEmergencyDumpAll;
+virLogGetDefaultPriority;
+virLogGetFilters;
+virLogGetNbFilters;
+virLogGetNbOutputs;
+virLogGetOutputs;
+virLogLock;
+virLogMessage;
+virLogParseDefaultPriority;
+virLogParseFilters;
+virLogParseOutputs;
+virLogReset;
+virLogSetBufferSize;
+virLogSetDefaultPriority;
+virLogSetFromEnv;
+virLogUnlock;
+
+
 # virmacaddr.h
 virMacAddrCmp;
 virMacAddrCmpRaw;
@@ -1590,7 +1379,7 @@ virNetDevVPortProfileOpTypeFromString;
 virNetDevVPortProfileOpTypeToString;
 
 
-#virnetlink.h
+# virnetlink.h
 virNetlinkCommand;
 virNetlinkEventAddClient;
 virNetlinkEventRemoveClient;
@@ -1782,6 +1571,46 @@ virObjectRef;
 virObjectUnref;
 
 
+# virpci.h
+pciConfigAddressToSysfsFile;
+pciDettachDevice;
+pciDeviceFileIterate;
+pciDeviceGetManaged;
+pciDeviceGetName;
+pciDeviceGetRemoveSlot;
+pciDeviceGetReprobe;
+pciDeviceGetUnbindFromStub;
+pciDeviceGetUsedBy;
+pciDeviceGetVirtualFunctionInfo;
+pciDeviceIsAssignable;
+pciDeviceIsVirtualFunction;
+pciDeviceListAdd;
+pciDeviceListCount;
+pciDeviceListDel;
+pciDeviceListFind;
+pciDeviceListFindIndex;
+pciDeviceListFree;
+pciDeviceListGet;
+pciDeviceListNew;
+pciDeviceListSteal;
+pciDeviceListStealIndex;
+pciDeviceNetName;
+pciDeviceReAttachInit;
+pciDeviceSetManaged;
+pciDeviceSetRemoveSlot;
+pciDeviceSetReprobe;
+pciDeviceSetUnbindFromStub;
+pciDeviceSetUsedBy;
+pciFreeDevice;
+pciGetDevice;
+pciGetPhysicalFunction;
+pciGetVirtualFunctionIndex;
+pciGetVirtualFunctions;
+pciReAttachDevice;
+pciResetDevice;
+pciWaitForDeviceCleanup;
+
+
 # virpidfile.h
 virPidFileAcquire;
 virPidFileAcquirePath;
@@ -1838,6 +1667,36 @@ virSocketAddrSetIPv4Addr;
 virSocketAddrSetPort;
 
 
+# virstoragefile.h
+virStorageFileChainLookup;
+virStorageFileFormatTypeFromString;
+virStorageFileFormatTypeToString;
+virStorageFileFreeMetadata;
+virStorageFileGetLVMKey;
+virStorageFileGetMetadata;
+virStorageFileGetMetadataFromFD;
+virStorageFileGetSCSIKey;
+virStorageFileIsClusterFS;
+virStorageFileIsSharedFS;
+virStorageFileIsSharedFSType;
+virStorageFileProbeFormat;
+virStorageFileProbeFormatFromFD;
+virStorageFileResize;
+
+
+# virstring.h
+virStringFreeList;
+virStringJoin;
+virStringSplit;
+
+
+# virsysinfo.h
+virSysinfoDefFree;
+virSysinfoFormat;
+virSysinfoRead;
+virSysinfoSetup;
+
+
 # virterror_internal.h
 virDispatchError;
 virErrorInitialize;
@@ -1850,10 +1709,35 @@ virSetErrorLogPriorityFunc;
 virStrerror;
 
 
-# virstring.h
-virStringFreeList;
-virStringJoin;
-virStringSplit;
+# virthread.h
+virCondBroadcast;
+virCondDestroy;
+virCondInit;
+virCondSignal;
+virCondWait;
+virCondWaitUntil;
+virMutexDestroy;
+virMutexInit;
+virMutexInitRecursive;
+virMutexLock;
+virMutexUnlock;
+virOnce;
+virThreadCreate;
+virThreadID;
+virThreadInitialize;
+virThreadIsSelf;
+virThreadJoin;
+virThreadSelf;
+virThreadSelfID;
+
+
+# virthreadpool.h
+virThreadPoolFree;
+virThreadPoolGetMaxWorkers;
+virThreadPoolGetMinWorkers;
+virThreadPoolGetPriorityWorkers;
+virThreadPoolNew;
+virThreadPoolSendJob;
 
 
 # virtime.h
@@ -1883,7 +1767,125 @@ virURIFree;
 virURIParse;
 
 
-# xml.h
+# virusb.h
+usbDeviceFileIterate;
+usbDeviceGetBus;
+usbDeviceGetDevno;
+usbDeviceGetName;
+usbDeviceGetUsedBy;
+usbDeviceListAdd;
+usbDeviceListCount;
+usbDeviceListDel;
+usbDeviceListFind;
+usbDeviceListFree;
+usbDeviceListGet;
+usbDeviceListNew;
+usbDeviceListSteal;
+usbDeviceSetUsedBy;
+usbFindDevice;
+usbFindDeviceByBus;
+usbFindDeviceByVendor;
+usbFreeDevice;
+usbGetDevice;
+
+
+# virutil.h
+saferead;
+safewrite;
+safezero;
+virArgvToString;
+virAsprintf;
+virBuildPathInternal;
+virDirCreate;
+virDoubleToStr;
+virEnumFromString;
+virEnumToString;
+virFileAbsPath;
+virFileAccessibleAs;
+virFileBuildPath;
+virFileExists;
+virFileFindMountPoint;
+virFileHasSuffix;
+virFileIsAbsPath;
+virFileIsDir;
+virFileIsExecutable;
+virFileIsLink;
+virFileLinkPointsTo;
+virFileLock;
+virFileMakePath;
+virFileMakePathWithMode;
+virFileMatchesNameSuffix;
+virFileOpenAs;
+virFileOpenTty;
+virFileReadAll;
+virFileReadLimFD;
+virFileResolveAllLinks;
+virFileResolveLink;
+virFileSanitizePath;
+virFileSkipRoot;
+virFileStripSuffix;
+virFileUnlock;
+virFileWaitForDevices;
+virFileWriteStr;
+virFindFileInPath;
+virFormatIntDecimal;
+virGetDeviceID;
+virGetDeviceUnprivSGIO;
+virGetGroupID;
+virGetGroupName;
+virGetHostname;
+virGetUnprivSGIOSysfsPath;
+virGetUserCacheDirectory;
+virGetUserConfigDirectory;
+virGetUserDirectory;
+virGetUserID;
+virGetUserName;
+virGetUserRuntimeDirectory;
+virHexToBin;
+virIndexToDiskName;
+virIsCapableFCHost;
+virIsCapableVport;
+virIsDevMapperDevice;
+virManageVport;
+virParseNumber;
+virParseVersionString;
+virPipeReadUntilEOF;
+virReadFCHost;
+virScaleInteger;
+virSetBlocking;
+virSetCloseExec;
+virSetDeviceUnprivSGIO;
+virSetInherit;
+virSetNonBlock;
+virSetUIDGID;
+virSkipSpaces;
+virSkipSpacesAndBackslash;
+virSkipSpacesBackwards;
+virStrcpy;
+virStrIsPrint;
+virStrncpy;
+virStrToDouble;
+virStrToLong_i;
+virStrToLong_l;
+virStrToLong_ll;
+virStrToLong_ui;
+virStrToLong_ul;
+virStrToLong_ull;
+virTrimSpaces;
+virValidateWWN;
+virVasprintf;
+
+
+# viruuid.h
+virGetHostUUID;
+virSetHostUUIDStr;
+virUUIDFormat;
+virUUIDGenerate;
+virUUIDIsValid;
+virUUIDParse;
+
+
+# virxml.h
 virXMLChildElementCount;
 virXMLParseHelper;
 virXMLPickShellSafeComment;
-- 
1.7.7.6




More information about the libvir-list mailing list