From owner-freebsd-virtualization@FreeBSD.ORG Wed Feb 12 17:14:25 2014 Return-Path: Delivered-To: freebsd-virtualization@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 955BDAC7 for ; Wed, 12 Feb 2014 17:14:25 +0000 (UTC) Received: from secure.freebsdsolutions.net (secure.freebsdsolutions.net [69.55.234.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 77900189A for ; Wed, 12 Feb 2014 17:14:25 +0000 (UTC) Received: from [10.10.1.198] (office.betterlinux.com [199.58.199.60]) (authenticated bits=0) by secure.freebsdsolutions.net (8.14.4/8.14.4) with ESMTP id s1CHEMEh010585 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 12 Feb 2014 12:14:23 -0500 (EST) (envelope-from lists@jnielsen.net) From: John Nielsen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: best branch for bhyve on AMD? Message-Id: Date: Wed, 12 Feb 2014 10:14:28 -0700 To: freebsd-virtualization@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-DCC-Etherboy-Metrics: ns1.jnielsen.net 1002; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: clamav-milter 0.97.8 at ns1.jnielsen.net X-Virus-Status: Clean X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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, 12 Feb 2014 17:14:25 -0000 Greetings, I am running FreeBSD 10.0-STABLE r261733 amd64 on a system with an AMD = "Brisbane" CPU: CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (2835.16-MHz = K8-class CPU) Origin =3D "AuthenticAMD" Id =3D 0x60fb2 Family =3D 0xf Model =3D = 0x6b Stepping =3D 2 = Features=3D0x178bfbff Features2=3D0x2001 AMD = Features=3D0xea500800 AMD Features2=3D0x11f "kldload vmm" gives these kernel messages: amd_iommu_init: not implemented amdv_init: not implemented amdv_cleanup: not implemented module_register_init: MOD_LOAD (vmm, 0xffffffff80f5abf0, 0) error 6 and "# bhyveload -m 256 -d /dev/zvol/bigz/bhyvetest bhyvetest" gives: vm_create: Device not configured Am I right in thinking that bhyve support for AMD processors is not yet = in -STABLE? If so, is there working code for bhyve under AMD anywhere? Where? -HEAD, = projects/bhyve_svm or somewhere else? Is it considered experimental, = stable, or something in between? Should it work with the above = processor? Looking forward to trying bhyve on this hardware. Thanks! JN