From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkbf4-000693-FC for qemu-devel@nongnu.org; Tue, 10 Jan 2012 08:22:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rkbey-0001lc-Pi for qemu-devel@nongnu.org; Tue, 10 Jan 2012 08:22:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkbey-0001lP-J8 for qemu-devel@nongnu.org; Tue, 10 Jan 2012 08:22:40 -0500 Date: Tue, 10 Jan 2012 11:21:54 -0200 From: Luiz Capitulino Message-ID: <20120110112154.500fa83b@doriath> In-Reply-To: <20120110083907.GB13145@stefanha-thinkpad.localdomain> References: <1326124572-8312-1-git-send-email-aliguori@us.ibm.com> <4F0B1016.2010600@us.ibm.com> <20120110083907.GB13145@stefanha-thinkpad.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Please read: make check framework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi 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 , Andreas =?ISO-8859-1?B?RuRyYmVy?= , =?ISO-8859-1?B?SGVy?= =?ISO-8859-1?B?duk=?= Poussineau , Avi Kivity , Stefan Hajnoczi , Stefano Stabellini , Stefan Weil , Riku Voipio , Jan Kiszka , Paul Brook , Paolo Bonzini , Daniel Gollub , "Venkateswararao Jujjuri (JV)" , Richard Henderson , Kevin Wolf , Anthony Liguori , Marcelo Tosatti , Michael Walle , Amit Shah , "Vassili Karpov (malc)" , Aurelien Jarno On Tue, 10 Jan 2012 08:39:07 +0000 Stefan Hajnoczi wrote: > On Mon, Jan 09, 2012 at 10:04:38AM -0600, Anthony Liguori wrote: > > The general rules for 'make check-quick': > > > > 1) It must complete in less than 10 minutes start to finish (the > > entire rule). We can re-examine this over time but for now, it > > seems like a reasonable limit. > > > > 2) It must gracefully degrade across architectures/targets. Do not > > assume qemu-system-x86_64 is present or that an arm cross compiler > > is available. > > This should be captured in qemu/ documentation somewhere, otherwise it > will be quickly forgotten or newcomers will not be aware. Submitting patches also should have a clause asking submitters to run the suite before posting patches. > > Stefan >