From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53219 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgDzV-0002Jr-Oa for qemu-devel@nongnu.org; Fri, 21 Jan 2011 05:13:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgDtp-00087n-F1 for qemu-devel@nongnu.org; Fri, 21 Jan 2011 05:07:22 -0500 Received: from eu1sys200aog112.obsmtp.com ([207.126.144.133]:46942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgDtp-00087S-4V for qemu-devel@nongnu.org; Fri, 21 Jan 2011 05:07:21 -0500 Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id B058F95 for ; Fri, 21 Jan 2011 10:07:18 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas5.st.com [10.75.90.71]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id F001A1A1 for ; Fri, 21 Jan 2011 10:07:17 +0000 (GMT) Message-ID: <4D395ACD.8060606@st.com> Date: Fri, 21 Jan 2011 11:07:09 +0100 From: Christophe Lyon MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [ARM] Contributing tests for Neon List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi all, I have developed some tests for ARM-Neon in the form of C sources files calling ARM Neon intrinsics, and comparing the results of the resulting program with a known reference (eg execution on actual CPU) shows if the execution engine is follows the spec. These tests currently represent 750KB of sources (150 files, 12000 lines), and I would like to contribute them to the qemu testing infrastructure. I have a few questions on how to proceed: - we wish to release the files under the MIT license, is it OK to deliver them as-is in the 'tests' qemu subdir? - given the size of the whole stuff, I don't think it's suitable that I send it on the list for review, what should I do? - at the time of writing, GCC/ARM fails to compile those tests correctly, and I rely on ARM's compiler to generate my reference executable and output. Is it acceptable that the Makefile references armcc? Thanks, Christophe.