From owner-freebsd-xen@FreeBSD.ORG Tue Dec 10 14:31:06 2013 Return-Path: Delivered-To: freebsd-xen@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 7DD778A1; Tue, 10 Dec 2013 14:31:06 +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 9628110DA; Tue, 10 Dec 2013 14:31:05 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.93,865,1378857600"; d="scan'208";a="82798618" Received: from accessns.citrite.net (HELO FTLPEX01CL03.citrite.net) ([10.9.154.239]) by FTLPIPO01.CITRIX.COM with ESMTP; 10 Dec 2013 14:29:51 +0000 Received: from norwich.cam.xci-test.com (10.80.248.129) by smtprelay.citrix.com (10.13.107.80) with Microsoft SMTP Server id 14.2.342.4; Tue, 10 Dec 2013 09:29:50 -0500 Received: from mariner.cam.xci-test.com ([10.80.2.22] helo=mariner.uk.xensource.com) by norwich.cam.xci-test.com with esmtp (Exim 4.72) (envelope-from ) id 1VqOJq-0007BZ-3W; Tue, 10 Dec 2013 14:29:50 +0000 Received: from iwj by mariner.uk.xensource.com with local (Exim 4.80) (envelope-from ) id 1VqOJp-0001rg-Sr; Tue, 10 Dec 2013 14:29:49 +0000 From: Ian Jackson MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-ID: <21159.9565.719871.997315@mariner.uk.xensource.com> Date: Tue, 10 Dec 2013 14:29:49 +0000 To: Roger Pau =?iso-8859-1?Q?Monn=E9?= Subject: Re: [HEADS UP] FreeBSD guest integrated into Xen push gate tests In-Reply-To: <52A30023.2030303@citrix.com> References: <52A30023.2030303@citrix.com> X-Mailer: VM 8.1.0 under 23.4.1 (i486-pc-linux-gnu) X-DLP: MIA2 Cc: "freebsd-xen@freebsd.org" , "Justin T. Gibbs" 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: Tue, 10 Dec 2013 14:31:06 -0000 Roger Pau Monné writes ("[HEADS UP] FreeBSD guest integrated into Xen push gate tests"): > 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/ Congratulations to the FreeBSD and Xen communities on the good support for Xen PV/PVHVM - getting the whole test run to pass as soon as we had it properly integrated in osstest reflects well on the level of completeness of the FreeBSD support. Other guests have given us trouble with (for example) broken suspend/migration support. > 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. You're very welcome. Regards, Ian.