[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [ioemu] Don't enable monitor or serial console on virtual consoles by default.



# HG changeset patch
# User Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
# Date 1175074609 -3600
# Node ID 9c1367368ee320abe1a2ed4184708377bd773d94
# Parent  3d7a4ac397b12490653f77af5536b794b01c482b
[ioemu] Don't enable monitor or serial console on virtual consoles by default.

Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
---
 tools/ioemu/vl.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff -r 3d7a4ac397b1 -r 9c1367368ee3 tools/ioemu/vl.c
--- a/tools/ioemu/vl.c  Wed Mar 28 10:05:37 2007 +0100
+++ b/tools/ioemu/vl.c  Wed Mar 28 10:36:49 2007 +0100
@@ -6109,10 +6109,9 @@ int main(int argc, char **argv)
 #endif /* !CONFIG_DM */
     cyls = heads = secs = 0;
     translation = BIOS_ATA_TRANSLATION_AUTO;
-    pstrcpy(monitor_device, sizeof(monitor_device), "vc");
-
-    pstrcpy(serial_devices[0], sizeof(serial_devices[0]), "vc");
-    for(i = 1; i < MAX_SERIAL_PORTS; i++)
+    pstrcpy(monitor_device, sizeof(monitor_device), "null");
+
+    for(i = 0; i < MAX_SERIAL_PORTS; i++)
         serial_devices[i][0] = '\0';
     serial_device_index = 0;
 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.