From owner-freebsd-virtualization@FreeBSD.ORG Wed Aug 27 13:40: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 5519B61F; Wed, 27 Aug 2014 13:40:25 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0D43333; Wed, 27 Aug 2014 13:40:24 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id A1C201B2DD6; Wed, 27 Aug 2014 09:40:22 -0400 (EDT) Received: from [127.0.0.1] (vnat004.nandomedia.com [166.108.31.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 3EBE21B2DCF; Wed, 27 Aug 2014 09:40:21 -0400 (EDT) Message-ID: <53FDDFC3.1070206@mail.lifanov.com> Date: Wed, 27 Aug 2014 09:40:19 -0400 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: lost ability to run FreeBSD on bhyve on CURRENT References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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 Aug 2014 13:40:25 -0000 On 08/27/14 08:00, freebsd-virtualization-request@freebsd.org wrote: > Hi Nikolai, >> > Can someone look at Bugzilla 192470 please? >> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192470 > We've not been able to repro this on E3-1220 v3, E5-2650, or E5-2609 > v2 systems :( > > Do you have any xsave-related tunables set in loader.conf ? > > Do CURRENT guests work ? If so, would you be able to send a dmesg from > one ? > > later, > > Peter. Hello. I don't have anything exotic in my loader.conf: vmm_load="YES" nmdm_load="YES" pptdevs="10/0/0" zfs_load="YES" vfs.root.mountfrom="zfs:tank/ROOT/270660" Disabling ppt doesn't help either. CURRENT panics and drops me in ddb when booting. I attached "sysctl hw.vmm" and the panic message when trying to boot CURRENT to the bug. - Nikolai Lifanov