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: braham othmen <braham.othmen@xxxxxxxxx>
Subject: Re: [Xen-devel] Mini-OS and Xenstore
From: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
Date: Tue, 5 Aug 2008 16:35:44 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Julian Munster <jmuenster@xxxxxxxxx>
Delivery-date: Tue, 05 Aug 2008 08:36:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <de90d9af0808050820n41f0d49ap498a508b86ba7950@xxxxxxxxxxxxxx>
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>
Mail-followup-to: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>, braham othmen <braham.othmen@xxxxxxxxx>, Julian Munster <jmuenster@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
References: <ed4573ba0808042100q29ca4c49t451040fa4c746cc9@xxxxxxxxxxxxxx> <de90d9af0808050133o37a4fb28ubaaca352d64f2678@xxxxxxxxxxxxxx> <20080805095141.GC4478@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <de90d9af0808050329o55ee788ct15017bff59f9daee@xxxxxxxxxxxxxx> <20080805103752.GK4478@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <de90d9af0808050820n41f0d49ap498a508b86ba7950@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.12-2006-07-14
braham othmen, le Tue 05 Aug 2008 17:20:33 +0200, a écrit :
> I make some permitting

So you just moved init_console() to the end, right?  Why so?
Initializing the console lately prevents you from getting debugging
messages...  You may want to enable the xen hypervisor emergency console
by turning verbose to y in xen/Rules.mk, and read from the serial port
of your box.

> it compiles correctly but the virtual machine don't start at all.

Possibly because of something that happens before the console gets
initialized.

> I think that the order must respect some chronologies,

Things depend on each other of course, that's not particular to mini-os.

For instance you need events first since basically any Xen stuff depends
on it, etc.

> But I want if there a
> possibility to write
> to any part of xenstore like the third case ??:        xenbus_write(XBT_NIL,"/
> local/count_example3",buf);
> after loading the virtual machine, i did not found what i wrote.

Domains aren't allowed to write outside their tree. If you want to allow
them, give them permissions from dom0 thanks to xenstore-chmod.

Samuel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>