Mailing List Archive

trivial fix to prevent a spurious ctrl-a when switching the console back from Xen to dom0.
ChangeSet 1.1159.284.1, 2005/05/21 00:07:36+01:00, iap10@freefall.cl.cam.ac.uk

trivial fix to prevent a spurious ctrl-a when switching the console back from Xen to dom0.

Signed-off-by: ian@xensource.com



console.c | 1 +
1 files changed, 1 insertion(+)


diff -Nru a/xen/drivers/char/console.c b/xen/drivers/char/console.c
--- a/xen/drivers/char/console.c 2005-05-20 20:03:54 -04:00
+++ b/xen/drivers/char/console.c 2005-05-20 20:03:54 -04:00
@@ -280,6 +280,7 @@
{
switch_serial_input();
switch_code_count = 0;
+ return;
}
}
else

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog
trivial fix to prevent a spurious ctrl-a when switching the console back from Xen to dom0. [ In reply to ]
ChangeSet 1.1880.1.1, 2005/05/21 00:07:36+01:00, iap10@freefall.cl.cam.ac.uk

trivial fix to prevent a spurious ctrl-a when switching the console back from Xen to dom0.

Signed-off-by: ian@xensource.com



console.c | 1 +
1 files changed, 1 insertion(+)


diff -Nru a/xen/drivers/char/console.c b/xen/drivers/char/console.c
--- a/xen/drivers/char/console.c 2005-05-20 20:05:33 -04:00
+++ b/xen/drivers/char/console.c 2005-05-20 20:05:33 -04:00
@@ -280,6 +280,7 @@
{
switch_serial_input();
switch_code_count = 0;
+ return;
}
}
else

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog