From: Bastian Blank <bastian@waldi.eu.org>
To: Konrad Rzeszutek Wilk <konrad@darnok.org>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH 2/5] xen: Add privcmd device driver
Date: Mon, 28 Nov 2011 19:46:04 +0100 [thread overview]
Message-ID: <20111128184604.GE6828@wavehammer.waldi.eu.org> (raw)
In-Reply-To: <20111128182205.GC21369@andromeda.dapyr.net>
On Mon, Nov 28, 2011 at 02:22:05PM -0400, Konrad Rzeszutek Wilk wrote:
> On Sun, Nov 27, 2011 at 11:07:05PM +0100, Bastian Blank wrote:
> > Access to arbitrary hypercalls is currently provided via xenfs. This
> > adds a standard character device to handle this. The support in xenfs
> Ok, what is the benefit of that? You mentioned in the prologue "about a
> year ago I started", but you didn't provide any links to the
> conversation. Could you include the details please?
<20100605162947.GA31336@wavehammer.waldi.eu.org>
> It looks like you are doing a move of the file. Can you use 'git mv'
> instead please.
I did actually. But git format-patch need an option to provide diffs of
moves.
> If it breaks compile build, you can modify the Kconfig to inhibit the
> build (say make it dependent on a symbol that won't be turned on).
No, it does not break the build.
> > +config XEN_PRIVCMD
> > + tristate
> > + depends on XEN_DOM0
>
> Would it be possible for HVM domains that have the backend drivers in
> them (so blkback for example) to use these hypercalls? If so should this
> XEN_DOM0 be perhaps changed to something else?
The depends is wrong, privcmd can be used in any domain. Currently it
can be only activated through XENFS, but this should be changed.
Bastian
--
Love sometimes expresses itself in sacrifice.
-- Kirk, "Metamorphosis", stardate 3220.3
next prev parent reply other threads:[~2011-11-28 18:46 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-27 22:07 [PATCH 0/5] Move stuff out of xenfs Bastian Blank
2011-11-27 22:07 ` [PATCH 1/5] xen/sys/hypervisor: Export guest_properties/is_initial_domain Bastian Blank
2011-11-28 18:14 ` Konrad Rzeszutek Wilk
2011-11-28 18:38 ` Bastian Blank
2011-11-29 23:24 ` Konrad Rzeszutek Wilk
2011-11-27 22:07 ` [PATCH 2/5] xen: Add privcmd device driver Bastian Blank
2011-11-28 16:26 ` Ian Campbell
2011-11-28 17:39 ` Bastian Blank
2011-11-28 18:00 ` Ian Campbell
2011-11-28 18:23 ` Bastian Blank
2011-11-28 19:13 ` Ian Campbell
2011-11-28 18:22 ` Konrad Rzeszutek Wilk
2011-11-28 18:46 ` Bastian Blank [this message]
2011-11-27 22:07 ` [PATCH 3/5] xen/privcmd: Remove unused support for arch specific privcmp mmap Bastian Blank
2011-11-27 22:07 ` [PATCH 4/5] xen: Add xenbus device driver Bastian Blank
2011-11-28 18:10 ` Konrad Rzeszutek Wilk
2011-11-27 22:07 ` [PATCH 5/5] xen: Add xenbusd " Bastian Blank
2011-11-28 18:37 ` Konrad Rzeszutek Wilk
2011-11-28 18:52 ` Bastian Blank
2011-11-28 19:12 ` Daniel De Graaf
2011-11-28 19:42 ` Bastian Blank
2011-11-28 9:03 ` [PATCH 0/5] Move stuff out of xenfs Christoph Egger
2011-11-28 9:31 ` Ian Campbell
2011-11-28 9:39 ` Christoph Egger
2011-11-28 9:51 ` Ian Campbell
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=20111128184604.GE6828@wavehammer.waldi.eu.org \
--to=bastian@waldi.eu.org \
--cc=konrad@darnok.org \
--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.