]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Move cmdConnect from virsh-host.c to virsh.c
authorPeter Krempa <pkrempa@redhat.com>
Wed, 27 Mar 2013 13:22:47 +0000 (14:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 5 Apr 2013 08:36:03 +0000 (10:36 +0200)
commitca9e73ebb60e2efb1ea835e9a394a8b64ecb97c1
tree5177b0792aa0ebe78de077cb13e0e0e071c0de47
parente964ba2786f6736613de1f14db4d3407f6928f50
virsh: Move cmdConnect from virsh-host.c to virsh.c

The function is used to establish connection so it should be in the main
virsh file. This movement also enables further improvements done in next
patches.

Note that the "connect" command has moved from the host section of virsh to the
main section. It is now listed by 'virsh help virsh' instead of 'virsh help
host'.
tools/virsh-host.c
tools/virsh.c