From owner-freebsd-xen@FreeBSD.ORG Wed Aug 28 15:53:44 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 ESMTP id D04CCBF9 for ; Wed, 28 Aug 2013 15:53:44 +0000 (UTC) (envelope-from roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [46.33.159.39]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC342323 for ; Wed, 28 Aug 2013 15:53:43 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.89,976,1367971200"; d="scan'208";a="8185195" Received: from lonpex01cl01.citrite.net ([10.30.203.101]) by LONPIPO01.EU.CITRIX.COM with ESMTP/TLS/AES128-SHA; 28 Aug 2013 15:53:43 +0000 Received: from [172.16.1.30] (10.30.203.1) by LONPEX01CL01.citrite.net (10.30.203.101) with Microsoft SMTP Server id 14.2.342.4; Wed, 28 Aug 2013 16:53:42 +0100 Message-ID: <521E1D04.6030202@citrix.com> Date: Wed, 28 Aug 2013 17:53:40 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Karl Pielorz Subject: Re: XenServer 6.2 tools for FreeBSD 9 'Guest'? References: <2217D79A5CD4C9E06B7F8D3A@Mail-PC.tdx.co.uk> In-Reply-To: <2217D79A5CD4C9E06B7F8D3A@Mail-PC.tdx.co.uk> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.30.203.1] Cc: freebsd-xen@FreeBSD.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 28 Aug 2013 15:53:44 -0000 On 28/08/13 17:31, Karl Pielorz wrote: > > Hi, > > We've got XenServer now running a couple of FreeBSD 9.2-RC2 VM's > (running the XENHVM kernel). > > Is there any up to date 'xen tools' setup guide or anything anywhere we > can look at? > > I've seen 'xen-tools' in the ports collection - but once installed it > doesn't seem to do a lot. I'm looking to enable things like suspending > VM's and migration etc. Using the XENHVM kernel should already provide you with everything needed for migration (suspension and resume). From a quick look at the xen-tools package, it contains utilities to interact with xenstore, which you probably don't need.