From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Attempt to compile 2.6.29-rc3 with pv_ops suppot for Dom0 Date: Sun, 01 Feb 2009 17:14:03 -0800 Message-ID: <498648DB.60904@goop.org> References: <654609.57069.qm@web56107.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <654609.57069.qm@web56107.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: Todd Deshane , xen-devel@lists.xensource.com, Andrew Lyon , Ian Campbell List-Id: xen-devel@lists.xenproject.org Boris Derzhavets wrote: > > Follow http://wiki.xensource.com/xenwiki/XenParavirtOps on Ubuntu 8.10 > Server > > To get a working tree: > > 1. hg clone http://www.kernel.org/hg/linux-2.6 > 2. cd linux-2.6/.hg > 3. hg clone http://xenbits.xensource.com/paravirt_ops/patches.hg > patches > 4. cd .. > 5. ln -s .hg/patches . # for convenience > 6. hg update `cat patches/KERNEL_VERSION` > 7. hg qpush -a > > Get the recent patch,in particular :- > > root@ServerUbuntu:/usr/src/linux-2.6/.hg/patches# ls -l > xen-netback-porting.patch > -rw-r--r-- 1 root src 28228 2009-01-31 08:18 xen-netback-porting.patch > Netback support was just added, and it didn't compile for me last time I tried. I think Ian has a fix, but I'm not sure if he's committed it yet. J