All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Build libxc on rump kernel
@ 2015-03-03 15:57 Wei Liu
  2015-03-03 15:57 ` [PATCH v2 1/5] NetBSDRump: provide evtchn.h Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Wei Liu @ 2015-03-03 15:57 UTC (permalink / raw)
  To: xen-devel
  Cc: wei.liu2, ian.jackson, ian.campbell, samuel.thibault,
	stefano.stabellini

Wei Liu (5):
  NetBSDRump: provide evtchn.h
  libxc: split off xc_minios_common.c
  libxc: split off xc_netbsd_evtchn.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_common.c            | 322 ++++++++++++++++++++++++++++++
 tools/libxc/xc_netbsd.c                   | 168 +---------------
 tools/libxc/xc_netbsd_evtchn.c            | 196 ++++++++++++++++++
 tools/libxc/xc_netbsd_rumpkern.c          |  59 ++++++
 tools/libxc/xc_private.h                  |   3 +
 8 files changed, 675 insertions(+), 408 deletions(-)
 create mode 100644 tools/include/xen-sys/NetBSDRump/evtchn.h
 create mode 100644 tools/libxc/xc_minios_common.c
 create mode 100644 tools/libxc/xc_netbsd_evtchn.c
 create mode 100644 tools/libxc/xc_netbsd_rumpkern.c

-- 
1.9.1

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

end of thread, other threads:[~2015-03-06 11:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 15:57 [PATCH v2 0/5] Build libxc on rump kernel Wei Liu
2015-03-03 15:57 ` [PATCH v2 1/5] NetBSDRump: provide evtchn.h Wei Liu
2015-03-05 17:39   ` Ian Campbell
2015-03-03 15:57 ` [PATCH v2 2/5] libxc: split off xc_minios_common.c Wei Liu
2015-03-05 17:39   ` Ian Campbell
2015-03-03 15:57 ` [PATCH v2 3/5] libxc: split off xc_netbsd_evtchn.c Wei Liu
2015-03-05 17:40   ` Ian Campbell
2015-03-06 11:22     ` Wei Liu
2015-03-03 15:57 ` [PATCH v2 4/5] libxc: minios: introduce abstraction for files[] Wei Liu
2015-03-03 15:57 ` [PATCH v2 5/5] libxc: rumpxen: provide xc_osdep_info Wei Liu
2015-03-03 16:05   ` Samuel Thibault
2015-03-03 16:41     ` Wei Liu
2015-03-03 16:58       ` Wei Liu
2015-03-03 16:59         ` Samuel Thibault
2015-03-03 17:06           ` Ian Campbell
2015-03-03 17:25           ` Wei Liu
2015-03-03 16:58       ` Samuel Thibault

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.