]> xenbits.xensource.com Git - libvirt.git/commit
'virsh edit' and related commands
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 1 Aug 2008 14:30:41 +0000 (14:30 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 1 Aug 2008 14:30:41 +0000 (14:30 +0000)
commit969fa847c1e72e3a50d62512fd63419e39a8fab9
treefe79c91759f4530552fbb8d9d8e7021bfdac6c48
parent0dee7feb74868699a3e4182bc6044c8c2a5c0e02
'virsh edit' and related commands
* src/virsh.c: Implement 'virsh edit', 'virsh net-edit' and
  'virsh pool-edit' commands.  These edit the XML for domains,
  networks and storage pools respectively, and are the
  equivalent of doing 'virsh dumpxml; vi foo.xml; virsh define'
* src/Makefile.am, src/.cvsignore: Auto-generate the net-edit
  and pool-edit commands.
* docs/virsh.pod: Updated the documentation.
ChangeLog
docs/virsh.pod
src/.cvsignore
src/Makefile.am
src/virsh.c