From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Re: [PATCH 01 of 25] libxc: infrastructure for hypercall safe data buffers Date: Tue, 26 Oct 2010 17:17:46 +0200 Message-ID: <20101026151746.GA16636@aepfle.de> References: <38e25ffde90ec62f659f.1287756943@localhost.localdomain> <1288022667.11153.24.camel@zakaz.uk.xensource.com> <19654.47663.240022.412433@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <19654.47663.240022.412433@mariner.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: Ian Jackson Cc: Ian Campbell , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, Oct 26, Ian Jackson wrote: > Ian Campbell writes ("[Xen-devel] Re: [PATCH 01 of 25] libxc: infrastructure for hypercall safe data buffers"): > > The following patch is needed before this one to fix build error in > > xc_hcall_buf.c when building with stub domains. > > I've committed, this, and the following 25-patch series (with the > revised version of 01/25). Does that actually for anyone? Rev 22285 worked, rev 22313 broke. ... [2010-10-26 17:09:11 4743] INFO (SrvDaemon:332) Xend Daemon started [2010-10-26 17:09:11 4743] ERROR (SrvDaemon:349) Exception starting xend ((14, 'Bad address')) Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvDaemon.py", line 335, in run xinfo = xc.xeninfo() Error: (14, 'Bad address') [2010-10-26 17:09:11 4742] INFO (SrvDaemon:220) Xend exited with status 1. ... Does this series require dom0 kernel changes by any chance? Olaf