]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Split cmds in host group from virsh.c
authorOsier Yang <jyang@redhat.com>
Mon, 23 Jul 2012 06:37:50 +0000 (14:37 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 26 Jul 2012 04:00:43 +0000 (12:00 +0800)
commit290eb0d9f274cc4baf74eaf5b8ed806b328c562f
tree9424331eea62a335d35e3356f7b85a03c01f734c
parent648ad2471b375e0876bab80ba83f562801bb38eb
virsh: Split cmds in host group from virsh.c

Commands in host group moved from virsh.c to virsh-host.c,

* virsh.c: Remove commands in host group.
* virsh-host.c: New file, filled with commands in host group
* po/POTFILES.in: Add virsh-host.c
* cfg.mk: Skip to check config.h including for virsh-host.c
cfg.mk
po/POTFILES.in
tools/virsh-host.c [new file with mode: 0644]
tools/virsh.c