From owner-freebsd-virtualization@FreeBSD.ORG Mon Feb 24 12:11:28 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C1D5ACE; Mon, 24 Feb 2014 12:11:28 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB1981D98; Mon, 24 Feb 2014 12:11:27 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 12DB11534EF; Mon, 24 Feb 2014 13:11:26 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SsstFpkS5oBo; Mon, 24 Feb 2014 13:11:24 +0100 (CET) Received: from [IPv6:2001:4cb8:3:1:a009:5318:9749:5155] (unknown [IPv6:2001:4cb8:3:1:a009:5318:9749:5155]) by smtp.digiware.nl (Postfix) with ESMTP id F25881534ED; Mon, 24 Feb 2014 13:11:23 +0100 (CET) Message-ID: <530B36ED.7090506@digiware.nl> Date: Mon, 24 Feb 2014 13:11:25 +0100 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Peter Grehan , "freebsd-virtualization@freebsd.org" Subject: Re: Bhyve and Ubuntu booting References: <53090599.5000505@digiware.nl> <20AAA4CA-38F9-4D07-BAAA-434F8BC20129@digiware.nl> <530A20BE.4050602@digiware.nl> <530A2475.6090608@freebsd.org> <530A2713.6000602@digiware.nl> <530A2870.9080306@freebsd.org> <530A2978.7070403@digiware.nl> <530A2B35.6090409@freebsd.org> <530A2D11.707@digiware.nl> <530A2F55.8090307@freebsd.org> <530A6269.3070806@digiware.nl> In-Reply-To: <530A6269.3070806@digiware.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 24 Feb 2014 12:11:28 -0000 On 2014-02-23 22:04, Willem Jan Withagen wrote: > On 23-2-2014 18:26, Peter Grehan wrote: >>> Against what current version did you merge/build the SVM branch? >>> I'll either check that out, or try my subversion skills to see if that >>> reduces the diff. >> >> My mistake - the sync was a r259205, which was from Dec 10 and >> predates the -w option (r259635, Dec 17). > > I manually added this patch... > And then I can get 13.10 to boot. > > First I get 20* the msr ignore message, but now I in the installer. > > So you might want to put that in your SVM tree to get more mileage on > the code in Linux envs. std-disclaimer: Running on AMD processor with SVM branch I've started the ubuntu install again, since last night it went into the dark hours. And my laptop shutdown the connection while I used console. So no recovery to the prompts :( Now I'm trying 2 Ubuntu installs: 13.10 12.04 And both run equally slow. And generate msr access that would otherwise be trapped. (running with 2 vCPUs, and 2G mem). From top: 67705 root 5 52 0 2081M 429M CPU1 1 74:38 147.66% bhyve: ubuntu-13.10 67881 root 5 52 0 2077M 194M CPU3 3 67:20 137.16% bhyve: ubuntu-12.04 And the load is always up in the 150%.... So obviously these 2 installers are doing a form sort of busy waiting? Are other people seeing the same on AMD cpus or on Intel CPUs? Thanx, --WjW