From owner-freebsd-xen@FreeBSD.ORG Thu Aug 23 00:08:54 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E97AC1065673 for ; Thu, 23 Aug 2012 00:08:54 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3E78FC19 for ; Thu, 23 Aug 2012 00:08:54 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q7N08UUd099468; Wed, 22 Aug 2012 17:08:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1345680511; bh=DNWT1eDbJ1ztNBWbTEDrZ1yioVZ3JdZQOsYXnagYeTg=; h=Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type: Date:Message-ID:Mime-Version:Content-Transfer-Encoding; b=K6zsQx3+xppSm9EvU4NTKNgvBFlVTBidK8DcLWYVsdbPHylnmSgUlVBL42rwBoCtb yqOG2SmITS/E8e2LxzIRDf5lGgjm7TYAxCEviDZSQg2f/NSo8qiaK+JjgnCXVcZXJ2 WUaauuECE/8nhL4SNrj+iPo9/wO+GeYHaMrfnAUU= From: Sean Bruno To: arvind viswanathan In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 22 Aug 2012 17:08:30 -0700 Message-ID: <1345680510.48826.6.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 680511000 Cc: "freebsd-xen@freebsd.org" Subject: Re: xen development in Freebsd 7 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org 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: Thu, 23 Aug 2012 00:08:55 -0000 On Tue, 2012-08-21 at 11:06 -0700, arvind viswanathan wrote: > Hi, > > Is the xen addition to FreeBSD 7, > http://svnweb.freebsd.org/base/projects/stable_7_xen/?view=log a backport > of xen relateed changes from 8_2 ? > > Thanks > Arvind I tried to mirror -head on these changes. They are the same changes I made at work. Sean