From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daeQp-0006rJ-VU for qemu-devel@nongnu.org; Thu, 27 Jul 2017 04:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daeQm-0001Of-Kw for qemu-devel@nongnu.org; Thu, 27 Jul 2017 04:46:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55688) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1daeQm-0001N6-Em for qemu-devel@nongnu.org; Thu, 27 Jul 2017 04:46:04 -0400 Date: Thu, 27 Jul 2017 10:45:44 +0200 From: Kevin Wolf Message-ID: <20170727084544.GA4767@localhost.localdomain> References: <1499952476-3454-1-git-send-email-armbru@redhat.com> <1499952476-3454-7-git-send-email-armbru@redhat.com> <20170717101906.GC5301@noname.redhat.com> <87a842b9yo.fsf@dusky.pond.sub.org> <87bmoauz2s.fsf@dusky.pond.sub.org> <5b194736-15ba-7f62-cc8b-46cf03777644@redhat.com> <87k22uffr1.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k22uffr1.fsf@dusky.pond.sub.org> Subject: Re: [Qemu-devel] [PULL 6/9] Convert error_report() to warn_report() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Paolo Bonzini , Peter Maydell , Cornelia Huck , Stefan Hajnoczi , "Michael S. Tsirkin" , Jason Wang , qemu-devel@nongnu.org, Gerd Hoffmann , Rob Herring , Josh Durgin , Alexander Graf , Christian Borntraeger , Marcel Apfelbaum , Richard Henderson , Jeff Cody , Eduardo Habkost , Peter Lieven , Greg Kurz , Alistair Francis , Peter Chubb , Ronnie Sahlberg , David Gibson , Peter Crosthwaite , Marcelo Tosatti , "Richard W.M. Jones" , Max Reitz , "An eesh Kumar K.V" , Igor Mammedov Am 27.07.2017 um 10:25 hat Markus Armbruster geschrieben: > Paolo Bonzini writes: > > > On 24/07/2017 08:30, Markus Armbruster wrote: > [...] > >> What's the recommended way to run all iotests a build of QEMU can run? > > > > I use "path-to-srcdir/tests/check-block.sh". It takes about 20 minutes. > > > > There are two issues with check-block: > > > > * tests that require QEMU are skipped (rationale: you might be building > > without the x86_64-softmmu target). > > > > * it only runs the "quick" group, but I think we should reverse the > > direction and mark slow tests specifically (that would cut about 10 > > minutes out of the 20). > > > > It's a pity that qemu-iotests doesn't parallelize. > > Indeed. > > > Maybe the harness > > could be changed to something more standard. > > Certainly not a "bite-sized task". Could it be a fit for GSOC or > Outreachy? I don't think deciding what the right "something more standard" is would be a good GSoC/Outreachy project. Actually implementing it afterwards may be, but that depends on what was decided. Kevin