From owner-freebsd-virtualization@FreeBSD.ORG Wed Jun 19 16:50:09 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6A18CBF9; Wed, 19 Jun 2013 16:50:09 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.dckd.nl (positron.dckd.nl [94.142.246.99]) by mx1.freebsd.org (Postfix) with ESMTP id 2D9AF1F76; Wed, 19 Jun 2013 16:50:08 +0000 (UTC) Received: from doc.dckd.nl (doc.dckd.nl [145.99.178.214]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by positron.dckd.nl (Postfix) with ESMTPSA id 053B0F841F; Wed, 19 Jun 2013 18:50:06 +0200 (CEST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: FreeBSD PVHVM call for testing From: Jeroen van der Ham In-Reply-To: Date: Wed, 19 Jun 2013 18:50:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <546D0358-4F92-4E8C-AED0-94FC5D36086F@dckd.nl> References: <519131D8.9010307@citrix.com> <519E54DE.5090304@citrix.com> <51B5E730.6070007@citrix.com> <51B9FF53.2020901@citrix.com> <2C70BC9B-5964-498F-AAE2-E5024160E3E5@dckd.nl> <51C1972B.50703@citrix.com> <51C1A223.6030305@citrix.com> <6E99C9B2-E28D-4793-81C2-97440AC5AD0E@dckd.nl> <51C1A7AA.2010307@citrix.com> To: Justin T. Gibbs X-Mailer: Apple Mail (2.1508) Cc: freebsd-xen@freebsd.org, xen-users@lists.xen.org, xen-devel , freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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, 19 Jun 2013 16:50:09 -0000 Hi, On 19 Jun 2013, at 18:15, Justin T. Gibbs wrote: >=20 > I've never seen a kernel build take 2 hours, much less 2 hours = *longer*. Are you talking about buildworld? It would be interesting to = know your results building stable/9 sources in your 10 environment to = see if this is just due to "build bloat" or a true performance = regression. >=20 I copy/pasted the command from the wiki: > # make kernel-toolchain && make buildkernel KERNCONF=3DXENHVM && make = installkernel KERNCONF=3DXENHVM On the stable/9 I only did=20 > make buildkernel KERNCONF=3DXENHVM && make installkernel = KERNCONF=3DXENHVM I guess the kernel-toolchain takes a long time to build=85and from what = I can see it does a clean before rebuilding also. I'm doing the kernel-toolchain step only now and will report how long it = took. Jeroen.