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 16:42:09 -0700 Message-ID: <42F93F51.6070607@intel.com> References: <42F7DEDA.4000400@intel.com> <3d8eece20508090400634ddb30@mail.gmail.com> <42F9161B.5070103@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42F9161B.5070103@intel.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 Arun Sharma wrote: > 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. > It's resolved by this changeset. http://xenbits.xensource.com/ext/xen-vt-testing.hg?cmd=changeset;node=02121365cfff9cfa8e57cc37a560df5305360b58 -Arun