]> xenbits.xensource.com Git - libvirt.git/commit
virsh: Move command group definition into its own file
authorOsier Yang <jyang@redhat.com>
Mon, 23 Jul 2012 07:19:04 +0000 (15:19 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 26 Jul 2012 04:00:43 +0000 (12:00 +0800)
commitc4bdf307e0d36f5f2806bc10505223442c922762
treedcf14a22ad6f15962f99e4f693f6336ad4749de6
parent49989d7025666a4c17d5864cb602e2ae9f0d6079
virsh: Move command group definition into its own file

* virsh-domain-monitor.c: Add domMonitoringCmds
* virsh-domain.c: Add domManagementCmds
* virsh-host.c: Add hostAndHypervisorCmds
* virsh-interface.c: Add ifaceCmds
* virsh-network.c: Add networkCmds
* virsh-nodedev.c: Add nodedevCmds
* virsh-nwfilter.c: Add nwfilterCmds
* virsh-pool.c: Add storagePoolCmds
* virsh-secret.c: Add secretCmds
* virsh-snapshot.c: Add snapshotCmds
* virsh-volume.c: Add storageVolCmds
* virsh.c: Remove all the above *Cmds.
12 files changed:
tools/virsh-domain-monitor.c
tools/virsh-domain.c
tools/virsh-host.c
tools/virsh-interface.c
tools/virsh-network.c
tools/virsh-nodedev.c
tools/virsh-nwfilter.c
tools/virsh-pool.c
tools/virsh-secret.c
tools/virsh-snapshot.c
tools/virsh-volume.c
tools/virsh.c