From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkYPU-00054j-UP for qemu-devel@nongnu.org; Tue, 10 Jan 2012 04:54:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkYPT-0008KK-E7 for qemu-devel@nongnu.org; Tue, 10 Jan 2012 04:54:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkYPT-0008KD-5j for qemu-devel@nongnu.org; Tue, 10 Jan 2012 04:54:27 -0500 Message-ID: <4F0C0B78.3090009@redhat.com> Date: Tue, 10 Jan 2012 10:57:12 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1326124572-8312-1-git-send-email-aliguori@us.ibm.com> <4F0B1016.2010600@us.ibm.com> <201201091747.52115.paul@codesourcery.com> <4F0B3FE2.8080909@us.ibm.com> <4F0B54A7.9060504@web.de> <4F0B5F2D.1080904@us.ibm.com> <4F0B76A2.1090408@web.de> <4F0B7EA2.50909@us.ibm.com> In-Reply-To: <4F0B7EA2.50909@us.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Please read: make check framework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Mark McLoughlin , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Alexander Graf , Blue Swirl , Max Filippov , Gerd Hoffmann , "Edgar E. Iglesias" , Peter Maydell , Markus Armbruster , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , Avi Kivity , Stefan Hajnoczi , Stefano Stabellini , Stefan Weil , Riku Voipio , Jan Kiszka , Paul Brook , Paolo Bonzini , Daniel Gollub , Luiz Capitulino , "Venkateswararao Jujjuri (JV)" , Richard Henderson , Marcelo Tosatti , Michael Walle , Amit Shah , "Vassili Karpov (malc)" , Aurelien Jarno Am 10.01.2012 00:56, schrieb Anthony Liguori: > On 01/09/2012 05:22 PM, Andreas F=C3=A4rber wrote: >> Am 09.01.2012 22:42, schrieb Anthony Liguori: >>> If there's some piece of QEMU you care about, start writing tests and >>> tie it into make check. It's that simple :-) >> >> Not quite. It would be easier if we just set up some storage space wit= h >> images like the handful of *-test images on qemu.org. >=20 > It's not that simple. We cannot just host an image on qemu.org without= getting=20 > into GPL considerations. Even beyond the GPL, I don't think having opa= que=20 > images that people don't understand how to recreate if they need to is = a good=20 > strategy. >=20 > I've considered trying to do something based on automated installation = (using=20 > kickstart/preseed). This has limitations though. It takes an extremel= y long=20 > time to generate these having the necessary hooks with preseeds appears= to be=20 > very difficult. Isn't this kind of tool called autotest? I can't see a reason to duplicate it if you really want to go for full-blown guests. Kevin