From owner-freebsd-virtualization@FreeBSD.ORG Wed Nov 27 20:51:01 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B31CCBE for ; Wed, 27 Nov 2013 20:51:01 +0000 (UTC) Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5851278A for ; Wed, 27 Nov 2013 20:50:36 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id v10so10608548pde.41 for ; Wed, 27 Nov 2013 12:50:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=YKs7od0FyVbiBMpOhbN9wHt32P2WCeD1DOudSiyCytM=; b=mt9TUSB9PiTO7FR+Rt9aHoEefdxT8UBeYmnkyJPMfQ9b3XRPGSIsYPH7EXYjhVT5A6 Gs7dIfjCwvkQounPqcohZtiBL4mcdhz+zWCa5c1+8INKj55IIUj6LV53XaNr+A0omxEv kWWFNqx1bhp8a5suHZHBLRgmqxRQsqK0B3Re8teNxFmP6mnofhPA6ssJ50u9Sm6pe1g3 wzT3vNFfIuiAMx3zi/HgeGuzHoj1VYCMweA8JQr5fnn+93oU21Ph1iMm3fTF8ooDA0De 0bRxaWntgBZz/KfiLgQQUj4Wgddaavnyi/+VPSJl2xbMVNHnnm/IUFb7J0RhntmF7M1o BLuw== X-Gm-Message-State: ALoCoQmdJHxcxviy2PiErykrdd7VIU8vfdUESoX9v54pc635ra4NWrq5NyMqZ7hjDNYZgwe65Ty3 X-Received: by 10.69.31.1 with SMTP id ki1mr7113901pbd.124.1385585417694; Wed, 27 Nov 2013 12:50:17 -0800 (PST) Received: from Michaels-MacBook-Pro.local (c-98-246-202-204.hsd1.or.comcast.net. [98.246.202.204]) by mx.google.com with ESMTPSA id gh3sm90099377pbb.2.2013.11.27.12.50.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Nov 2013 12:50:16 -0800 (PST) Message-ID: <52965B07.7060307@callfortesting.org> Date: Wed, 27 Nov 2013 12:50:15 -0800 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: Running bhyve on a AMD 1075T Phenom References: <5256D59A.20904@digiware.nl> <5256DD29.6090007@freebsd.org> <14A565E7-7D26-4C32-B73A-F5FAA16BC837@digiware.nl> <9A4BF6B0-91F1-43C5-B5D5-90486123336D@digiware.nl> <525738CE.9000708@freebsd.org> <525C837E.7060302@freebsd.org> <525CF0A1.6060600@digiware.nl> <5295FDE6.4060307@thanelange.no> In-Reply-To: <5295FDE6.4060307@thanelange.no> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 20:51:01 -0000 On 11/27/13 6:12 AM, Gyrd Thane Lange wrote: > I appears the AMD patches for the vmm module have not made it to CURRENT > yet. Would it be easy to prepare a patch-set? Or give me some hints on > how to do it myself? Correct. Did you try one of the SVM snapshots linked at bhyve.org or build a bhyve-svm project branch yourself? Michael