From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KV7Sz-0003xc-4v for qemu-devel@nongnu.org; Mon, 18 Aug 2008 12:20:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KV7Sw-0003w2-F6 for qemu-devel@nongnu.org; Mon, 18 Aug 2008 12:20:24 -0400 Received: from [199.232.76.173] (port=45858 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KV7Sv-0003vk-Vt for qemu-devel@nongnu.org; Mon, 18 Aug 2008 12:20:22 -0400 Received: from vsmtp02.dti.ne.jp ([202.216.231.137]:40546) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KV7Sv-0006bF-BE for qemu-devel@nongnu.org; Mon, 18 Aug 2008 12:20:21 -0400 Received: from [192.168.1.21] (PPPa1666.e11.eacc.dti.ne.jp [124.255.92.149]) by vsmtp02.dti.ne.jp (3.11v) with ESMTP AUTH id m7IGKGFs007277 for ; Tue, 19 Aug 2008 01:20:16 +0900 (JST) Message-ID: <48A9A142.60501@juno.dti.ne.jp> Date: Tue, 19 Aug 2008 01:20:18 +0900 From: Shin-ichiro KAWASAKI MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/5] [sh4] patches for SH4 system 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 Hello all, To improve SH4 system emulation, I'm sending five patches which implement some MMU featrues, bug fixes, and sleep instruction. With these patches, simple '/init' scripts can be executed after Linux kernel boot. I saw BusyBox ash's prompt is printed, though I cannot input key types because serial controler's implementation is not enough. The kernel and command line I used to check is available here. http://www.assembla.com/wiki/show/qemu-sh4/BuildingEnvironment I hope these patches will help and merged in trunk. Any comments will be welcome. Regards, Shin-ichiro KAWASAKI