From owner-freebsd-virtualization@freebsd.org  Tue Sep 29 10:44:04 2015
Return-Path: <owner-freebsd-virtualization@freebsd.org>
Delivered-To: freebsd-virtualization@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 8B457A0B8BC
 for <freebsd-virtualization@mailman.ysv.freebsd.org>;
 Tue, 29 Sep 2015 10:44:04 +0000 (UTC)
 (envelope-from jtubnor@gmail.com)
Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com
 [IPv6:2607:f8b0:400d:c09::22f])
 (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 483DE1BE2
 for <freebsd-virtualization@freebsd.org>; Tue, 29 Sep 2015 10:44:04 +0000 (UTC)
 (envelope-from jtubnor@gmail.com)
Received: by qkfq186 with SMTP id q186so952167qkf.1
 for <freebsd-virtualization@freebsd.org>; Tue, 29 Sep 2015 03:44:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:sender:in-reply-to:references:from:date:message-id
 :subject:to:cc:content-type;
 bh=IJGrug4Qn0oeA1k36ul9wvsVSH3H3+w+KldBrt5apGc=;
 b=kP0iuzZ5GLSFbS6kvYPf0hKKLQ1CvCwsY/pJTGTWe9Vu8/8a1cb+y6GyL6wkzlBcqj
 NzAq33mINecvGDKXjfNZADOfeTUOjM8kRXIWl+txa5rmb2qh0+1J2wDpO7ey4AO8szyM
 +COswO+bFRStDdJvP32fujvSgPQlEUiH94BcADtzs/yPU7OgIu7GIqiZ5R2k4R2Y5OhW
 qfSOaReyDVOSXfIUu+cODShh9WUXYdbeqOR5WOlfX+nRFBP/XUs9hhy3dFKRc7ze2xxt
 gkfopWxv25fs0zKDcvmoJQkmlgp2TU6hM7BDhJlzyC+7T3hixnSo1hsDheqKulrf4kGW
 BdhA==
X-Received: by 10.55.198.147 with SMTP id s19mr8482301qkl.42.1443523443247;
 Tue, 29 Sep 2015 03:44:03 -0700 (PDT)
MIME-Version: 1.0
Sender: jtubnor@gmail.com
Received: by 10.55.170.201 with HTTP; Tue, 29 Sep 2015 03:43:43 -0700 (PDT)
In-Reply-To: <CAEjQA5LJvSqfQhoY73eoCgwkGaEhm6G+9JCQ-1htrA9-yDO6Mw@mail.gmail.com>
References: <CAEjQA5LJvSqfQhoY73eoCgwkGaEhm6G+9JCQ-1htrA9-yDO6Mw@mail.gmail.com>
From: Jason Tubnor <jason@tubnor.net>
Date: Tue, 29 Sep 2015 20:43:43 +1000
X-Google-Sender-Auth: YPLau9aoIKAexo8NRDqpzzaxKuA
Message-ID: <CACLnyC+vZ+erO4WaPTTWGvdysDSR2DabSAehboZY5LMadrSq+Q@mail.gmail.com>
Subject: Re: AMD processors supported under bhyve
To: "C. L. Martinez" <carlopmart@gmail.com>
Cc: "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.20
X-BeenThere: freebsd-virtualization@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: "Discussion of various virtualization techniques FreeBSD supports."
 <freebsd-virtualization.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-virtualization>, 
 <mailto:freebsd-virtualization-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-virtualization/>
List-Post: <mailto:freebsd-virtualization@freebsd.org>
List-Help: <mailto:freebsd-virtualization-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization>, 
 <mailto:freebsd-virtualization-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Sep 2015 10:44:04 -0000

On 29 September 2015 at 20:07, C. L. Martinez <carlopmart@gmail.com> wrote:

> Hi all,
>
>  Maybe a stupid question, but are AMD processors supported under
> FreeBSD 10.2-STABLE for bhyve or are they only supported under
> 11-CURRENT?
>

10.2-RELEASE is the first release to contain AMD support (10.1-STABLE did
have support however).  11-CURRENT obviously supports it and is where
you'll find all the latest patches/fixes when reports are made.  I use
TrueOS monthly 11-CURRENT snapshots specifically for this reason (and to
have binary updates).