|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Mini-OS and Xenstore
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
|
|
|
|
|