From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwLDP-00038A-W9 for qemu-devel@nongnu.org; Thu, 26 Dec 2013 19:23:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwLDL-0004Sh-7b for qemu-devel@nongnu.org; Thu, 26 Dec 2013 19:23:47 -0500 Received: from [222.73.24.84] (port=29268 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwLDK-0004R6-SN for qemu-devel@nongnu.org; Thu, 26 Dec 2013 19:23:43 -0500 Message-ID: <52BCC812.3080201@cn.fujitsu.com> Date: Fri, 27 Dec 2013 08:21:38 +0800 From: Li Guang MIME-Version: 1.0 References: <1387960503-11838-1-git-send-email-lig.fnst@cn.fujitsu.com> <52BB74E5.8010602@cn.fujitsu.com> <52BB7AC0.5080909@cn.fujitsu.com> <52BB7F36.6040101@cn.fujitsu.com> <52BC863F.5010600@redhat.com> In-Reply-To: Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8; format=flowed Subject: Re: [Qemu-devel] [PATCH] allwinner-a10: add config script support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Hans de Goede , Peter Crosthwaite , QEMU Developers Peter Maydell wrote: > On 26 December 2013 19:40, Hans de Goede wrote: > >> I'm one of the linux-sunxi developers, the only reason we've >> this fex file abomination, is because we've inherited it >> from the android-allwinner sources. >> > Thanks for the clarification; I suspected that might be the case. > > >> Currently most of the linux-sunxi developers are no longer >> focusing on the 3.4 android/allwinner derived sources we >> maintain. They are currently in a "good enough for everyday >> use" state. >> >> So now most of us are focusing on getting *proper* sunxi >> SoC support upstream. This is using device-tree. Currently >> we've working timers, interrupt-controller, uarts, mmc, >> sata, nic (both 100mbit and Gbit variants), ehci controller >> and builtin rtc support with upstream kernels. Which I >> believe likely covers everything the qemu emulation offers >> atm. For those interested, see: >> https://github.com/linux-sunxi/linux-sunxi/commits/sunxi-devel >> >> And the mailinglist reports about progress in that branch. >> >> From the linux-sunxi pov fex files are a legacy thing which >> will go away in the future. >> > Given that, my preference would be to not support fex > file loading in QEMU. > > > that means we don't care legacy script which already be used in most of cases?