From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzP2r-0004zj-Br for qemu-devel@nongnu.org; Fri, 23 May 2008 00:38:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzP2p-0004zX-QD for qemu-devel@nongnu.org; Fri, 23 May 2008 00:38:20 -0400 Received: from [199.232.76.173] (port=55660 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzP2p-0004zU-NB for qemu-devel@nongnu.org; Fri, 23 May 2008 00:38:19 -0400 Received: from wf-out-1314.google.com ([209.85.200.174]:10535) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzP2p-0003WF-Ba for qemu-devel@nongnu.org; Fri, 23 May 2008 00:38:19 -0400 Received: by wf-out-1314.google.com with SMTP id 27so348141wfd.4 for ; Thu, 22 May 2008 21:38:17 -0700 (PDT) Message-ID: <536b0bf70805222138q1c9b33ddifd3bd3dab3d07324@mail.gmail.com> Date: Fri, 23 May 2008 00:38:17 -0400 From: "Taylor Killian" Sender: s7master@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] Rockbox Emulation Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org As part of Google Summer of Code (http://code.google.com/soc/) I have been chosen (by rockbox [http://www.rockbox.org]) to improve ARM virtualization. I believe that QEMU has come the farthest in this field (correct me if I'm wrong). Basically I intend to add more hardware support for things like the LCD, ATA Controller, and other things that could be found on an mp3 player. My goal is to be able to run rockbox through QEMU as if it were running on the mp3 player itself, and also to be able to run the proprietary OS on it also. I have tried to run rockbox on QEMU just to see how far it would get. So far all it does is show a blank screen (I have confirmed that the arm-test works correctly). So I am wondering if the kernel is actually running or not. Is it possible that it is running, but not displaying anything because it is not emulating the correct LCD? Anyways, thanks for reading. Please let me know if you have any advice for me. I'll be happy to keep you informed on my progress, Taylor Killian