From owner-freebsd-current@FreeBSD.ORG Thu Oct 31 13:54:44 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id E1E4BB3E; Thu, 31 Oct 2013 13:54:44 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1946B2F59; Thu, 31 Oct 2013 13:54:43 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r9VDsWQS053306; Thu, 31 Oct 2013 17:54:32 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r9VDsWEn053305; Thu, 31 Oct 2013 17:54:32 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 31 Oct 2013 17:54:32 +0400 From: Gleb Smirnoff To: Boris Bobrov Subject: Re: 10.0-BETA1 i386 on VirtualBox Message-ID: <20131031135432.GO52889@glebius.int.ru> References: <526939BF.4030306@dat.pl> <20131029110957.GY52889@FreeBSD.org> <201310311745.41138.breton@cynicmansion.ru> <20131031134843.GN52889@glebius.int.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20131031134843.GN52889@glebius.int.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Glen Barber , "freebsd-current@freebsd.org" , Maciej Milewski X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 13:54:45 -0000 On Thu, Oct 31, 2013 at 05:48:43PM +0400, Gleb Smirnoff wrote: T> B> 1. The bug disappeares if I disable VT-x/AMD-V in my virtual machine T> B> settings (Settings -> System -> Acceleration) and appeares if I enable it T> B> (thanks to Gleb for inspiration yesterday). It disappeares everywhere, on T> B> all revisions. T> B> T> B> 2. r244315 seems to be not buggy even with VT-x enabled. So we have to T> B> look somewhere between r244315 and r248935. T> T> Good news! Thanks Boris. T> T> Can you track this down to a particular revision? I have suspision that it is very close to the bhyve checkin: ------------------------------------------------------------------------ r245652 | neel | 2013-01-19 08:18:52 +0400 (сб, 19 янв 2013) | 9 lines Merge projects/bhyve to head. 'bhyve' was developed by grehan@ and myself at NetApp (thanks!). Special thanks to Peter Snyder, Joe Caradonna and Michael Dexter for their support and encouragement. Obtained from: NetApp ------------------------------------------------------------------------ since this is the code that started to utilize VT-x. Can you please check this revision and -1 revision to it? -- Totus tuus, Glebius.