Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 22:38:37 -0700
From:      Peter Grehan <grehan@freebsd.org>
To:        Cory Smelosky <corys@ixsystems.com>
Cc:        freebsd-virtualization@freebsd.org
Subject:   Re: Issues with bhyve under KVM
Message-ID:  <5629C7DD.70606@freebsd.org>
In-Reply-To: <7a8d9aeee8a4fa4bdd1afbc850e08543@ixsystems.com>
References:  <061b9d92bf351baa9263279e86513861@ixsystems.com> <78cd6c472dfa583c81442d766e620bf7@ixsystems.com> <56287F01.7060308@freebsd.org> <941285e78b5cd6a3a9283ef1f0068893@ixsystems.com> <5629C2DE.4040908@ptree32.com.au> <7a8d9aeee8a4fa4bdd1afbc850e08543@ixsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5629C7DD.70606>