From owner-freebsd-questions@freebsd.org Tue Dec 8 23:09:04 2015 Return-Path: Delivered-To: freebsd-questions@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 47EF29D3D55 for ; Tue, 8 Dec 2015 23:09:04 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 E0FA01E1E for ; Tue, 8 Dec 2015 23:09:03 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by wmec201 with SMTP id c201so49770753wme.1 for ; Tue, 08 Dec 2015 15:09:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=5EUuzTnWUBY2Meq0t9Ai2G98hyYEpfAHaucaC6QwJZM=; b=u99Zm3yenbxIThJGFQKppGSztUURQk7rT/x1eYMgHqcK3U4QStf/8TuxE0mPcTP95W gWxAygARLoBPHTU7bEKNoN6t5PHK3RKtupEJD1nDxBg7uWDtt2zACoE9c1YD+c6Cq9OP 4vhYerEYYCuBwsgfl400TJKnGU3XFtZpE1A6sadj27ZyPd/+CTE+l9tC19nLIeeVJHGw wpsQFK6ktfNPlktYQG+ocFWH0/4nmB/Cvq6o2K1BGohZfAlwqBplJrUrt2GTy8muuHah JiBN5+IQkNq2j0yW6ChZLF42vL+n4BCxseU5C1hG+aPl/uFNeuKOprs9BRo6iksa9s9i v0AQ== MIME-Version: 1.0 X-Received: by 10.28.130.7 with SMTP id e7mr29826008wmd.68.1449616142181; Tue, 08 Dec 2015 15:09:02 -0800 (PST) Received: by 10.194.51.102 with HTTP; Tue, 8 Dec 2015 15:09:02 -0800 (PST) Date: Tue, 8 Dec 2015 18:09:02 -0500 Message-ID: Subject: FreeBSD 10 and Bhyve with an intel CPU From: David Mehler To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 23:09:04 -0000 Hello, I'm trying to get Bhyve going on a FreeBSD 10 system 64 bit. When I try to load the vmm module I get an error 6. I've consulted with my vm provider support and they say the following: run on Intel=E2=80=99s latest high-end Ivy Bridge E5-2680 v2 processors. > If it's an Intel CPU does it support the Extended Page Tables "EPT" feat= ure? My understanding is that this architecture does support that features and I'm not aware of any restrictions we have in place to prevent use of that feature. Any thoughts? Thanks. Dave.