From owner-freebsd-virtualization@freebsd.org Thu Oct 22 06:15:40 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 BC132A1C334 for ; Thu, 22 Oct 2015 06:15:40 +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 7E99C1BB5 for ; Thu, 22 Oct 2015 06:15:40 +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 651EC114EB for ; Thu, 22 Oct 2015 16:15:33 +1000 (EST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 57A7C28202A for ; Thu, 22 Oct 2015 16:15:33 +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 ffxMSEMtpztq for ; Thu, 22 Oct 2015 16:15:33 +1000 (AEST) Received: from Peters-MacBook-Pro.local (unknown [64.245.0.210]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id BEFAF2811A5; Thu, 22 Oct 2015 16:15:30 +1000 (AEST) Subject: Re: Issues with bhyve under KVM To: Cory Smelosky References: <061b9d92bf351baa9263279e86513861@ixsystems.com> <78cd6c472dfa583c81442d766e620bf7@ixsystems.com> Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <56287F01.7060308@freebsd.org> Date: Wed, 21 Oct 2015 23:15:29 -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: <78cd6c472dfa583c81442d766e620bf7@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: Thu, 22 Oct 2015 06:15:40 -0000 Hi Cory, > `dmesg` prints a message saying that VT-x is "disabled by BIOS" (I > passed -L and -bios pointed at OVMF just in case it was a strange > SEABIOS compile option) to no change. -cpu is set to host, I have also > tried passing -cpu qemu64,+vmx manually to no change. That's not strictly true, and in this case harmless. I'll make sure that is fixed. > Oct 14 06:13:19 kernel: vmx_init: processor does not support desired > basic capabilities bhyve expects that the CPU supports INS/OUTS exits. This is signalled in bit 54 of the VMX_BASIC MSR. I'll have a talk with Neel about the implications of ignoring this bit. later, Peter.