From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: [PATCH] Fix TypeError when starting VMX domains Date: Tue, 09 Aug 2005 13:46:19 -0700 Message-ID: <42F9161B.5070103@intel.com> References: <42F7DEDA.4000400@intel.com> <3d8eece20508090400634ddb30@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3d8eece20508090400634ddb30@mail.gmail.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: Christian.Limpach@cl.cam.ac.uk Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Christian Limpach wrote: > On 8/8/05, Arun Sharma wrote: > >>The attached patch fixes this traceback: > > > When does this happen? It seems that the fix will only hide the real > cause of the failure and I'd rather fix the underlying bug. It's odd > that we have initialized the store_channel but not figured out what > the store_mfn is. The real issue is that xc_vmx_build.c was not kept upto date with the xenstore changes. Working on it now. -Arun