From owner-freebsd-virtualization@freebsd.org Wed Sep 30 17:22:57 2015 Return-Path: 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 E0C37A0CE29 for ; Wed, 30 Sep 2015 17:22:56 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (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 82BBB1833 for ; Wed, 30 Sep 2015 17:22:56 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: by wiclk2 with SMTP id lk2so209107601wic.0 for ; Wed, 30 Sep 2015 10:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=E/h/wescwhaXEly3ebMAgp255PF+/lphUIKM9Cv6MZ4=; b=Gg98vHcwQFeO6z+mFtbfauGQJXWyj4mCNmbkPCmyfc0D5OYsVSfc+SFFJhGxU94LiI TLKPVQ4u3lUQo3RwIhzynwO8dJ00Q15s56DlVebFU5F5bFNr2QSpxCgaxoh0fPjceWj+ h4mUrx0Wh07pgD583R1R6LSdLq5dR47CpG6lK+uErp+3m7q6JXaPS1cdP+AYKUvl8T5x rTvoKKgEPuFJjcrnZgeGa7NPK3GBmFYRhQD/e/yknFpl6JiEOKtAAmO5QjTtbs4/HTUI qym/RE4sP8ktKcdNM+G1CMtnQ18VtbqQnW5yfgiVAznRDL+mBItIHzihiCv8M74+Wsu2 ZJhQ== X-Received: by 10.194.48.102 with SMTP id k6mr6411404wjn.124.1443633774794; Wed, 30 Sep 2015 10:22:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.115.3 with HTTP; Wed, 30 Sep 2015 10:22:15 -0700 (PDT) In-Reply-To: References: From: "C. L. Martinez" Date: Wed, 30 Sep 2015 17:22:15 +0000 Message-ID: Subject: Re: AMD processors supported under bhyve To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2015 17:22:57 -0000 On Wed, Sep 30, 2015 at 4:54 PM, C. L. Martinez wrote: > On Tue, Sep 29, 2015 at 11:03 AM, C. L. Martinez wrote: >> On Tue, Sep 29, 2015 at 10:43 AM, Jason Tubnor wrote: >>> On 29 September 2015 at 20:07, C. L. Martinez 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). >> >> >> Thanks Jason... My idea is to use or FreeBSD or HardenedBSD for this >> host, and if I have problems maybe I will try TrueOS ... > > Uhmm I am installing 10.2-STABLE and I am seeing the following error: > > module_register_init: MOD_LOAD (vmm, 0xffffffff81d914b0, 0) error 6 > > Does this means AMD is not supported yet or what?? > > Thanks. Uhmm .. It seems it doesn't works. When I try to launch a FreeBSD guest install with vmrun.sh script: root@tstbhyve:/usr/share/examples/bhyve # sh /usr/share/examples/bhyve/vmrun.sh -c 1 -m 512M -t tap0 -d /dev/zvol/zroot/export/vmachines/fbsddnssrv -i -I /export/isoimages/FreeBSD-10.2-RELEASE-amd64-disc1.iso fbsddnssrv Launching virtual machine "fbsddnssrv" ... vm_create: Device not configured root@tstbhyve:/usr/share/examples/bhyve # dmesg out about this processor: [1] CPU: Quad-Core AMD Opteron(tm) Processor 1354 (2200.04-MHz K8-class CPU) [1] Origin="AuthenticAMD" Id=0x100f23 Family=0x10 Model=0x2 Stepping=3 [1] Features=0x178bfbff [1] Features2=0x802009 [1] AMD Features=0xee500800 [1] AMD Features2=0x7ff [1] SVM: NP,NAsids=64 [1] TSC: P-state invariant As you can see, virtualization support is enabled: "AMD Features2=0x7ff" Maybe the problem is with zvol used to install this guest??