All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Build libxc on rump kernel
@ 2015-06-24 10:10 Wei Liu
  2015-06-24 10:10 ` [PATCH 1/2] NetBSDRump: provide evtchn.h and privcmd.h Wei Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Wei Liu @ 2015-06-24 10:10 UTC (permalink / raw)
  To: Xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell

I have upstreamed a privcmd driver for rump kernel. That driver has the same
semantics as the NetBSD one so we can just use xc_netbsd for rump kernel.

Wei.

Wei Liu (2):
  NetBSDRump: provide evtchn.h and privcmd.h
  libxc: use xc_netbsd.c for rump kernel

 tools/include/xen-sys/NetBSDRump/evtchn.h  | 86 ++++++++++++++++++++++++++++++
 tools/include/xen-sys/NetBSDRump/privcmd.h | 81 ++++++++++++++++++++++++++--
 tools/libxc/Makefile                       |  1 +
 3 files changed, 165 insertions(+), 3 deletions(-)
 create mode 100644 tools/include/xen-sys/NetBSDRump/evtchn.h

-- 
1.9.1

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

end of thread, other threads:[~2015-06-25 12:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24 10:10 [PATCH 0/2] Build libxc on rump kernel Wei Liu
2015-06-24 10:10 ` [PATCH 1/2] NetBSDRump: provide evtchn.h and privcmd.h Wei Liu
2015-06-24 10:22   ` Roger Pau Monné
2015-06-24 10:30     ` Wei Liu
2015-06-24 10:10 ` [PATCH 2/2] libxc: use xc_netbsd.c for rump kernel Wei Liu
2015-06-25 12:00 ` [PATCH 0/2] Build libxc on " Ian Campbell

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.