]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption
authorPeter Krempa <pkrempa@redhat.com>
Sun, 31 Mar 2013 18:03:42 +0000 (20:03 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Apr 2013 20:18:56 +0000 (22:18 +0200)
commite84b19316a72aa969286f9c41bc0e0b7d005f754
treef524acea94bba6bafb8f20cae072780b71a98112
parent8d3d05d3c16d39bf993833d18e04902c5ff454cf
maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption

This patch is the result of running:

for i in $(git ls-files | grep -v html | grep -v \.po$ ); do
  sed -i -e "s/virDomainXMLConf/virDomainXMLOption/g" -e "s/xmlconf/xmlopt/g" $i
done

and a few manual tweaks.
60 files changed:
src/conf/capabilities.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/snapshot_conf.c
src/conf/snapshot_conf.h
src/esx/esx_driver.c
src/esx/esx_private.h
src/libvirt_private.syms
src/libxl/libxl_conf.h
src/libxl/libxl_driver.c
src/lxc/lxc_conf.c
src/lxc/lxc_conf.h
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/lxc/lxc_process.c
src/openvz/openvz_conf.c
src/openvz/openvz_conf.h
src/openvz/openvz_driver.c
src/parallels/parallels_driver.c
src/parallels/parallels_utils.h
src/phyp/phyp_driver.c
src/phyp/phyp_driver.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/security/virt-aa-helper.c
src/test/test_driver.c
src/uml/uml_conf.h
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c
src/vmware/vmware_conf.c
src/vmware/vmware_conf.h
src/vmware/vmware_driver.c
src/xen/xen_driver.c
src/xen/xen_driver.h
src/xen/xend_internal.c
src/xen/xm_internal.c
src/xenapi/xenapi_driver.c
src/xenapi/xenapi_driver_private.h
tests/domainsnapshotxml2xmltest.c
tests/lxcxml2xmltest.c
tests/qemuargv2xmltest.c
tests/qemumonitorjsontest.c
tests/qemumonitortestutils.c
tests/qemumonitortestutils.h
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/qemuxmlnstest.c
tests/securityselinuxlabeltest.c
tests/testutilsqemu.h
tests/testutilsxen.c
tests/testutilsxen.h
tests/xmconfigtest.c
tests/xml2sexprtest.c
tests/xml2vmxtest.c