From owner-freebsd-virtualization@FreeBSD.ORG Tue Feb 11 01:19:04 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 0B4C350E for ; Tue, 11 Feb 2014 01:19:04 +0000 (UTC) Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CB14F1FCF for ; Tue, 11 Feb 2014 01:19:02 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id y10so6832597pdj.32 for ; Mon, 10 Feb 2014 17:19:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=XjUdtPg7Qe/QoXxKfy09DfOv7IM1HpkYw3wyBdbYURk=; b=l26iJTkn4EayejTQVYlUlMVXDKNisJJHZ7BtQHcJF1RrwKvRfNEgpryghFSZ6yFjen MwKymP0E+mZMUm3pSwXq6yUbz1Zo9mW5mNMGIRUnZiCUD/nUiCEqdX+DQpyctTE6ZRKj vywerAU0tiJ2nBDZgTYA0pdKDAtOSc4iXrJJM9Lr1GyOEZwm4ZzjOWFpqbaxZvbSTjrT qBgxn75C9pCYhUOnVMs6NgXw5BfqiynXCuvpp1AG/skcjmWQyOsGAp2DqkB3eD3trlVc 2C48rcIxbpmemNYkvDZrkmWFz3l8nZ8gcJiVtfvCPG+xyg9Ioj4g/t84FdMDhp6U+/Lr K2/Q== X-Gm-Message-State: ALoCoQkWiHYvdvT7UPs7HWqZt1DVOxf7xobrEurZeimS8knSHVhTpxP5+VUOC8utBlCAFsYcF3Se X-Received: by 10.67.8.102 with SMTP id dj6mr29065418pad.10.1392081542484; Mon, 10 Feb 2014 17:19:02 -0800 (PST) Received: from Michaels-MacBook-Pro.local (c-98-246-202-204.hsd1.or.comcast.net. [98.246.202.204]) by mx.google.com with ESMTPSA id x5sm46828441pbw.26.2014.02.10.17.19.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Feb 2014 17:19:01 -0800 (PST) Message-ID: <52F97A84.90308@callfortesting.org> Date: Mon, 10 Feb 2014 17:19:00 -0800 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Willem Jan Withagen , "freebsd-virtualization@freebsd.org" Subject: Re: CFT: bhyve AMD snapshot References: <52F6953D.2010400@callfortesting.org> <52F7C9FC.5070409@digiware.nl> <52F8735E.8020701@callfortesting.org> <52F8ECC2.2060805@digiware.nl> In-Reply-To: <52F8ECC2.2060805@digiware.nl> Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 11 Feb 2014 01:19:04 -0000 Willem, On 2/10/14 7:14 AM, Willem Jan Withagen wrote: > I usually prefer to build my onw. So I tried that from a both basic > 10-stable as well as the svn-url I got from Peter some time ago. But > - building 10-stable did not give the amd svm stuff > - building the previous svn-url on my 10-stable bombs out due to some > missing net/.... files. Need to rerun, to get the exact error. The snapshot was built from the SVM projects branch: http://svnweb.freebsd.org/base/projects/bhyve_svm/ I opted to build world with -j4 and kernel on -j2 on a dual-core system as per Glen Barber's suggestion of how he is building the official releases. Michael