From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWcrE-0004MH-DA for qemu-devel@nongnu.org; Fri, 22 Aug 2008 16:03:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWcrD-0004M4-Re for qemu-devel@nongnu.org; Fri, 22 Aug 2008 16:03:39 -0400 Received: from [199.232.76.173] (port=36247 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWcrD-0004M0-O3 for qemu-devel@nongnu.org; Fri, 22 Aug 2008 16:03:39 -0400 Received: from vsmtp04.dti.ne.jp ([202.216.231.139]:55868) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWcrD-0005Pm-5u for qemu-devel@nongnu.org; Fri, 22 Aug 2008 16:03:39 -0400 Received: from [192.168.1.21] (PPPa35.e11.eacc.dti.ne.jp [124.255.86.36]) by vsmtp04.dti.ne.jp (3.11v) with ESMTP AUTH id m7MK3bMh006118 for ; Sat, 23 Aug 2008 05:03:37 +0900 (JST) Message-ID: <48AF1B9E.40509@juno.dti.ne.jp> Date: Sat, 23 Aug 2008 05:03:42 +0900 From: Shin-ichiro KAWASAKI MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/5] [sh4] patches for SH4 system emulation References: <48A9A142.60501@juno.dti.ne.jp> <20080822090011.GB21526@volta.aurel32.net> In-Reply-To: <20080822090011.GB21526@volta.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 Aurelien Jarno wrote: > On Tue, Aug 19, 2008 at 01:20:18AM +0900, Shin-ichiro KAWASAKI wrote: >> 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. >> > > All patches of the series committed, thanks. Thanks a lot! > By the way, do you have any plan to convert the SH4 target to TCG? Yes. I've just started working to eliminate target-sh4/op.c. Regards, Shin-ichiro KAWASAKI