Blob Blame History Raw
diff -up kvm-63/qemu/vl.c.orig kvm-63/qemu/vl.c
--- kvm-63/qemu/vl.c.orig	2008-03-04 03:50:44.000000000 -0500
+++ kvm-63/qemu/vl.c	2008-03-07 11:18:10.000000000 -0500
@@ -191,8 +191,8 @@ NICInfo nd_table[MAX_NICS];
 int vm_running;
 static int rtc_utc = 1;
 static int rtc_date_offset = -1; /* -1 means no change */
-int cirrus_vga_enabled = 1;
-int vmsvga_enabled = 0;
+int cirrus_vga_enabled = 0;
+int vmsvga_enabled = 1;
 #ifdef TARGET_SPARC
 int graphic_width = 1024;
 int graphic_height = 768;