From owner-freebsd-current@freebsd.org Tue Nov 17 16:57:00 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B540A31E85 for ; Tue, 17 Nov 2015 16:57:00 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 269E814A8 for ; Tue, 17 Nov 2015 16:57:00 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by iouu10 with SMTP id u10so25345059iou.0 for ; Tue, 17 Nov 2015 08:56:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2tZ8ffqmWghVzHI5gtNne/K1dnapykw1V3WYPIZ8niw=; b=FaADB61bB0o3FxmidPLGFS+tE40nc+WXiS2dWWoINlUkOTlBIa5Y1PWSpOofCqVYjC ovJRQOqm6Y4tjf6ASkeGciCDWBcA9MkO5F+DyfPNOiWJutf0LN3f3xJX2GrQzkV/RiNo Wb3WP6dQ/TxiFc426aOz6Ep7Vu2s9wCsMzhd/L1MTdY7QtYDRsPUIkZDxxSBvdi/+tup 1Jv4gjQ076EBLC2ekbmykYM8T4/EhYsKxCDASI5EDE7CtV6F2wTPX540et+awNBl+D4V 5jzCcN4QNeEfgflp/Cw6Q9ARjL+rdcgj9rJ/D7oB27e0cuVMzI8PBzuN8LC5sUfQl9PB NGHQ== MIME-Version: 1.0 X-Received: by 10.107.4.70 with SMTP id 67mr28285480ioe.13.1447779419698; Tue, 17 Nov 2015 08:56:59 -0800 (PST) Received: by 10.36.222.198 with HTTP; Tue, 17 Nov 2015 08:56:59 -0800 (PST) In-Reply-To: References: <75C2B97F-3C5E-49E3-A584-DE84463889FC@gmail.com> <0F3B8FF2-E54E-446F-8D4E-415A1111EF4D@bsdimp.com> Date: Tue, 17 Nov 2015 10:56:59 -0600 Message-ID: Subject: Re: CFT: uintmax_t rman From: Justin Hibbits To: Adrian Chadd Cc: Benjamin Kaduk , Warner Losh , FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2015 16:57:00 -0000 On Tue, Nov 17, 2015 at 10:41 AM, Adrian Chadd wrote: > [snip] > > emulators! emulators emulators emulators emulators emulators! > > You can emulate x86 (32, 64 bit) on your ppc via qemu-devel. > I know that mips, mipsel, mips64, mips64el all work via qemu-system-*. > sparc64 is .. coming. > I'm not sure about arm, but I know arm64 can run in the emulator fine. > > So hm, can you automate firing things up in emulators? > > > > -adrian Can I build a full bootable image for every arch without root privileges? There's no way that I'm going to build every architecture on my 10 year old dual core machine (where I have root), it'll take forever, so my only other option is to use the cluster, where I of course don't have root privileges. If I can type 'make universeimages' as non-root, then, sure, I'll take the time to boot test every target that'll boot in qemu. Otherwise, I don't have the time to do it, and that's where crowdtesting is advantageous. - Justin