]> xenbits.xensource.com Git - libvirt.git/commit
util: move virFile* functions from virutil.c to virfile.c
authorLaine Stump <laine@laine.org>
Thu, 9 May 2013 18:59:04 +0000 (14:59 -0400)
committerLaine Stump <laine@laine.org>
Fri, 10 May 2013 17:09:30 +0000 (13:09 -0400)
commitbfe7721d5064e00ac733157a4601da5042a29ab7
tree801d91013d0ca4aa476c52c3ac79ecb020862355
parenta2c1bedbd8fa977dc733266e88a1b57e28b50dd3
util: move virFile* functions from virutil.c to virfile.c

These all existed before virfile.c was created, and for some reason
weren't moved.

This is mostly straightfoward, although the syntax rule prohibiting
write() had to be changed to have an exception for virfile.c instead
of virutil.c.

This movement pointed out that there is a function called
virBuildPath(), and another almost identical function called
virFileBuildPath(). They really should be a single function, which
I'll take care of as soon as I figure out what the arglist should look
like.
42 files changed:
cfg.mk
src/esx/esx_driver.c
src/esx/esx_storage_backend_vmfs.c
src/libvirt.c
src/libvirt_private.syms
src/node_device/node_device_driver.c
src/node_device/node_device_udev.c
src/parallels/parallels_driver.c
src/parallels/parallels_network.c
src/parallels/parallels_storage.c
src/rpc/virnetsshsession.c
src/rpc/virnettlscontext.c
src/security/security_dac.c
src/storage/parthelper.c
src/storage/storage_backend_disk.c
src/util/virebtables.c
src/util/virfile.c
src/util/virfile.h
src/util/virhook.c
src/util/viriptables.c
src/util/virkeyfile.c
src/util/virnetdevveth.c
src/util/virsysinfo.c
src/util/virusb.c
src/util/virutil.c
src/util/virutil.h
src/vbox/vbox_XPCOMCGlue.c
src/vmx/vmx.c
src/xen/xm_internal.c
tests/eventtest.c
tests/libvirtdconftest.c
tests/securityselinuxtest.c
tests/virlockspacetest.c
tests/virportallocatortest.c
tests/virstoragetest.c
tools/virsh-interface.c
tools/virsh-network.c
tools/virsh-nodedev.c
tools/virsh-nwfilter.c
tools/virsh-pool.c
tools/virsh-secret.c
tools/virsh-snapshot.c