From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: ????: Re: [PATCH] libxl: fix xenstore connection when run in domU Date: Wed, 01 Sep 2010 09:26:30 -0700 Message-ID: <4C7E7EB6.5060408@goop.org> References: <433DDF91DFB08148BAD3FDB6FDDA314C9F35F3BB4F@LONPMAILBOX01.citrite.net> <1283246119.12544.9287.camel@zakaz.uk.xensource.com> <20100831102851.GB23648@whitby.uk.xensource.com> <433DDF91DFB08148BAD3FDB6FDDA314C9F35F3BB53@LONPMAILBOX01.citrite.net> <433DDF91DFB08148BAD3FDB6FDDA314C9F35F3BB55@LONPMAILBOX01.citrite.net> <20100901085241.GA1432@whitby.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100901085241.GA1432@whitby.uk.xensource.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: Tim Deegan Cc: "Jun Zhu (Intern)" , Ian Campbell , Patrick Colp , "xen-devel@lists.xensource.com" , "dgdegra@tycho.nsa.gov" List-Id: xen-devel@lists.xenproject.org On 09/01/2010 01:52 AM, Tim Deegan wrote: > At 09:40 +0100 on 01 Sep (1283334016), Jun Zhu (Intern) wrote: >> In pvops, in the function xenbus_file_write of file drivers/xen/xenfs/xenbus.c. >> In the switch, there is no XS_INTRODUCE which is used to create a new domain. >> These commands are eliminated here, since in default, a Domu cannot use these commands. > As Ian Campbell just said, you need to port changesets 874 and 876 of > the linux-2.6.18-xen tree to your pvops kernel: > > http://xenbits.xensource.com/linux-2.6.18-xen.hg?rev=876 876 looks pretty hairy, but I just did 874. J