From owner-freebsd-current@freebsd.org Tue Nov 17 16:41:51 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 D6A12A31910 for ; Tue, 17 Nov 2015 16:41:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (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 97DFE17E3 for ; Tue, 17 Nov 2015 16:41:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by ioir85 with SMTP id r85so24406569ioi.1 for ; Tue, 17 Nov 2015 08:41:51 -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=mff3BCGn3QQYKjRbLksI6HCSUNgAFfRXyr0MszcFNfU=; b=KoDEdjlnR691m1kXrJV6hC59FiJfu7V/EPe631UtXTOCJb6kGVFgb2Zwnde2ShRVwD vNQyG5fDDBqfdA6olOk6tjtiYRH/dqvc/0+/tRiqae4PXUltdqm4yVTmq24foeBY8s0P LJx/vrxCubM76Dc07s461ABOmqh+VMUCioFEFpjKBTBL910zh4JT0wzxy9r8ziS5GvFK 9HhYCIqSz4dEby8tdkT+i63Blgz4CmpyzepB4IdnmExlD1PysLH72hNHWxmXS4uG62H0 tEE4yp7qDXYmUEZP8nEw9fc8qfYjMsCIBSInR6drbR1sdTlnIl8M5JjtZPGVmMVDDDpw kqDw== MIME-Version: 1.0 X-Received: by 10.107.11.147 with SMTP id 19mr13032546iol.165.1447778510754; Tue, 17 Nov 2015 08:41:50 -0800 (PST) Received: by 10.36.217.196 with HTTP; Tue, 17 Nov 2015 08:41:50 -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 08:41:50 -0800 Message-ID: Subject: Re: CFT: uintmax_t rman From: Adrian Chadd To: Justin Hibbits 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:41:51 -0000 [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