From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAMmR-0007sO-N6 for qemu-devel@nongnu.org; Fri, 16 Aug 2013 12:21:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAMmK-0006EN-1y for qemu-devel@nongnu.org; Fri, 16 Aug 2013 12:21:39 -0400 Received: from mail-oa0-f51.google.com ([209.85.219.51]:35396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAMmJ-0006EJ-TB for qemu-devel@nongnu.org; Fri, 16 Aug 2013 12:21:31 -0400 Received: by mail-oa0-f51.google.com with SMTP id h1so2476108oag.38 for ; Fri, 16 Aug 2013 09:21:31 -0700 (PDT) Date: Fri, 16 Aug 2013 11:21:14 -0500 From: Rob Landley In-Reply-To: <1376576328.3784.YahooMailNeo@web172606.mail.ir2.yahoo.com> (from dacian_herbei@yahoo.fr on Thu Aug 15 09:18:48 2013) Message-Id: <1376670074.2737.46@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] minimal linux distribution for qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Herbei Dacian Cc: Peter Maydell , QEmu Devel On 08/15/2013 09:18:48 AM, Herbei Dacian wrote: >=20 > but you said that "qemu-system-arm" is not maintained and it doesn't =20 > work. Who said that? git log --pretty=3Dformat:"%h %ci %s" hw/arm be2f78b 2013-08-05 11:46:58 -0500 pxa2xx: Avoid =20 object_get_link_property() asser cfc6b24 2013-07-29 21:06:27 +0200 versatilepb: QOM cast cleanup for =20 vpb_sic_stat 0ca8187 2013-07-29 21:06:27 +0200 strongarm: QOM cast cleanup for =20 StrongARMSSPSt fff3af9 2013-07-29 21:06:27 +0200 strongarm: QOM cast cleanup for =20 StrongARMUARTS Something like 50 commits to hw/arm last month alone, and August was =20 feature freeze for the 1.6.0 release. (If it _wasn't_ actively =20 developed I wouldn't have had to work around a darn IRQ routing issue =20 on the arm target in the last Aboriginal release...) Rob=