libvirt/src/storage
Daniel P. Berrangé e5df4edefa src: don't statically link code that's already in libvirt.so
Various binaries are statically linking to libvirt_util.la and
other intermediate libraries we build. These intermediate libs
all get built into the main libvirt.so shared library eventually,
so we can dynamically link to that instead and reduce the on disk
footprint.

In libvirt-daemon RPM:

            virtlockd: 1.6 MB -> 153 KB
             virtlogd: 1.6 MB -> 157 KB
     libvirt_iohelper: 937 KB -> 23 KB

In libvirt-daemon-driver-network RPM:

 libvirt_leaseshelper: 940 KB -> 26 KB

In libvirt-daemon-driver-storage-core RPM:

   libvirt_parthelper: 926 KB -> 21 KB

IOW, about 5.6 MB total space saving in a build done on Fedora 30
x86_64 architecture.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-05-17 14:34:45 +01:00
..
Makefile.inc.am src: don't statically link code that's already in libvirt.so 2019-05-17 14:34:45 +01:00
parthelper.c Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
storage_backend_disk.c Fix names for abs_top_{src,build}dir variables 2019-03-14 10:05:28 +01:00
storage_backend_disk.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_fs.c lib: Don't use virReportSystemError() if virCommandRun() fails 2019-04-12 15:56:28 +02:00
storage_backend_fs.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_gluster.c storagePoolRefreshFailCleanup: Clear volumes on failed refresh 2019-03-16 07:50:51 +01:00
storage_backend_gluster.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_iscsi_direct.c storage_backend_iscsi_direct: Simplify vol zeroing 2019-03-18 13:20:36 +01:00
storage_backend_iscsi_direct.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_iscsi.c storage: Use VIR_AUTOFREE for storage backends 2019-02-12 13:11:20 -05:00
storage_backend_iscsi.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_logical.c storagePoolRefreshFailCleanup: Clear volumes on failed refresh 2019-03-16 07:50:51 +01:00
storage_backend_logical.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_mpath.c storage: Use VIR_AUTOFREE for storage backends 2019-02-12 13:11:20 -05:00
storage_backend_mpath.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_rbd.c rbd: fix build with LIBRBD_VERSION_CODE <= 265 2019-04-03 13:36:44 +02:00
storage_backend_rbd.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_scsi.c storage: Use VIR_AUTOCLOSE 2019-02-12 13:11:31 -05:00
storage_backend_scsi.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_sheepdog_priv.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_sheepdog.c util: string: Use VIR_AUTOSTRINGLIST instead of VIR_AUTOPTR(virString) 2019-03-04 13:04:20 +01:00
storage_backend_sheepdog.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_vstorage.c vz: build fix for virStorageBackendVzPoolStart 2019-02-19 12:52:21 +03:00
storage_backend_vstorage.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend_zfs.c util: string: Use VIR_AUTOSTRINGLIST instead of VIR_AUTOPTR(virString) 2019-03-04 13:04:20 +01:00
storage_backend_zfs.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_backend.c Fix names for abs_top_{src,build}dir variables 2019-03-14 10:05:28 +01:00
storage_backend.h storage: Process storage pool capabilities 2019-03-06 11:12:48 -05:00
storage_driver.c storageVolWipePattern: Don't take shortcut to refreshPool() 2019-03-18 13:20:36 +01:00
storage_driver.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_file_fs.c Revert "Include unistd.h directly by files using it" 2019-04-10 12:26:32 +02:00
storage_file_fs.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_file_gluster.c storage: Use VIR_AUTOFREE for storage backends 2019-02-12 13:11:20 -05:00
storage_file_gluster.h Enforce a standard header file guard symbol name 2018-12-14 10:47:13 +00:00
storage_util.c storagePoolRefreshFailCleanup: Clear volumes on failed refresh 2019-03-16 07:50:51 +01:00
storage_util.h storage: Add infrastructure to manage XML namespace options 2019-01-29 19:16:13 -05:00