From owner-freebsd-xen@FreeBSD.ORG Sat Dec 7 11:01:59 2013 Return-Path: Delivered-To: freebsd-xen@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 49EE5753; Sat, 7 Dec 2013 11:01:59 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C05414A7; Sat, 7 Dec 2013 11:01:57 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.93,846,1378857600"; d="scan'208";a="81999975" Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net) ([10.9.154.239]) by FTLPIPO01.CITRIX.COM with ESMTP; 07 Dec 2013 11:01:55 +0000 Received: from [IPv6:::1] (10.80.16.47) by smtprelay.citrix.com (10.13.107.78) with Microsoft SMTP Server id 14.2.342.4; Sat, 7 Dec 2013 06:01:54 -0500 Message-ID: <52A30023.2030303@citrix.com> Date: Sat, 7 Dec 2013 12:01:55 +0100 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: "freebsd-xen@freebsd.org" Subject: [HEADS UP] FreeBSD guest integrated into Xen push gate tests X-Enigmail-Version: 1.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Cc: "Justin T. Gibbs" , Ian Jackson X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 11:01:59 -0000 Hello, Today we had the first successful run of the Xen push gate tester (OSSTest) containing a FreeBSD PVHVM guest. This means that from now onwards every commit on the Xen repository will be tested against a FreeBSD PVHVM guest (i386 and amd64), to make sure new changes in Xen doesn't break current support in FreeBSD. You can see the results of the first run at: http://www.chiark.greenend.org.uk/~xensrcts/logs/22323/ The jobs are test-amd64-i386-freebsd10-amd64 and test-amd64-i386-freebsd10-i386, you can see what's being tested on the results matrix. This guests are created using the official FreeBSD VM images, found at: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/VM-IMAGES/10.0-BETA3/ Right now it's using the BETA3 images, but I plan to update that once 10.0 is released. A very big thanks goes to Ian Jackson for integrating my crappy FreeBSD install script into OSSTest and for solving the various problems that arose during the integration. Roger.