Dump qemu driver capabilities if test debugging enabled

* src/testutils.[ch]: make testDebug externally available

* src/testutilsqemu.c: if VIR_TEST_DEBUG is set, dump the qemu
  driver capabilities to stderr
This commit is contained in:
Mark McLoughlin
2009-09-10 11:07:20 +01:00
parent 3fa4a82e6f
commit d7ed2c18e1
3 changed files with 18 additions and 1 deletions

View File

@@ -43,4 +43,6 @@ int virtTestMain(int argc,
return virtTestMain(argc,argv, func); \
}
extern unsigned int testDebug;
#endif /* __VIT_TEST_UTILS_H__ */