]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virsh: Use virBuffer for generating XML
authorJiri Denemark <jdenemar@redhat.com>
Fri, 10 Sep 2010 11:38:40 +0000 (13:38 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 14 Sep 2010 15:03:39 +0000 (17:03 +0200)
commitfc3247f21180d6f33ab7ebd130ef3d7e9ccb9a74
tree6e9f7b0603859ffb002c74cfbbccd44e71aebdba
parent249a5b35f23475f57bc987f4860302cf933e4fe5
virsh: Use virBuffer for generating XML

cmdAttachInterface and cmdAttachDisk still used vshRealloc and sprintf
for generating XML, which is hardly maintainable. Let's get rid of this
old code.
tools/virsh.c