From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmeTO-0003ys-Dx for qemu-devel@nongnu.org; Wed, 21 Sep 2016 06:09:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmeTJ-0003YG-Az for qemu-devel@nongnu.org; Wed, 21 Sep 2016 06:09:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmeTJ-0003Xr-4S for qemu-devel@nongnu.org; Wed, 21 Sep 2016 06:09:45 -0400 Date: Wed, 21 Sep 2016 18:09:42 +0800 From: Fam Zheng Message-ID: <20160921100942.GA31288@lemon> References: <20160920135616.2215-1-alex.bennee@linaro.org> <20160921040901.GC20653@lemon> <87lgylbsj1.fsf@linaro.org> <20160921081018.GA10804@lemon> <87k2e5bn8x.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <87k2e5bn8x.fsf@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC] test/docker/Makefile.include: add a generic docker-run target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: qemu-devel@nongnu.org On Wed, 09/21 10:44, Alex Benn=E9e wrote: >=20 > FWIW we already have some coverage of the MacOSX builds via Travis > (although being able to run it quickly on a dev system would be useful)= . Being able to detect breakage earlier than a pull req bounce from Peter w= ould also be good. >=20 > > > > I haven't prioritied debootstrap for now, because arm is not too diff= erent than > > x86 in terms of endianness and stuff, and qemu-user is probably much = slower > > than native compilers. >=20 > It is much slower although qemu-user can at least take advantage of all > those extra cores on your server ;-) >=20 > 32 bit builds are also an area that needs good coverage as I'm pretty > sure most devs have only x86_64 boxes these days. Yes, test-mingw has it. Fam