From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGFQF-0005tI-0k for qemu-devel@nongnu.org; Tue, 08 Jul 2008 11:48:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGFQB-0005s3-I8 for qemu-devel@nongnu.org; Tue, 08 Jul 2008 11:48:06 -0400 Received: from [199.232.76.173] (port=50129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGFQB-0005s0-EI for qemu-devel@nongnu.org; Tue, 08 Jul 2008 11:48:03 -0400 Received: from rv-out-0708.google.com ([209.85.198.251]:62488) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGFQB-0004rp-1l for qemu-devel@nongnu.org; Tue, 08 Jul 2008 11:48:03 -0400 Received: by rv-out-0708.google.com with SMTP id f25so2317168rvb.22 for ; Tue, 08 Jul 2008 08:48:00 -0700 (PDT) Message-ID: <761ea48b0807080848pd168902k739243164753e835@mail.gmail.com> Date: Tue, 8 Jul 2008 17:48:00 +0200 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [RFC] ARM test generator In-Reply-To: <200807081628.49314.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <761ea48b0807080535h4dadd1eev8c076bfb86f72e92@mail.gmail.com> <200807081426.43774.paul@codesourcery.com> <761ea48b0807080752m729b9892sd997347f6f4462b9@mail.gmail.com> <200807081628.49314.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On Tue, Jul 8, 2008 at 5:28 PM, Paul Brook wrote: > For any reasonable coverage test I'd expect test-ref.txt to be huge, which > makes testing without reference hardware infeasible (and certainly not > suitable for inclusion in qemu SVN). AFAIK For ARMv7 then there are currently > zero generally available hardware platforms, and ARMv6 hardware is still > fairly rare. I agree the lack of easily available ARMv7 hardware is a problem though some people are already getting board (mine should be in within 2 weeks). As far as ARMv6 is concerned the Nokia n8x0 use an ARMv6 processor; again that's not widespread enough. (BTW Nokia n8x0 dev environment uses qemu and fails running ffmpeg ARMv6.) I also admit that putting the ref in svn is not the way to go. So you would have to trust someone to provide you with a ref output to check patch correctness. Basically we're back to the starting point: you need to be convinced :-) Laurent