]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Split cmds in node device group from virsh.c
authorOsier Yang <jyang@redhat.com>
Mon, 23 Jul 2012 07:08:39 +0000 (15:08 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 26 Jul 2012 04:00:43 +0000 (12:00 +0800)
commit49989d7025666a4c17d5864cb602e2ae9f0d6079
tree18ecb84d6e49c95cb073b523bfb74a1099c76329
parent290eb0d9f274cc4baf74eaf5b8ed806b328c562f
virsh: Split cmds in node device group from virsh.c

Commands in node device group moved from virsh.c to virsh-nodedev.c,

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