From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCojZ-0005sk-2f for qemu-devel@nongnu.org; Tue, 14 Jun 2016 09:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCojT-0001hA-R0 for qemu-devel@nongnu.org; Tue, 14 Jun 2016 09:50:24 -0400 Received: from mprc.pku.edu.cn ([162.105.203.9]:58256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCojT-0001fY-1X for qemu-devel@nongnu.org; Tue, 14 Jun 2016 09:50:19 -0400 Message-ID: <57570.117.114.135.40.1465911787.squirrel@mprc.pku.edu.cn> In-Reply-To: References: Date: Tue, 14 Jun 2016 21:43:07 +0800 (CST) From: "Xuetao Guan" Reply-To: gxt@mprc.pku.edu.cn MIME-Version: 1.0 Content-Type: text/plain;charset=gb2312 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] proposal: drop linux-user unicore32 support from QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Riku Voipio , QEMU Developers , Guan Xuetao > On 20 May 2016 at 13:48, Riku Voipio wrote: >> On torstaina 12. toukokuuta 2016 17.34.42 EEST, Peter Maydell wrote: >>> We should either fix our unicore32 support to use the real >>> syscall numbers, or just drop it; since nobody has touched >>> linux-user/unicore32 since 2012, and there have been no >>> commits to target-unicore32 that aren't generic "clean up >>> all targets" type patches since 2012 or 2013, and nobody >>> has ever complained that the syscall numbers are all broken, >>> my initial inclination is to say we should just drop this. >>> >>> Opinions? > >> I agree. I don't have a test setup for unicore, so unicore >> has seen nothing but compile testing... > > I've put a note in the 2.7 Changelog saying we're going to > remove unicore32-linux-user in 2.8. > > thanks > -- PMM > Hi, peter. I'm the maintainer of target-unicore32. Though there's no commit since 2012, we're using qemu (but old version) to test our new kernel and software-images. I'll upgrade to new qemu and fix syscall problem. Thanks. Xuetao