From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gH8Ej-0005lX-Qs for qemu-devel@nongnu.org; Mon, 29 Oct 2018 10:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gH8Ei-0004mf-Gv for qemu-devel@nongnu.org; Mon, 29 Oct 2018 10:09:45 -0400 Sender: Guenter Roeck References: <1540548409-22560-1-git-send-email-thuth@redhat.com> <7fc49925-36ff-bd9a-0cd7-e5f8d4bb3672@roeck-us.net> From: Guenter Roeck Message-ID: Date: Mon, 29 Oct 2018 07:09:29 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Deprecate the "collie" machine and Strongarm devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Thomas Huth , qemu-arm , QEMU Developers , Markus Armbruster On 10/29/18 6:24 AM, Peter Maydell wrote: > On 27 October 2018 at 12:04, Guenter Roeck wrote: >> On 10/26/18 3:12 AM, Peter Maydell wrote: >>> Hi Guenter; there's a proposal here to deprecate (and eventually >>> remove) the 'collie' board (strongarm) from QEMU. Is that one of >>> the ones you're currently using in your automated testing of Linux >>> kernels on QEMU? >>> >> >> Yes. I can run the test with older versions of qemu, so it is ok for me >> if it is removed (as long as that removal is not backported). > > Mmm, but if we have an active user who's testing them then they > probably shouldn't be in the frontline of boards to remove. > Which other boards do you test with mainline QEMU? > For arm: akita ast2500-evb beagle beaglexm borzoi collie cubieboard imx25-pdk integratorcp kzm mainstone midway mps2-an385 overo palmetto-bmc raspi2 realview-eb realview-eb-mpcore realview-pb-a8 realview-pbx-a9 romulus-bmc sabrelite smdkc210 spitz terrier tosa versatileab versatilepb vexpress-a15 vexpress-a15-a7 vexpress-a9 witherspoon-bmc xilinx-zynq-a9 z2 Though not all of them are supported by upstream qemu. For some of them I carry local patches, for others I use out-of-tree versions of qemu (beagle/beaglexm). Guenter