qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6648] Do not enable a default virtio console
@ 2009-02-27 20:01 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-02-27 20:01 UTC (permalink / raw)
  To: qemu-devel

Revision: 6648
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6648
Author:   aliguori
Date:     2009-02-27 20:01:39 +0000 (Fri, 27 Feb 2009)

Log Message:
-----------
Do not enable a default virtio console

This upsets Windows installs and right now, virtio console isn't very useful
as a default device.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c	2009-02-27 19:54:01 UTC (rev 6647)
+++ trunk/vl.c	2009-02-27 20:01:39 UTC (rev 6648)
@@ -4691,8 +4691,7 @@
         parallel_devices[i] = NULL;
     parallel_device_index = 0;
 
-    virtio_consoles[0] = "vc:80Cx24C";
-    for(i = 1; i < MAX_VIRTIO_CONSOLES; i++)
+    for(i = 0; i < MAX_VIRTIO_CONSOLES; i++)
         virtio_consoles[i] = NULL;
     virtio_console_index = 0;
 
@@ -5305,8 +5304,6 @@
            parallel_devices[0] = "null";
        if (strncmp(monitor_device, "vc", 2) == 0)
            monitor_device = "stdio";
-       if (virtio_console_index == 0)
-           virtio_consoles[0] = "null";
     }
 
 #ifndef _WIN32

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-27 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-27 20:01 [Qemu-devel] [6648] Do not enable a default virtio console Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).