commit | c60e08d9c6bbace33c04dab2b5cacbc42e2e3d47 | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Jul 01 16:24:38 2008 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Tue Jul 01 16:24:38 2008 +0000 |
tree | be6d94159b698760acaec329da228a44c2ce415f | |
parent | ea334207a3152e5e4fee4cb82a76233fd43fa14d [diff] [blame] |
Implement resolution switching in common console code. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4812 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/vl.c b/vl.c index d6da115..84eab32 100644 --- a/vl.c +++ b/vl.c
@@ -7935,7 +7935,7 @@ kernel_cmdline = ""; cyls = heads = secs = 0; translation = BIOS_ATA_TRANSLATION_AUTO; - monitor_device = "vc:800x600"; + monitor_device = "vc"; serial_devices[0] = "vc:80Cx24C"; for(i = 1; i < MAX_SERIAL_PORTS; i++)