All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0 of 5] Add support for mapping grant references into HVM guests (+ some cleanup)
@ 2009-12-18 15:26 Justin T. Gibbs
  2009-12-18 16:05 ` Keir Fraser
  0 siblings, 1 reply; 9+ messages in thread
From: Justin T. Gibbs @ 2009-12-18 15:26 UTC (permalink / raw)
  To: xen-devel

Was any consensus reached on how to cleanly allow an HVM guest to map
grant references?  I'm in need of this feature for a FreeBSD x86_64 HVM
driver domain.  FreeBSD x86_64 does not support full PV, and I need
the ability to run backends in these domains for my application.  The
patches from this thread would likely work for me, but like the author
of them, I'd rather use a publicly supported Xen interface than to
have a locally maintained solution.

--
Justin

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0 of 5] Add support for mapping grant references into HVM guests (+ some cleanup)
@ 2009-05-19 11:27 steven.smith
  2009-05-25  2:36 ` Isaku Yamahata
  0 siblings, 1 reply; 9+ messages in thread
From: steven.smith @ 2009-05-19 11:27 UTC (permalink / raw)
  To: xen-devel

Add support for mapping grant references into HVM domains, by modifying
the P2M table.

The first couple of patches just tidy up the current grant table
implementation a bit, fixing a couple of bugs in the process, and
should be fairly uncontroversial.  The fourth patch in the series adds
a new HVM op to Xen which allows a HVM guest to map a remote domain's
grant reference into its P2M table, which can then be mapped by the
pagetables in the usual way.  The final patch adds matching support to
the Linux unmodified drivers tree, allowing the new operation to
actually be used, and also adds a couple of very simple test modules.

This isn't actually terribly useful as it stands, because there are no
realistic consumers of this interface.  I wrote it mostly for the
benefit of our closed-source Windows drivers, but that obviously
doesn't help people on the list very much.  I'm not quite sure what
the best way of handling this is; it's clearly better for us for
this stuff to go into xen-unstable, rather than being maintained as an
out-of-tree patch forever, and it'd be a bit of a waste to force
anyone else who wanted this functionality to reinvent it, but it seems
odd to add an interface which has no publicly available consumers.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-08 23:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18 15:26 [PATCH 0 of 5] Add support for mapping grant references into HVM guests (+ some cleanup) Justin T. Gibbs
2009-12-18 16:05 ` Keir Fraser
2010-01-08 23:43   ` Justin T. Gibbs
  -- strict thread matches above, loose matches on Subject: below --
2009-05-19 11:27 steven.smith
2009-05-25  2:36 ` Isaku Yamahata
2009-05-26  9:23   ` Steven Smith
2009-05-26 10:55     ` Isaku Yamahata
2009-05-26 11:46       ` Steven Smith
2009-05-26 12:24         ` Isaku Yamahata

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.