From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HaXvt-0008SN-1h for qemu-devel@nongnu.org; Sun, 08 Apr 2007 09:59:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HaXvq-0008SB-Kk for qemu-devel@nongnu.org; Sun, 08 Apr 2007 09:59:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HaXvq-0008S8-I2 for qemu-devel@nongnu.org; Sun, 08 Apr 2007 09:59:50 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HaXs7-000204-OL for qemu-devel@nongnu.org; Sun, 08 Apr 2007 09:55:59 -0400 Date: Sun, 8 Apr 2007 14:56:29 +0100 Subject: Re: [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ... Message-ID: <20070408135629.GK21953@networkno.de> References: <200704072010.05798.paul@codesourcery.com> <1175977726.1516.15.camel@rapid> <200704072145.27203.paul@codesourcery.com> <4618288B.5060201@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wang Cheng Yeh Cc: qemu-devel@nongnu.org Wang Cheng Yeh wrote: > > > >BTW, I have a small PREP test image that I can publish. > > > >I am planning since some time to add to the QEMU web site an automatic > >regression testing system which will automatically launch many OSes with > >the current CVS version. I had no time to do it recently, but if no one > >does it before I'll try to complete it ! > > > >Regards, > > > >Fabrice. > > > > > >I think the installation will cover more than just kernel booting. > I have debian auto installation files for regression test. > They are just a auto config file and a script to do regression test. > The only problem is if the system hangs, the script will also hang. > If anyone needs these files, I will release here. > The installation just follows the URL > http://www.aurel32.net/info/debian_arm_qemu.php Maybe the debian-installer regression testing is helpful as well. It uses qemu for some of its configs. http://people.debian.org/~joeyh/d-i/test-logs.html is the results page, http://d-i.alioth.debian.org/svn/debian-installer/scripts/digress/ points to the source of the test harness. Thiemo