All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Mark Ryden <markryde@gmail.com>
Cc: Xen Mailing List <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] skeleton frontend/backend examples and a deadlock
Date: Thu, 03 Nov 2005 12:23:25 +1100	[thread overview]
Message-ID: <1130981006.8734.2.camel@localhost.localdomain> (raw)
In-Reply-To: <dac45060511020452y22494bf1n3232c44f3c9257fd@mail.gmail.com>

On Wed, 2005-11-02 at 14:52 +0200, Mark Ryden wrote:
> Hello,
> One little thing:
> If I am not wrong, xenbus_register_backend() is
> not exported, and it seems to me that we
> should have EXPORT_SYMBOL(xenbus_register_backend) so
> it will build.

Indeed, the backend cannot be built as a module because this, and the
vma functions are not exported.  The latter can be solved by providing a
nice grant-id -> mapped page function in the core I think (and the unmap
function)

Also, the skeleton was written against a tree where registering a watch
did not always call the callback immediately.  Now this has been fixed,
those explicit calls are removed.

Rusty.

-- 
A bad analogy is like a leaky screwdriver -- Richard Braakman

  reply	other threads:[~2005-11-03  1:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-02  5:22 [PATCH] skeleton frontend/backend examples and a deadlock Rusty Russell
2005-11-02 12:37 ` Harry Butterworth
2005-11-03  1:36   ` Rusty Russell
2005-11-03  2:17   ` Mark Williamson
2005-11-02 12:52 ` Mark Ryden
2005-11-03  1:23   ` Rusty Russell [this message]
2005-11-15  0:16 ` Ewan Mellor

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=1130981006.8734.2.camel@localhost.localdomain \
    --to=rusty@rustcorp.com.au \
    --cc=markryde@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.