r3276 - trunk/src/host/qemu-neo1973/hw

andrew at sita.openmoko.org andrew at sita.openmoko.org
Fri Oct 26 00:31:00 CEST 2007


Author: andrew
Date: 2007-10-26 00:30:59 +0200 (Fri, 26 Oct 2007)
New Revision: 3276

Modified:
   trunk/src/host/qemu-neo1973/hw/neo1973.c
Log:
Import a basic Neo1973 modem definition for Qtopia "phonesim".
Set initial display resolution to 480x640 px.


Modified: trunk/src/host/qemu-neo1973/hw/neo1973.c
===================================================================
--- trunk/src/host/qemu-neo1973/hw/neo1973.c	2007-10-25 18:57:25 UTC (rev 3275)
+++ trunk/src/host/qemu-neo1973/hw/neo1973.c	2007-10-25 22:30:59 UTC (rev 3276)
@@ -458,6 +458,8 @@
                     initrd_filename, 0x49e, S3C_RAM_BASE);
 #endif
     neo_reset(s);
+
+    dpy_resize(ds, 480, 640);
 }
 
 QEMUMachine neo1973_machine = {





More information about the commitlog mailing list