From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: xend start error Date: Wed, 18 Feb 2009 12:01:55 -0800 Message-ID: <499C6933.4090104@goop.org> References: <666471.31452.qm@web56104.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <666471.31452.qm@web56104.mail.re3.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: bderzhavets@yahoo.com Cc: jonr@destar.net, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Boris Derzhavets wrote: > Jon, > > I just finished testing Marc - A. Dahlhaus's procedure:- > ******************************************************************** > with git >= v1.5 you can get to the right branch even simpler with: > ******************************************************************** > # git clone > git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen > # cd linux-2.6-xen > # git checkout origin/xen/dom0/hackery -b xen/dom0/hackery > > To update: > git pull > Thanks for this. I'm updating the wiki page at http://wiki.xensource.com/xenwiki/XenParavirtOps, and I'll include this as a nice simple way to get started. J