Replace 'struct qemud_driver *' with virQEMUDriverPtr

Remove the obsolete 'qemud' naming prefix and underscore
based type name. Introduce virQEMUDriverPtr as the replacement,
in common with LXC driver naming style
This commit is contained in:
Daniel P. Berrange
2012-11-28 16:43:10 +00:00
parent 012d69dff1
commit 4738c2a7e7
24 changed files with 510 additions and 507 deletions

View File

@@ -16,7 +16,7 @@
# include "qemu/qemu_domain.h"
# include "testutilsqemu.h"
static struct qemud_driver driver;
static virQEMUDriver driver;
static int
testCompareXMLToXMLFiles(const char *inxml, const char *outxml, bool live)