All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: braham othmen <braham.othmen@gmail.com>
Cc: xen-devel@lists.xensource.com, Julian Munster <jmuenster@gmail.com>
Subject: Re: Mini-OS and Xenstore
Date: Tue, 5 Aug 2008 16:35:44 +0100	[thread overview]
Message-ID: <20080805153544.GU4478@implementation.uk.xensource.com> (raw)
In-Reply-To: <de90d9af0808050820n41f0d49ap498a508b86ba7950@mail.gmail.com>

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

  reply	other threads:[~2008-08-05 15:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05  4:00 Mini-OS and Xenstore Julian Munster
2008-08-05  8:33 ` braham othmen
2008-08-05  9:51   ` Samuel Thibault
2008-08-05 10:29     ` braham othmen
2008-08-05 10:37       ` Samuel Thibault
2008-08-05 15:20         ` braham othmen
2008-08-05 15:35           ` Samuel Thibault [this message]
2008-08-05  9:51 ` Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080805153544.GU4478@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.com \
    --cc=braham.othmen@gmail.com \
    --cc=jmuenster@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.