[libvirt] [PATCH v5.1 01/11] maint: Rename xmlconf to xmlopt and virDomainXMLConfing to virDomainXMLOption

Daniel P. Berrange berrange at redhat.com
Thu Apr 4 16:59:02 UTC 2013


On Thu, Apr 04, 2013 at 02:10:11PM +0200, Peter Krempa wrote:
> 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.
> ---
>  src/conf/capabilities.h            |   2 +-
>  src/conf/domain_conf.c             | 142 ++++++++++++++++++-------------------
>  src/conf/domain_conf.h             |  34 ++++-----
>  src/conf/snapshot_conf.c           |   4 +-
>  src/conf/snapshot_conf.h           |   2 +-
>  src/esx/esx_driver.c               |  10 +--
>  src/esx/esx_private.h              |   2 +-
>  src/libvirt_private.syms           |   4 +-
>  src/libxl/libxl_conf.h             |   2 +-
>  src/libxl/libxl_driver.c           |  40 +++++------
>  src/lxc/lxc_conf.c                 |   4 +-
>  src/lxc/lxc_conf.h                 |   4 +-
>  src/lxc/lxc_controller.c           |   8 +--
>  src/lxc/lxc_driver.c               |  38 +++++-----
>  src/lxc/lxc_process.c              |   8 +--
>  src/openvz/openvz_conf.c           |   4 +-
>  src/openvz/openvz_conf.h           |   2 +-
>  src/openvz/openvz_driver.c         |  12 ++--
>  src/parallels/parallels_driver.c   |  10 +--
>  src/parallels/parallels_utils.h    |   2 +-
>  src/phyp/phyp_driver.c             |   6 +-
>  src/phyp/phyp_driver.h             |   2 +-
>  src/qemu/qemu_command.c            |  12 ++--
>  src/qemu/qemu_command.h            |   6 +-
>  src/qemu/qemu_conf.c               |   4 +-
>  src/qemu/qemu_conf.h               |   4 +-
>  src/qemu/qemu_domain.c             |   4 +-
>  src/qemu/qemu_driver.c             | 104 +++++++++++++--------------
>  src/qemu/qemu_migration.c          |  16 ++---
>  src/qemu/qemu_process.c            |  34 ++++-----
>  src/security/virt-aa-helper.c      |   8 +--
>  src/test/test_driver.c             |  40 +++++------
>  src/uml/uml_conf.h                 |   2 +-
>  src/uml/uml_driver.c               |  20 +++---
>  src/vbox/vbox_tmpl.c               |  14 ++--
>  src/vmware/vmware_conf.c           |   4 +-
>  src/vmware/vmware_conf.h           |   2 +-
>  src/vmware/vmware_driver.c         |  14 ++--
>  src/xen/xen_driver.c               |   6 +-
>  src/xen/xen_driver.h               |   2 +-
>  src/xen/xend_internal.c            |   4 +-
>  src/xen/xm_internal.c              |   2 +-
>  src/xenapi/xenapi_driver.c         |  10 +--
>  src/xenapi/xenapi_driver_private.h |   2 +-
>  tests/domainsnapshotxml2xmltest.c  |   6 +-
>  tests/lxcxml2xmltest.c             |   8 +--
>  tests/qemuargv2xmltest.c           |   6 +-
>  tests/qemumonitorjsontest.c        |  28 ++++----
>  tests/qemumonitortestutils.c       |   4 +-
>  tests/qemumonitortestutils.h       |   2 +-
>  tests/qemuxml2argvtest.c           |   6 +-
>  tests/qemuxml2xmltest.c            |   6 +-
>  tests/qemuxmlnstest.c              |   6 +-
>  tests/securityselinuxlabeltest.c   |   6 +-
>  tests/testutilsqemu.h              |   2 +-
>  tests/testutilsxen.c               |   4 +-
>  tests/testutilsxen.h               |   2 +-
>  tests/xmconfigtest.c               |   8 +--
>  tests/xml2sexprtest.c              |   8 +--
>  tests/xml2vmxtest.c                |   8 +--
>  60 files changed, 383 insertions(+), 383 deletions(-)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list