From owner-svn-src-all@FreeBSD.ORG Mon Mar 17 17:00:28 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 947C47CD for ; Mon, 17 Mar 2014 17:00:28 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.232]) by mx1.freebsd.org (Postfix) with ESMTP id 57D65CD7 for ; Mon, 17 Mar 2014 17:00:28 +0000 (UTC) Received: from [76.187.139.93] ([76.187.139.93:49344] helo=[192.168.0.22]) by cdptpa-oedge01 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 78/F4-21197-42A27235; Mon, 17 Mar 2014 17:00:20 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: svn commit: r262810 - in head: release release/arm release/tools share/man/man7 From: Stacey Son In-Reply-To: <7F258CFC-FE2B-4631-B890-AC998CA27782@FreeBSD.org> Date: Mon, 17 Mar 2014 12:00:20 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <34B90EBE-93A5-4FB3-A41A-22CDD98517FD@FreeBSD.org> References: <201403052317.s25NHrVB057044@svn.freebsd.org> <40489767-8712-42CA-ABDA-852BAD902BAD@cl.cam.ac.uk> <20140306174755.GQ87036@glenbarber.us> <7F258CFC-FE2B-4631-B890-AC998CA27782@FreeBSD.org> To: David Chisnall X-Mailer: Apple Mail (2.1510) X-RR-Connecting-IP: 107.14.168.118:25 X-Cloudmark-Score: 0 Cc: svn-src-head@freebsd.org, Glen Barber , svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 17:00:28 -0000 On Mar 6, 2014, at 11:50 AM, David Chisnall = wrote: >=20 > On 6 Mar 2014, at 17:47, Glen Barber wrote: >=20 >> On Thu, Mar 06, 2014 at 04:37:11PM +0000, David Chisnall wrote: >>> On 5 Mar 2014, at 23:17, Glen Barber wrote: >>>=20 >>>> After several months of testing and fixing (and breaking) >>>> various parts of release/release.sh changes, it is now >>>> possible to build FreeBSD/arm images as part of the release >>>> process. >>>=20 >>> That's great! How much effort would it be to add QEMU images for >>> ARM and MIPS images to the things that we build by default? I'd >>> love to see these built for ARM and MIPS as part of the Jenkins >>> builds and for releases. >>>=20 >>=20 >> It should be fairly trivial, however I've never had luck getting qemu = to >> run non-x86 images. Maybe I am doing it wrong, though. >=20 > Stacey may be able to help there. I think he did some = FreeBSD/MIPS-on-QEMU testing with the system emulation mode before = working on the user-mode emulation. Hi All, Sorry I have been in South American for about the last 11 days and away = from internet (mostly). =20 As for Qemu System-Mode emulation the following wiki page works for = MIPS... https://wiki.freebsd.org/FreeBSD/MipsEmulation I have not tried system-mode emulation for ARM but I have built a number = of ports using qemu user-mode (using my rather large patch) for that = arch. -stacey.