]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Split cmds of storage volume group from virsh.c
authorOsier Yang <jyang@redhat.com>
Tue, 24 Jul 2012 08:44:49 +0000 (16:44 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 26 Jul 2012 03:57:42 +0000 (11:57 +0800)
commit9fbb344f6e8c2249b1deb916114a059a2f0005da
tree0c9c7de1f3fb9752c17daec164bbc4a5dd0f059c
parent73b89ed83882c9a10ec5f05328907d791c014618
virsh: Split cmds of storage volume group from virsh.c

This splits commands of storage volume group into virsh-volume.c,
The helpers not for common use are moved too. Standard copyright
is added for the new file.

* tools/virsh.c:
  Remove commands for storage storage volume and a few helpers.
  (vshCommandOptVol, vshCommandOptVolBy).

* tools/virsh-volume.c:
  New file, filled with commands of storage volume group and its
  helpers.

* po/POTFILES.in:
  Add virsh-volume.c

* cfg.mk:
  Skip to check config.h including for virsh-volume.c
cfg.mk
po/POTFILES.in
tools/virsh-volume.c [new file with mode: 0644]
tools/virsh.c