From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqgGH-00037t-CI for qemu-devel@nongnu.org; Wed, 22 Mar 2017 09:25:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cqgGC-0006t5-Jz for qemu-devel@nongnu.org; Wed, 22 Mar 2017 09:25:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35830) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cqgGC-0006qc-E2 for qemu-devel@nongnu.org; Wed, 22 Mar 2017 09:25:08 -0400 References: <87k27hxyni.fsf@linaro.org> From: Thomas Huth Message-ID: Date: Wed, 22 Mar 2017 14:24:57 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Proposal for deprecating unsupported host OSes & architecutures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: QEMU Developers , Aurelien Jarno , Yongbok Kim , James Hogan , Paul Burton , =?UTF-8?Q?Herv=c3=a9_Poussineau?= On 22.03.2017 14:09, Peter Maydell wrote: > On 22 March 2017 at 12:51, Alex Benn=C3=A9e wr= ote: >> Peter Maydell writes: >>> ...unfortunately the gcc compile farm mips board (1) is very slow >>> and (2) has very little disk space free in /tmp, which means that >>> it can't pass "make check" because for instance tests/test-replicatio= n >>> assumes it can write comparatively large test files to /tmp/... >> >> That makes it sound like a mips cross build or mips linux-user powered >> image would be useful then? >=20 > Cross build can't actually run 'make check' and I wouldn't > trust linux-user to run our test suite. Also, if there's > no hardware that we can sensibly do make/make check > on then how much can people really care about QEMU on MIPS? > (In fact since MIPS supports KVM these days, there really > ought to be sufficiently capable hardware to work as > a build system.) Maybe one of our MIPS maintainers has a clue whether there is a public MIPS build machine available somewhere? (I've put them on CC:) Thomas