All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Build libxc on rump kernels
@ 2015-02-26 11:56 Wei Liu
  2015-02-26 11:56 ` [PATCH 1/5] NetBSDRump: provide evtchn.h Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Wei Liu @ 2015-02-26 11:56 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.liu2, ian.jackson, ian.campbell

This is a series done by Ian Jackson. I only changed a few macros and rewrote
some commit logs.

With this series we can build libxc with rump kernels.

Wei.

Ian Jackson (5):
  NetBSDRump: provide evtchn.h
  libxc: Split off xc_minios_privcmd.c
  libxc: Split off xc_netbsd_user.c
  libxc: minios: Introduce abstraction for files[]
  libxc: rumpxen: Provide xc_osdep_info

 tools/include/xen-sys/NetBSDRump/evtchn.h |  86 ++++++++
 tools/libxc/Makefile                      |   6 +-
 tools/libxc/xc_minios.c                   | 243 +---------------------
 tools/libxc/xc_minios_privcmd.c           | 322 ++++++++++++++++++++++++++++++
 tools/libxc/xc_netbsd.c                   | 168 +---------------
 tools/libxc/xc_netbsd_rumpkern.c          |  62 ++++++
 tools/libxc/xc_netbsd_user.c              | 196 ++++++++++++++++++
 tools/libxc/xc_private.h                  |   3 +
 8 files changed, 678 insertions(+), 408 deletions(-)
 create mode 100644 tools/include/xen-sys/NetBSDRump/evtchn.h
 create mode 100644 tools/libxc/xc_minios_privcmd.c
 create mode 100644 tools/libxc/xc_netbsd_rumpkern.c
 create mode 100644 tools/libxc/xc_netbsd_user.c

-- 
1.9.1

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

end of thread, other threads:[~2015-03-03 15:36 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 11:56 [PATCH 0/5] Build libxc on rump kernels Wei Liu
2015-02-26 11:56 ` [PATCH 1/5] NetBSDRump: provide evtchn.h Wei Liu
2015-03-02 17:28   ` Ian Campbell
2015-03-02 17:31     ` Wei Liu
2015-03-02 17:40       ` Ian Campbell
2015-03-02 17:42         ` Wei Liu
2015-02-26 11:56 ` [PATCH 2/5] libxc: Split off xc_minios_privcmd.c Wei Liu
2015-02-26 13:08   ` Wei Liu
2015-02-26 13:09   ` Samuel Thibault
2015-03-02 17:31   ` Ian Campbell
2015-03-03 15:15     ` Wei Liu
2015-02-26 11:56 ` [PATCH 3/5] libxc: Split off xc_netbsd_user.c Wei Liu
2015-03-02 17:33   ` Ian Campbell
2015-03-03 15:20     ` Wei Liu
2015-02-26 11:56 ` [PATCH 4/5] libxc: minios: Introduce abstraction for files[] Wei Liu
2015-02-26 12:47   ` Jürgen Groß
2015-02-26 12:56     ` Wei Liu
2015-02-26 13:10   ` Samuel Thibault
2015-03-02 17:34   ` Ian Campbell
2015-03-02 17:37     ` Wei Liu
2015-02-26 11:56 ` [PATCH 5/5] libxc: rumpxen: Provide xc_osdep_info Wei Liu
2015-03-02 17:36   ` Ian Campbell
2015-03-03 15:36     ` Wei Liu

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.