]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xml: Clean up rest of virtual XML document names for XML strings
authorPeter Krempa <pkrempa@redhat.com>
Wed, 14 Sep 2011 14:17:57 +0000 (16:17 +0200)
committerEric Blake <eblake@redhat.com>
Wed, 14 Sep 2011 15:09:04 +0000 (09:09 -0600)
commitb998f1f77c18c1d7b4eac5b98b13e116a083ddbf
treeb7e01df489636c088bfafe8f64fa6a851a90a924
parent9d0ae85088b1c5fa59bfaaa1ee2f6d0ac3450e9e
xml: Clean up rest of virtual XML document names for XML strings

Commit 498d783 cleans up some of virtual file names for parsing strings
in memory. This patch cleans up (hopefuly) the rest forgotten by the
first patch.

This patch also changes all of the previously modified "filenames" to
valid URI's replacing spaces for underscores.

Changes to v1:
- Replace all spaces for underscores, so that the strings form valid
  URI's
- Replace spaces in places changed by commit 498d783
12 files changed:
src/conf/domain_conf.c
src/conf/interface_conf.c
src/conf/network_conf.c
src/conf/node_device_conf.c
src/conf/nwfilter_conf.c
src/conf/secret_conf.c
src/conf/storage_conf.c
src/cpu/cpu.c
src/esx/esx_vi.c
src/qemu/qemu_migration.c
src/security/virt-aa-helper.c
tools/virsh.c