Fixed handling of -nographics. Added VNC listen support

This commit is contained in:
Daniel P. Berrange
2007-07-24 14:30:05 +00:00
parent 1d4d4f3bf9
commit e3af6437f1
20 changed files with 69 additions and 30 deletions

View File

@@ -111,7 +111,7 @@ main(int argc, char **argv)
1, testCompareXMLToXMLHelper, "disk-many") < 0)
ret = -1;
if (0 && virtTestRun("QEMU XML-2-ARGV Graphics VNC",
if (virtTestRun("QEMU XML-2-ARGV Graphics VNC",
1, testCompareXMLToXMLHelper, "graphics-vnc") < 0)
ret = -1;