From owner-freebsd-xen@freebsd.org Tue Oct 6 15:10:38 2015 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19F869B69AC for ; Tue, 6 Oct 2015 15:10:38 +0000 (UTC) (envelope-from prvs=714d6e1f6=roger.pau@citrix.com) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Verizon Public SureServer CA G14-SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6287DEE for ; Tue, 6 Oct 2015 15:10:37 +0000 (UTC) (envelope-from prvs=714d6e1f6=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.17,644,1437436800"; d="scan'208";a="308412355" Subject: Re: Need help : 10.2 + Xen dom0 support To: shree , References: <1444141541780-6043366.post@n5.nabble.com> From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= X-Enigmail-Draft-Status: N1110 Message-ID: <5613E462.9050000@citrix.com> Date: Tue, 6 Oct 2015 17:10:26 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1444141541780-6043366.post@n5.nabble.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 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, 06 Oct 2015 15:10:38 -0000 Hello, El 06/10/15 a les 16.25, shree ha escrit: > Hello Everyone, > > I am new to FreeBSD. Need your input on how I can get Xen dom0 support on > FreeBSD 10.2 release. Any reason you cannot use HEAD instead? > I went through :http://wiki.xenproject.org/wiki/FreeBSD_Dom0#Shortcomings, > but did not help me get following information: > (1) Is there a list of patches/code changes that I can pick and apply on > 10.2 to get Xen dom0 support? Most of my commits need to be backported in order to have Dom0 support, but IMHO, I'm not sure how many conflicts you will get when trying to apply them to stable/10. You can get a list using `svn log --search royger`. > (2) I see in one of the post, build fails. Just wanted to know if there are > any other changes required. I'm not sure what you mean with this, which build fails? Roger.