[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17420: {torvm} Use new GUID device naming when launching Qemu. (torvm/trunk/build/win32/src/torvm-w32)



Author: coderman
Date: 2008-11-30 06:00:32 -0500 (Sun, 30 Nov 2008)
New Revision: 17420

Modified:
   torvm/trunk/build/win32/src/torvm-w32/torvm.c
Log:
Use new GUID device naming when launching Qemu.

Modified: torvm/trunk/build/win32/src/torvm-w32/torvm.c
===================================================================
--- torvm/trunk/build/win32/src/torvm-w32/torvm.c	2008-11-30 10:59:46 UTC (rev 17419)
+++ torvm/trunk/build/win32/src/torvm-w32/torvm.c	2008-11-30 11:00:32 UTC (rev 17420)
@@ -1981,7 +1981,7 @@
   PROCESS_INFORMATION pi;
   if (!vmnop) {
     if (! launchtorvm(&pi,
-                      ce->name,
+                      ce->guid,
                       ce->macaddr,
                       TOR_TAP_NAME,
                       cmdline)) {