libvirt_sym.version.in 12.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#
# WARNING: libvirt_sym.version.in  is the master file
#
# WARNING: libvirt_sym.version is auto-generated by configure
#

#
# First officially exported symbols, for which header
# file definitions are installed in /usr/include/libvirt
# either from libvirt.h and virterror.h
#
# Versions here are *fixed* to match the libvirt version
# at which the symbol was introduced. This ensures that
# a new client app requiring symbol foo() can't accidentally
# run with old libvirt.so not providing foo() - the global
# soname version info can't enforce this since we never
# change the soname
#
D
Daniel P. Berrange 已提交
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
LIBVIRT_0.0.3 {
    global:
	virConnectClose;
	virConnectGetType;
	virConnectGetVersion;
	virConnectListDomains;
	virConnectNumOfDomains;
	virConnectOpen;
	virConnectOpenReadOnly;

	virDomainCreateLinux;
	virDomainDestroy;
	virDomainFree;
	virDomainGetID;
	virDomainGetInfo;
	virDomainGetMaxMemory;
	virDomainGetName;
	virDomainGetOSType;
	virDomainGetXMLDesc;
	virDomainLookupByID;
	virDomainLookupByName;
	virDomainRestore;
	virDomainResume;
	virDomainSave;
	virDomainSetMaxMemory;
	virDomainShutdown;
	virDomainSuspend;

	virGetVersion;
};

LIBVIRT_0.0.5 {
    global:
	virDomainLookupByUUID;
	virDomainGetUUID;
} LIBVIRT_0.0.3;

LIBVIRT_0.1.0 {
    global:
	virInitialize;
	virNodeGetInfo;
	virDomainReboot;

	virCopyLastError;
	virConnSetErrorFunc;
	virResetLastError;
	virResetError;
	virConnGetLastError;
	virGetLastError;
	virSetErrorFunc;
	virConnCopyLastError;
	virConnResetLastError;
	virDefaultErrorFunc;
} LIBVIRT_0.0.5;

LIBVIRT_0.1.1 {
    global:
	virDomainLookupByUUIDString;
	virDomainGetUUIDString;
	virDomainSetMemory;
	virDomainDefineXML;
	virDomainCreate;
	virDomainUndefine;
	virConnectListDefinedDomains;
} LIBVIRT_0.1.0;

LIBVIRT_0.1.4 {
    global:
	virDomainSetVcpus;
	virDomainPinVcpu;
	virDomainGetVcpus;
} LIBVIRT_0.1.1;

LIBVIRT_0.1.5 {
    global:
	virConnectNumOfDefinedDomains;
} LIBVIRT_0.1.4;

LIBVIRT_0.1.9 {
    global:
	virDomainCoreDump;
	virDomainAttachDevice;
	virDomainDetachDevice;
} LIBVIRT_0.1.5;

LIBVIRT_0.2.0 {
    global:
	virConnectNumOfNetworks;
	virConnectListNetworks;
	virConnectNumOfDefinedNetworks;
	virConnectListDefinedNetworks;
	virNetworkLookupByName;
	virNetworkLookupByUUID;
	virNetworkLookupByUUIDString;
	virNetworkCreateXML;
	virNetworkDefineXML;
	virNetworkUndefine;
	virNetworkCreate;
	virNetworkDestroy;
	virNetworkFree;
	virNetworkGetName;
	virNetworkGetUUID;
	virNetworkGetUUIDString;
	virNetworkGetXMLDesc;
	virNetworkGetBridgeName;
} LIBVIRT_0.1.9;

LIBVIRT_0.2.1 {
    global:
	virConnectGetCapabilities;
	virConnectGetMaxVcpus;
	virDomainGetMaxVcpus;
	virDomainGetAutostart;
	virDomainSetAutostart;
	virNetworkGetAutostart;
	virNetworkSetAutostart;
} LIBVIRT_0.2.0;

LIBVIRT_0.2.3 {
    global:
	virDomainGetSchedulerType;
	virDomainGetSchedulerParameters;
	virDomainSetSchedulerParameters;
} LIBVIRT_0.2.1;

LIBVIRT_0.3.0 {
    global:
	virConnectGetHostname;
	virConnectGetURI;
	virDomainGetConnect;
	virNetworkGetConnect;
} LIBVIRT_0.2.3;

LIBVIRT_0.3.2 {
    global:
	virDomainMigrate;
	virDomainBlockStats;
	virDomainInterfaceStats;
} LIBVIRT_0.3.0;

LIBVIRT_0.3.3 {
    global:
	virNodeGetCellsFreeMemory;
	virNodeGetFreeMemory;
} LIBVIRT_0.3.2;

LIBVIRT_0.4.0 {
    global:
	virConnectOpenAuth;
	virConnectAuthPtrDefault;
} LIBVIRT_0.3.3;

LIBVIRT_0.4.1 {
    global:
	virStoragePoolGetConnect;
	virConnectNumOfStoragePools;
	virConnectNumOfDefinedStoragePools;
	virConnectListStoragePools;
	virConnectListDefinedStoragePools;
	virStoragePoolLookupByName;
	virStoragePoolLookupByUUID;
	virStoragePoolLookupByUUIDString;
	virStoragePoolLookupByVolume;
	virStoragePoolCreateXML;
	virStoragePoolDefineXML;
	virStoragePoolUndefine;
	virStoragePoolCreate;
	virStoragePoolBuild;
	virStoragePoolDestroy;
	virStoragePoolDelete;
	virStoragePoolRefresh;
	virStoragePoolFree;
	virStoragePoolGetName;
	virStoragePoolGetUUID;
	virStoragePoolGetUUIDString;
	virStoragePoolGetInfo;
	virStoragePoolGetXMLDesc;
	virStoragePoolSetAutostart;
	virStoragePoolGetAutostart;
	virStoragePoolNumOfVolumes;
	virStoragePoolListVolumes;

	virStorageVolGetConnect;
	virStorageVolLookupByName;
	virStorageVolLookupByKey;
	virStorageVolLookupByPath;
	virStorageVolCreateXML;
	virStorageVolDelete;
	virStorageVolFree;
	virStorageVolGetName;
	virStorageVolGetKey;
	virStorageVolGetInfo;
	virStorageVolGetXMLDesc;
	virStorageVolGetPath;
} LIBVIRT_0.4.0;

LIBVIRT_0.4.2 {
    global:
	virDomainBlockPeek;
	virDomainMemoryPeek;
} LIBVIRT_0.4.1;

LIBVIRT_0.4.5 {
    global:
	virConnectFindStoragePoolSources;
} LIBVIRT_0.4.2;

LIBVIRT_0.5.0 {
    global:
	virDomainCreateXML;
	virEventRegisterImpl;
	virConnectDomainEventRegister;
	virConnectDomainEventDeregister;
232 233 234 235 236 237 238 239 240 241 242

	virNodeNumOfDevices;
	virNodeListDevices;
	virNodeDeviceLookupByName;
	virNodeDeviceFree;
	virNodeDeviceGetXMLDesc;
	virNodeDeviceGetName;
	virNodeDeviceGetParent;
	virNodeDeviceNumOfCaps;
	virNodeDeviceListCaps;

D
Daniel P. Berrange 已提交
243 244
} LIBVIRT_0.4.5;

245 246
# no new entry point in 0.5.1
# .... define new API here using predicted next version number ....
D
Daniel P. Berrange 已提交
247 248 249 250




251 252 253 254 255 256 257 258 259 260 261 262 263 264
# Finally these symbols are private and semantics may change
# on every release, hence the version number is spliced in at
# build time. This ensures that if libvirtd, virsh, or a driver
# module was built against one libvirt release, it will refuse
# to load with another where symbols may have same names but
# different semantics.
#
# No header files are provided outside the source tree.
#
# Keep this section ordered alphabetically by header file name
#
# Symbols here are only for use by virsh, libvirtd and dlopen
# driver modules
#
D
Daniel P. Berrange 已提交
265 266 267
LIBVIRT_PRIVATE_@VERSION@ {

  global:
268
	# bridge.h
269 270 271 272 273 274 275 276 277 278 279 280
	brAddBridge;
	brAddInterface;
	brAddTap;
	brDeleteBridge;
	brInit;
	brSetEnableSTP;
	brSetForwardDelay;
	brSetInetAddress;
	brSetInetNetmask;
	brSetInterfaceUp;
	brShutdown;

D
Daniel P. Berrange 已提交
281

282
	# buf.h
D
Daniel P. Berrange 已提交
283 284 285 286 287 288 289
	virBufferVSprintf;
	virBufferAdd;
	virBufferAddChar;
	virBufferContentAndReset;
	virBufferError;


290
	# caps.h
291 292 293
	virCapabilitiesAddGuest;
	virCapabilitiesAddGuestDomain;
	virCapabilitiesAddGuestFeature;
294
	virCapabilitiesAddHostMigrateTransport;
295
	virCapabilitiesAddHostNUMACell;
296 297
	virCapabilitiesAddHostFeature;
	virCapabilitiesDefaultGuestArch;
298
	virCapabilitiesDefaultGuestEmulator;
299
	virCapabilitiesDefaultGuestMachine;
300 301 302 303 304 305
	virCapabilitiesFormatXML;
	virCapabilitiesFree;
	virCapabilitiesNew;
	virCapabilitiesSetMacPrefix;


306
	# conf.h
D
Daniel P. Berrange 已提交
307 308 309 310
	virConfNew;
	virConfReadFile;
	virConfReadMem;
	virConfFree;
311
	virConfFreeValue;
D
Daniel P. Berrange 已提交
312 313 314 315 316 317
	virConfGetValue;
	virConfSetValue;
	virConfWriteFile;
	virConfWriteMem;


318
	# datatypes.h
D
Daniel P. Berrange 已提交
319 320 321 322
	virGetDomain;
	virGetNetwork;
	virGetStoragePool;
	virGetStorageVol;
323
	virGetNodeDevice;
324
	virUnrefDomain;
D
Daniel P. Berrange 已提交
325 326


327
	# domain_conf.h
328 329 330 331
	virDiskNameToBusDeviceIndex;
	virDiskNameToIndex;
	virDomainAssignDef;
	virDomainConfigFile;
332 333 334 335 336
	virDomainCpuSetFormat;
	virDomainCpuSetParse;
	virDomainChrDefFree;
	virDomainChrTypeFromString;
	virDomainChrTypeToString;
337 338 339 340
	virDomainDefDefaultEmulator;
	virDomainDefFormat;
	virDomainDefFree;
	virDomainDefParseFile;
341
	virDomainDefParseNode;
342 343
	virDomainDefParseString;
	virDomainDeleteConfig;
344
	virDomainDeviceDefFree;
345 346
	virDomainDeviceDefParse;
	virDomainDiskBusTypeToString;
347
	virDomainDiskDefFree;
348 349 350 351 352
	virDomainDiskDeviceTypeToString;
	virDomainDiskQSort;
	virDomainFindByID;
	virDomainFindByName;
	virDomainFindByUUID;
353 354 355 356 357
	virDomainGraphicsTypeFromString;
	virDomainGraphicsDefFree;
	virDomainInputDefFree;
	virDomainLifecycleTypeFromString;
	virDomainLifecycleTypeToString;
358
	virDomainLoadAllConfigs;
359 360
	virDomainNetDefFree;
	virDomainObjFree;
361 362 363
	virDomainObjListFree;
	virDomainRemoveInactive;
	virDomainSaveConfig;
364 365
	virDomainSoundDefFree;
	virDomainSoundModelTypeFromString;
366 367
	virDomainSoundModelTypeToString;
	virDomainVirtTypeToString;
368
	virDomainFSDefFree;
D
Daniel P. Berrange 已提交
369 370
	virDomainObjLock;
	virDomainObjUnlock;
371 372


373
	# domain_event.h
374 375 376 377
	virDomainEventCallbackListAdd;
	virDomainEventCallbackListFree;
	virDomainEventCallbackListRemove;
	virDomainEventCallbackListRemoveConn;
378 379 380
	virDomainEventCallbackListMarkDelete;
	virDomainEventCallbackListPurgeMarked;
	virDomainEventQueueNew;
381
	virDomainEventQueueFree;
382 383 384 385 386 387 388 389 390 391 392
	virDomainEventQueuePop;
	virDomainEventQueuePush;
	virDomainEventNew;
	virDomainEventNewFromDom;
	virDomainEventNewFromObj;
	virDomainEventNewFromDef;
	virDomainEventFree;
	virDomainEventDispatchDefaultFunc;
	virDomainEventDispatch;
	virDomainEventQueueDispatch;

393 394


395
	# driver.h
396 397 398
	virDriverLoadModule;


399
	# event.h
400 401 402 403 404 405 406 407
	virEventAddHandle;
	virEventAddTimeout;
	virEventRemoveHandle;
	virEventRemoveTimeout;
	virEventUpdateHandle;
	virEventUpdateTimeout;


408
	# hash.h
409 410 411 412 413 414 415 416 417
	virHashAddEntry;
	virHashCreate;
	virHashForEach;
	virHashFree;
	virHashLookup;
	virHashRemoveEntry;
	virHashRemoveSet;
	virHashSearch;
	virHashSize;
418 419


420
	# iptables.h
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444
	iptablesAddForwardAllowCross;
	iptablesAddForwardAllowIn;
	iptablesAddForwardAllowOut;
	iptablesAddForwardAllowRelatedIn;
	iptablesAddForwardMasquerade;
	iptablesAddForwardRejectIn;
	iptablesAddForwardRejectOut;
	iptablesAddTcpInput;
	iptablesAddUdpInput;
	iptablesContextFree;
	iptablesContextNew;
	iptablesReloadRules;
	iptablesRemoveForwardAllowCross;
	iptablesRemoveForwardAllowIn;
	iptablesRemoveForwardAllowOut;
	iptablesRemoveForwardAllowRelatedIn;
	iptablesRemoveForwardMasquerade;
	iptablesRemoveForwardRejectIn;
	iptablesRemoveForwardRejectOut;
	iptablesRemoveTcpInput;
	iptablesRemoveUdpInput;
	iptablesSaveRules;


445
	# libvirt_internal.h
446
	debugFlag;
D
Daniel P. Berrange 已提交
447 448 449 450 451 452 453 454 455 456
	virStateInitialize;
	virStateCleanup;
	virStateReload;
	virStateActive;
	virDrvSupportsFeature;
	virDomainMigratePrepare;
	virDomainMigratePerform;
	virDomainMigrateFinish;
	virDomainMigratePrepare2;
	virDomainMigrateFinish2;
457 458 459 460
	virRegisterDriver;
	virRegisterNetworkDriver;
	virRegisterStateDriver;
	virRegisterStorageDriver;
461
	virRegisterDeviceMonitor;
D
Daniel P. Berrange 已提交
462 463


464
	# memory.h
D
Daniel P. Berrange 已提交
465 466 467 468 469 470
	virAlloc;
	virAllocN;
	virReallocN;
	virFree;


471
	# network_conf.h
472 473 474
	virNetworkAssignDef;
	virNetworkDefFormat;
	virNetworkDefFree;
475 476
	virNetworkDefParseFile;
	virNetworkDefParseNode;
477 478 479 480 481 482
	virNetworkDefParseString;
	virNetworkDeleteConfig;
	virNetworkFindByName;
	virNetworkFindByUUID;
	virNetworkLoadAllConfigs;
	virNetworkObjListFree;
483
	virNetworkDefParseNode;
484 485
	virNetworkRemoveInactive;
	virNetworkSaveConfig;
D
Daniel P. Berrange 已提交
486 487
	virNetworkObjLock;
	virNetworkObjUnlock;
488 489


490
	# nodeinfo.h
491 492 493
	virNodeInfoPopulate;


494
	# node_device_conf.h
495 496 497 498 499 500 501
	virNodeDeviceObjRemove;
	virNodeDevCapTypeToString;
	virNodeDeviceFindByName;
	virNodeDeviceObjListFree;
	virNodeDeviceDefFree;
	virNodeDevCapsDefFree;
	virNodeDeviceDefFormat;
D
Daniel P. Berrange 已提交
502 503
	virNodeDeviceObjLock;
	virNodeDeviceObjUnlock;
504
	virNodeDeviceAssignDef;
505 506


507
	# qparams.h
508 509 510 511 512
	qparam_get_query;
	qparam_query_parse;
	free_qparam_set;


513
	# stats_linux.h
514
	linuxDomainInterfaceStats;
515
	xenLinuxDomainBlockStats;
516 517


518
	# storage_backend.h
519 520 521 522 523 524 525 526
	virStorageBackendForType;
	virStorageBackendRunProgNul;
	virStorageBackendRunProgRegex;
	virStorageBackendStablePath;
	virStorageBackendUpdateVolInfo;
	virStorageBackendUpdateVolInfoFD;


527
	# storage_conf.h
528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552
	virStoragePoolDefFormat;
	virStoragePoolDefFree;
	virStoragePoolDefParse;
	virStoragePoolLoadAllConfigs;
	virStoragePoolObjAssignDef;
	virStoragePoolObjClearVols;
	virStoragePoolObjDeleteDef;
	virStoragePoolObjFindByName;
	virStoragePoolObjFindByUUID;
	virStoragePoolObjListFree;
	virStoragePoolObjRemove;
	virStoragePoolObjSaveDef;
	virStoragePoolSourceFree;
	virStoragePoolSourceListFormat;
	virStorageVolDefFindByKey;
	virStorageVolDefFindByName;
	virStorageVolDefFindByPath;
	virStorageVolDefFormat;
	virStorageVolDefFree;
	virStorageVolDefParse;
	virStoragePoolFormatDiskTypeToString;
	virStoragePoolFormatFileSystemTypeToString;
	virStoragePoolFormatFileSystemNetTypeToString;
	virStorageVolFormatFileSystemTypeToString;
	virStoragePoolTypeFromString;
D
Daniel P. Berrange 已提交
553 554
	virStoragePoolObjLock;
	virStoragePoolObjUnlock;
555 556


557
	# util.h
D
Daniel P. Berrange 已提交
558 559
	virFileReadAll;
	virStrToLong_i;
560
	virStrToLong_ll;
D
Daniel P. Berrange 已提交
561
	virStrToLong_ull;
562
	virStrToLong_ui;
563
	virFileLinkPointsTo;
D
Daniel P. Berrange 已提交
564 565 566
	saferead;
	safewrite;
	virMacAddrCompare;
567 568 569 570 571
	virEnumFromString;
	virEnumToString;
	virEventAddHandle;
	virEventRemoveHandle;
	virExec;
572 573
	virFormatMacAddr;
	virParseMacAddr;
574 575 576 577 578 579 580 581
	virFileDeletePid;
	virFileExists;
	virFileHasSuffix;
	virFileLinkPointsTo;
	virFileMakePath;
	virFileOpenTty;
	virFileReadLimFD;
	virFileReadPid;
582
	virFileLinkPointsTo;
583
	virParseNumber;
G
Guido Günther 已提交
584
	virAsprintf;
585
	virRun;
586
	virSkipSpaces;
587 588


589
	# uuid.h
590
	virUUIDFormat;
591 592
	virUUIDGenerate;
	virUUIDParse;
593 594


595
	# virterror_internal.h
596
	virReportErrorHelper;
597 598
	virErrorMsg;
	virRaiseError;
599 600


601
	# xml.h
602 603
	virXPathLong;
	virXPathNodeSet;
604
	virXPathString;
605
	virXMLPropString;
D
Daniel P. Berrange 已提交
606 607


608
	# Finally everything else is totally private
D
Daniel P. Berrange 已提交
609 610 611
    local:
	*;
};