From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: SOLVED: Re: Issue with pv_ops Kernel 2.6.31.6 and Xen [yinghai@kernel.org: [PATCH 01/35] x86: fix sci on ioapic 1] Date: Wed, 17 Feb 2010 10:53:27 -0800 Message-ID: <4B7C3B27.9020506@goop.org> References: <20100210153954.GA9539@phenom.dumpdata.com> <4B7731DE.8020905@swissonline.ch> <20100216181005.GC21067@phenom.dumpdata.com> <4B7B1349.9020003@goop.org> <20100217083354.GT2861@reaktio.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: M A Young Cc: Marcial Rion , xen-devel@lists.xensource.com, Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 02/17/2010 03:56 AM, M A Young wrote: > I wouldn't recommend it yet. I have been trying it, but I haven't yet > got it to boot, and my most recent attempt a couple of days ago didn't > even build (the errors were > > drivers/xen/xenbus/xenbus_probe.c: In function > 'exists_connecting_device': > drivers/xen/xenbus/xenbus_probe.c:791: error: 'xenbus_frontend' > undeclared (first use in this function) > drivers/xen/xenbus/xenbus_probe.c:791: error: (Each undeclared > identifier is reported only once > drivers/xen/xenbus/xenbus_probe.c:791: error: for each function it > appears in.) > drivers/xen/xenbus/xenbus_probe.c: In function 'wait_for_devices': > drivers/xen/xenbus/xenbus_probe.c:863: error: 'xenbus_frontend' > undeclared (first use in this function) > make[3]: *** [drivers/xen/xenbus/xenbus_probe.o] Error 1 I've fixed that since then. It really is a WIP is branch. J