]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove separator argument from virBitmapParse
authorJán Tomko <jtomko@redhat.com>
Fri, 17 Jun 2016 12:56:45 +0000 (14:56 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 20 Jun 2016 10:09:52 +0000 (12:09 +0200)
commitff52e9d43aba0d4e47c740799d3b9931069bfb8f
tree29bc8c5f4e86a6e9f8d0c27e1bace58544aab870
parentd728689d9b8ac4dd5b849ebbb0179fb21f24c0ae
Remove separator argument from virBitmapParse

Most the callers pass 0 in one form or another, including
vircapstest which used VIR_ARCH_NONE.
19 files changed:
src/conf/domain_conf.c
src/conf/network_conf.c
src/conf/numa_conf.c
src/lxc/lxc_controller.c
src/lxc/lxc_native.c
src/nodeinfo.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_process.c
src/util/virbitmap.c
src/util/virbitmap.h
src/util/virhostcpu.c
src/vz/vz_sdk.c
src/xenconfig/xen_common.c
src/xenconfig/xen_sxpr.c
tests/qemuxml2argvtest.c
tests/virbitmaptest.c
tests/vircapstest.c
tools/virsh-domain.c