WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Mini-OS and Xenstore

To: "Samuel Thibault" <samuel.thibault@xxxxxxxxxxxxx>, "braham othmen" <braham.othmen@xxxxxxxxx>, "Julian Munster" <jmuenster@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Mini-OS and Xenstore
From: "braham othmen" <braham.othmen@xxxxxxxxx>
Date: Tue, 5 Aug 2008 12:29:17 +0200
Cc:
Delivery-date: Tue, 05 Aug 2008 03:29:46 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=RCXYwxm+jSvdCC6bhH/VwOLOakw6jiAlwx14LSvJ4qY=; b=rMl/7GBLHMxZnUJ3KDraNJINK/bFRk3V9VZJLgMqxLgOytCv9VTZ1RbD2I9Z3s/bgG SnxTQuxLr6UnNDVjMJBVcxDExsRU0KJs/9kz4O5K7V599+r1xwfcTnC23ln7UwYe6aTs jjFJGJPJPY98WYCPEokMbQFATI3ElG9NpxdgY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=U7lkVYlvGVp2A5E7GtjP2KpYu4TpGa+zQFwatLPCKuucjslE4pH9k35zMEW+xQ0nhQ hzNryxAZOwwLfLI8HXIfYXS3Z6mya//tj+Rxynoe9+DWWkt6UM6cSxB06YyJxPSy8mWR 9jSE36Ynsq3B226+ow3lCphajJNXTLx28oaww=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20080805095141.GC4478@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <ed4573ba0808042100q29ca4c49t451040fa4c746cc9@xxxxxxxxxxxxxx> <de90d9af0808050133o37a4fb28ubaaca352d64f2678@xxxxxxxxxxxxxx> <20080805095141.GC4478@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

Hi,
 The error was when i boot the virtual machine with 'xen create domain_comfig', the mini-os machine don't start and when i fallow the result from its console by 'xen create domain_comfig -c' , the total machine exited when it arrive i think to this code
    xenbus_write(XBT_NIL,"/local/example","val_example");
which is included in events.c and adding also the library '#include <xenbus.h>'

I tried several combination of the xenstore path like:

    xenbus_write(XBT_NIL,"local/example","val_example");

    xenbus_write(XBT_NIL,"example","val_example");

but I still have the same problem.


Thanks for help.

Best regards

Braham Othmen



2008/8/5 Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
braham othmen, le Tue 05 Aug 2008 10:33:12 +0200, a �it :
> From other part of the code even by including
> xenbus.h, it give me a compilation error by using xenbus_write()...!!

Which is?

Samuel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>