[or-cvs] r17420: {torvm} Use new GUID device naming when launching Qemu. (torvm/trunk/build/win32/src/torvm-w32)
coderman at seul.org
coderman at seul.org
Sun Nov 30 11:00:32 UTC 2008
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)) {
More information about the tor-commits
mailing list