From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Mmv-0006DM-Es for qemu-devel@nongnu.org; Thu, 25 Jul 2013 10:45:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Mmq-00074L-BO for qemu-devel@nongnu.org; Thu, 25 Jul 2013 10:45:05 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:36996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Mmq-00074C-5W for qemu-devel@nongnu.org; Thu, 25 Jul 2013 10:45:00 -0400 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 25 Jul 2013 15:44:59 +0100 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 473176E803A for ; Thu, 25 Jul 2013 10:44:51 -0400 (EDT) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6PEirkQ127354 for ; Thu, 25 Jul 2013 10:44:55 -0400 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6PEijKm027223 for ; Thu, 25 Jul 2013 08:44:45 -0600 From: Anthony Liguori In-Reply-To: References: <1374501278-31549-1-git-send-email-pbonzini@redhat.com> <87ip02wqvn.fsf@codemonkey.ws> <1374729976.6142.61.camel@pasglop> <1374731256.6142.63.camel@pasglop> <51F0E47D.1060807@redhat.com> <1374742849.6142.72.camel@pasglop> <1374747835.6142.74.camel@pasglop> <51F0FD29.9010005@redhat.com> <87siz26ac2.fsf@codemonkey.ws> <51F12939.9000701@redhat.com> Date: Thu, 25 Jul 2013 09:44:42 -0500 Message-ID: <87d2q67l7p.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 00/28] Memory API for 1.6: fix I/O port endianness mess List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Paolo Bonzini Cc: aik@ozlabs.ru, jan.kiszka@siemens.com, qemu-devel@nongnu.org, agraf@suse.de, hpoussin@reactos.org, aurelien@aurel32.net Peter Maydell writes: > On 25 July 2013 14:33, Paolo Bonzini wrote: >> Il 25/07/2013 15:28, Peter Maydell ha scritto: >>>> > If you want to prevent minor architecture regressions, add unit tests. >>> Unit tests won't help with the periodic "doesn't compile on 32 bit >>> systems" regressions, of course... >> >> Buildbots (and having maintainers add buildbots for their trees) would. > > I've found that the buildbots are pretty useless for me as > a submaintainer. If there was a way I could say "ok, tree > is ready to go, kick off a build and send me the results > in an hour" then that would be useful. A 24 hour turnaround > means I've already sent the pullrequest before the buildbot > kicks off. > > Also: > * I just tried to check http://buildbot.b1-systems.de/qemu/grid > and I get a 504 Gateway Time-out error... > * looking at the latest arm-devs build it's failed > configure because the buildbot doesn't either (a) have > a suitable libfdt or (b) have the appropriate command > to init the dtc submodule. I'm pretty sure I never got > an email about this, so I imagine it's been busted for > months. Yes, we need to do something about the state of buildbot. We need a volunteer to more actively maintain it. If anyone is interested please let me know. Regards, Anthony Liguori > > -- PMM