Displaying 1 result from an estimated 1 matches for "6b28b2dac7dd".
2010 Aug 09
1
[PATCH 1 of 4] xenconsoled: do not write the pty under serial
...als use the "serial" prefix in xenstore.
There is no need to write the pty for a pv console under "serial",
considering that xenconsoled is already writing the pty under "console"
too.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff -r 6b28b2dac7dd tools/console/daemon/io.c
--- a/tools/console/daemon/io.c Thu Aug 05 11:36:24 2010 +0100
+++ b/tools/console/daemon/io.c Mon Aug 09 14:26:22 2010 +0100
@@ -451,27 +451,6 @@ static int domain_create_tty(struct doma
free(data);
}
free(path);
- }
-
- success = asprintf(&path, "%s/li...