From owner-freebsd-virtualization@freebsd.org Fri Oct 23 05:38:43 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 61676A1654D for ; Fri, 23 Oct 2015 05:38:43 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 20F14899 for ; Fri, 23 Oct 2015 05:38:43 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTP id 93CCB1160D for ; Fri, 23 Oct 2015 15:38:40 +1000 (EST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 89EF9282029 for ; Fri, 23 Oct 2015 15:38:40 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ALkc0psrUlsb for ; Fri, 23 Oct 2015 15:38:40 +1000 (AEST) Received: from Peters-MacBook-Pro.local (c-67-180-92-13.hsd1.ca.comcast.net [67.180.92.13]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id A55F2280F61; Fri, 23 Oct 2015 15:38:37 +1000 (AEST) Subject: Re: Issues with bhyve under KVM To: Cory Smelosky References: <061b9d92bf351baa9263279e86513861@ixsystems.com> <78cd6c472dfa583c81442d766e620bf7@ixsystems.com> <56287F01.7060308@freebsd.org> <941285e78b5cd6a3a9283ef1f0068893@ixsystems.com> <5629C2DE.4040908@ptree32.com.au> <7a8d9aeee8a4fa4bdd1afbc850e08543@ixsystems.com> Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <5629C7DD.70606@freebsd.org> Date: Thu, 22 Oct 2015 22:38:37 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <7a8d9aeee8a4fa4bdd1afbc850e08543@ixsystems.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 23 Oct 2015 05:38:43 -0000 Hi Cory, >> Probably just not that bit. You might want to try the this patch >> which comments out that test, and see if it gets you any further. >> https://people.freebsd.org/~grehan/patches/vmx_ins.diff > > --- all_subdir_vmm --- > /usr/src/sys/modules/vmm/../../amd64/vmm/intel/vmx.c:535:11: error: > unused variable 'basic' [-Werror,-Wunused-variable] > uint64_t basic, fixed0, fixed1, feature_control; > ^ > 1 error generated. > > Aww. I need to actually run a later SVN release instead of 286666. Tried > to save some time. ;) Apologies - I didn't compile-test the patch, but the basic idea is to comment out that block. You can delete the unused variable 'basic' which should get you going. later, Peter.