From owner-freebsd-stable@FreeBSD.ORG Thu Jul 24 20:51:23 2014 Return-Path: Delivered-To: freebsd-stable@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 B30A57E0 for ; Thu, 24 Jul 2014 20:51:23 +0000 (UTC) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.49.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C3D92738 for ; Thu, 24 Jul 2014 20:51:23 +0000 (UTC) Received: from pmather.tower.lib.vt.edu (pmather.tower.lib.vt.edu [128.173.51.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 320553EF for ; Thu, 24 Jul 2014 16:41:53 -0400 (EDT) From: Paul Mather Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Bhyve on AMD CPUs under 10-STABLE? Message-Id: <7F88A9D9-FA25-45C2-9AA1-C637DA7D9057@gromit.dlib.vt.edu> Date: Thu, 24 Jul 2014 16:41:52 -0400 To: freebsd-stable Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 20:51:23 -0000 Does bhyve work on AMD CPUs under 10-STABLE? I rebuilt my system=20 yesterday (to r269010) but the bhyve module does not appear to load=20 properly. I get this on the console when I kldload vmm: =3D=3D=3D=3D=3D amdv_init: not implemented amdv_cleanup: not implemented module_register_init: MOD_LOAD (vmm, 0xffffffff81c1a590, 0) error 6 =3D=3D=3D=3D=3D The system has a 6-core AMD FX-6300 CPU: =3D=3D=3D=3D=3D FreeBSD 10.0-STABLE #0 r269010: Wed Jul 23 08:25:27 EDT 2014 paul@chumby.chumby.lan:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 CPU: AMD FX(tm)-6300 Six-Core Processor (3515.86-MHz = K8-class CPU) Origin =3D "AuthenticAMD" Id =3D 0x600f20 Family =3D 0x15 Model =3D = 0x2 Stepping =3D 0 = Features=3D0x178bfbff = Features2=3D0x3e98320b AMD Features=3D0x2e500800 AMD = Features2=3D0x1ebbfff Structured Extended Features=3D0x8 TSC: P-state invariant, performance statistics real memory =3D 8589934592 (8192 MB) avail memory =3D 8225202176 (7844 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <042713 APIC1042> FreeBSD/SMP: Multiprocessor System Detected: 6 CPUs FreeBSD/SMP: 1 package(s) x 6 core(s) [[...]] =3D=3D=3D=3D=3D It has the POPCNT feature, which is the one the bhyve documentation=20 says to look for. Does bhyve only work on Intel CPUs for now? Does anyone have it=20 working on an AMD FX-6300-based 10-STABLE system? Cheers, Paul.=