virsh: Add new file for utility functions and move a few

Don't accumulate helpers in virsh.c
This commit is contained in:
Peter Krempa
2017-04-10 17:06:15 +02:00
parent b4c2ac8d56
commit e8a61ae4bd
8 changed files with 105 additions and 45 deletions

View File

@@ -226,6 +226,7 @@ virsh_SOURCES = \
virsh-pool.c virsh-pool.h \
virsh-secret.c virsh-secret.h \
virsh-snapshot.c virsh-snapshot.h \
virsh-util.c virsh-util.h \
virsh-volume.c virsh-volume.h \
$(NULL)