]> xenbits.xensource.com Git - libvirt.git/commitdiff
Expose Linux symbols only on Linux
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Mar 2017 15:11:49 +0000 (17:11 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Mar 2017 15:36:13 +0000 (17:36 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/libvirt_linux.syms
src/libvirt_private.syms

index 3d66f013062b130f1cd33c9863bdc18dd1deeab7..5fa2c790efc1e8419a96b92c3c32e0882b21d14d 100644 (file)
@@ -3,7 +3,10 @@
 #
 
 # util/virhostcpu.h
+virHostCPUGetCore;
 virHostCPUGetInfoPopulateLinux;
+virHostCPUGetSiblingsList;
+virHostCPUGetSocket;
 virHostCPUGetStatsLinux;
 
 # Let emacs know we want case-insensitive sorting
index d614b38a86de46c5d45cd159bb3a9036f610ab6a..b551cb86a68e65b154d31fd63700fff3cf7bae05 100644 (file)
@@ -1715,7 +1715,6 @@ virHookPresent;
 
 
 # util/virhostcpu.h
-virHostCPUGetCore;
 virHostCPUGetCount;
 virHostCPUGetInfo;
 virHostCPUGetKVMMaxVCPUs;
@@ -1723,7 +1722,6 @@ virHostCPUGetMap;
 virHostCPUGetOnline;
 virHostCPUGetOnlineBitmap;
 virHostCPUGetPresentBitmap;
-virHostCPUGetSocket;
 virHostCPUGetStats;
 virHostCPUGetThreadsPerSubcore;
 virHostCPUHasBitmap;