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

@@ -25,6 +25,7 @@
#include <config.h>
#include "virsh-domain-monitor.h"
#include "virsh-util.h"
#include <libxml/parser.h>
#include <libxml/tree.h>