From: NAHieu <nahieu@gmail.com>
To: xen-devel@lists.xensource.com
Subject: problem using xenbus interface
Date: Mon, 8 Aug 2005 21:26:02 +0900 [thread overview]
Message-ID: <5d7aca9505080805267dce691b@mail.gmail.com> (raw)
Hello,
I a writing a small kernel module for domU, in which I use xenbus and
have some problems:
I use xenbus_scanf to read value of "/restart_mode", but the below
code always failed (got non-zero err)
err = xenbus_scanf("/", "restart_mode", "%s", mode);
Another code like below also failed (I try to make a new node
"/domain/<DOM>/test" with xenbus_mkdir):
err = xenbus_mkdir("/", "test");
I am using the latest xen pulled from -unstable repository. I guess
the problem is I didnt use xenbus interface properly (?) Anybody could
give me some helps?
Thank you a lot,
NAH
next reply other threads:[~2005-08-08 12:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-08 12:26 NAHieu [this message]
2005-08-08 13:39 ` problem using xenbus interface Dan Smith
2005-08-09 6:47 ` aq
2005-08-09 2:21 ` Rusty Russell
2005-08-09 2:53 ` NAHieu
2005-08-09 3:14 ` NAHieu
2005-08-09 3:34 ` NAHieu
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=5d7aca9505080805267dce691b@mail.gmail.com \
--to=nahieu@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.