From patchwork Thu Mar 16 18:08:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Daniel_P=2E_Berrang=C3=A9?= X-Patchwork-Id: 9629099 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 6AB816048C for ; Thu, 16 Mar 2017 18:08:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5F158285B8 for ; Thu, 16 Mar 2017 18:08:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 516BB2866F; Thu, 16 Mar 2017 18:08:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 815CB285B8 for ; Thu, 16 Mar 2017 18:08:45 +0000 (UTC) Received: from localhost ([::1]:45141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coZpL-0005B3-1d for patchwork-qemu-devel@patchwork.kernel.org; Thu, 16 Mar 2017 14:08:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coZpA-0005Ay-KX for qemu-devel@nongnu.org; Thu, 16 Mar 2017 14:08:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coZp6-0002CH-QD for qemu-devel@nongnu.org; Thu, 16 Mar 2017 14:08:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39482) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coZp6-0002BR-Jo for qemu-devel@nongnu.org; Thu, 16 Mar 2017 14:08:28 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 769817AE90; Thu, 16 Mar 2017 18:08:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 769817AE90 Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=berrange@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 769817AE90 Received: from redhat.com (ovpn-116-215.ams2.redhat.com [10.36.116.215]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3A9D717D46; Thu, 16 Mar 2017 18:08:27 +0000 (UTC) Date: Thu, 16 Mar 2017 18:08:23 +0000 From: "Daniel P. Berrange" To: Peter Maydell Message-ID: <20170316180823.GI15193@redhat.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 16 Mar 2017 18:08:28 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-devel] Proposal for deprecating unsupported host OSes & architecutures X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Daniel P. Berrange" Cc: QEMU Developers Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP On Thu, Mar 16, 2017 at 06:01:35PM +0000, Peter Maydell wrote: > On 16 March 2017 at 15:23, Peter Maydell wrote: > > (Technically right this instant 'mips' and 's390' would be in the > > 'dump' list, since I don't personally have access yet. But we have > > a plan for s390, and it turns out there is a mips machine in the > > gcc compile farm which I'm just checking out.) > > ...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-replication > assumes it can write comparatively large test files to /tmp/... This should be enough to make it use the local build dir instead: Regards, Daniel diff --git a/tests/test-replication.c b/tests/test-replication.c index fac2da3..2a61a23 100644 --- a/tests/test-replication.c +++ b/tests/test-replication.c @@ -19,14 +19,14 @@ /* primary */ #define P_ID "primary-id" -static char p_local_disk[] = "/tmp/p_local_disk.XXXXXX"; +static char p_local_disk[] = "p_local_disk.XXXXXX"; /* secondary */ #define S_ID "secondary-id" #define S_LOCAL_DISK_ID "secondary-local-disk-id" -static char s_local_disk[] = "/tmp/s_local_disk.XXXXXX"; -static char s_active_disk[] = "/tmp/s_active_disk.XXXXXX"; -static char s_hidden_disk[] = "/tmp/s_hidden_disk.XXXXXX"; +static char s_local_disk[] = "s_local_disk.XXXXXX"; +static char s_active_disk[] = "s_active_disk.XXXXXX"; +static char s_hidden_disk[] = "s_hidden_disk.XXXXXX"; /* FIXME: steal from blockdev.c */ QemuOptsList qemu_drive_opts = {