WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] pv_ops with xen-3.3

To: jonr@xxxxxxxxxx
Subject: Re: [Xen-devel] pv_ops with xen-3.3
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Tue, 10 Feb 2009 21:51:23 -0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 10 Feb 2009 21:51:51 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20090210120128.bnleq83jmccgcok0@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <844576.20319.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <20090210120128.bnleq83jmccgcok0@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.19 (X11/20090105)
jonr@xxxxxxxxxx wrote:
Quoting Boris Derzhavets <bderzhavets@xxxxxxxxx>:

Compiled kernel supporting PV_OPS in Dom0 & INTEL AHCI (ICH(X)R)

# hg clone http://www.kernel.org/hg/linux-2.6

# cd linux-2.6/.hg

# hg clone http://xenbits.xensource.com/paravirt_ops/patches.hg patches

# cd ..

# ln -s .hg/patches . # for convenience

# hg update `cat patches/KERNEL_VERSION`

# hg qpush -a

This last command does not work, is it supposed to be just 'hg push -a'? I had the same issue yesterday, when I issue that command I get what I pasted below, just showing basic commands.

You need to enable the "mq" extension. It comes with mercurial, so its just a matter of creating ~/.hgrc with:

[extensions]
hgext.mq=


   J

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>