]> xenbits.xensource.com Git - libvirt.git/commit
virstring: Unify string list function names
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 25 Nov 2016 08:18:35 +0000 (09:18 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 25 Nov 2016 12:54:05 +0000 (13:54 +0100)
commitc2a5a4e7ea93092e2376085a52f362ee75471284
tree3788047a0c5bd90e1fedab1fa7c49af5e61cd2b4
parent0d91565e62b6eecf37cc73543c4b72dae7a5a092
virstring: Unify string list function names

We have couple of functions that operate over NULL terminated
lits of strings. However, our naming sucks:

virStringJoin
virStringFreeList
virStringFreeListCount
virStringArrayHasString
virStringGetFirstWithPrefix

We can do better:

virStringListJoin
virStringListFree
virStringListFreeCount
virStringListHasString
virStringListGetFirstWithPrefix

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
54 files changed:
daemon/remote.c
src/bhyve/bhyve_command.c
src/bhyve/bhyve_parse_command.c
src/conf/domain_capabilities.c
src/cpu/cpu_ppc64.c
src/cpu/cpu_x86.c
src/libvirt_private.syms
src/lxc/lxc_container.c
src/lxc/lxc_native.c
src/openvz/openvz_conf.c
src/qemu/qemu_agent.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_conf.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_text.c
src/qemu/qemu_parse_command.c
src/qemu/qemu_process.c
src/remote/remote_driver.c
src/storage/storage_backend_sheepdog.c
src/storage/storage_backend_zfs.c
src/storage/storage_driver.c
src/util/vircgroup.c
src/util/vircommand.c
src/util/virconf.c
src/util/virfile.c
src/util/virfirewall.c
src/util/virfirmware.c
src/util/virlog.c
src/util/virpolkit.c
src/util/virprocess.c
src/util/virstoragefile.c
src/util/virstring.c
src/util/virstring.h
src/util/viruri.c
src/vbox/vbox_common.c
src/vbox/vbox_snapshot_conf.c
src/vz/vz_sdk.c
tests/domainsnapshotxml2xmltest.c
tests/qemumonitorjsontest.c
tests/qemuxml2argvtest.c
tests/vboxsnapshotxmltest.c
tests/virconftest.c
tests/virfiletest.c
tests/virpolkittest.c
tests/virstringtest.c
tools/virsh-domain.c
tools/virsh-nodedev.c
tools/virsh-pool.c
tools/virsh-snapshot.c
tools/virt-host-validate-common.c
tools/virt-login-shell.c
tools/vsh.c