From owner-freebsd-emulation@freebsd.org Mon Sep 21 23:05:43 2015 Return-Path: Delivered-To: freebsd-emulation@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 1F0F29D083F for ; Mon, 21 Sep 2015 23:05:43 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from webmail2.jnielsen.net (webmail2.jnielsen.net [50.114.224.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.jnielsen.net", Issuer "freebsdsolutions.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 029021848 for ; Mon, 21 Sep 2015 23:05:42 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from [10.10.1.196] (office.betterlinux.com [199.58.199.60]) (authenticated bits=0) by webmail2.jnielsen.net (8.15.1/8.15.1) with ESMTPSA id t8LN34vO056732 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 21 Sep 2015 17:03:06 -0600 (MDT) (envelope-from lists@jnielsen.net) X-Authentication-Warning: webmail2.jnielsen.net: Host office.betterlinux.com [199.58.199.60] claimed to be [10.10.1.196] Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: freebsd arm guest on freebsd amd64 bhyve From: John Nielsen In-Reply-To: <20150906165239.GA48652@potato.growveg.org> Date: Mon, 21 Sep 2015 17:03:04 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20150906165239.GA48652@potato.growveg.org> To: freebsd-emulation@freebsd.org X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 23:05:43 -0000 On Sep 6, 2015, at 10:52 AM, John = wrote: > Can a freebsd-arm6 (freebsd11) guest run on a freebsd 10.2 amd64 bhyve = host? In a word, no. Bhyve only does native and legacy-free virtualization, = which means the guest MUST be the same architecture as the host. (You = can run e.g. a 32-bit i686 guest on a 64-bit amd64 host but that is a = special case.) Qemu allows you to run fully emulated guests, so running that instead of = bhyve on your host is a better bet. Adjust your performance expectations = accordingly. JN