On Mon, Mar 02, 2015 at 05:36:33PM +, Ian Campbell wrote:
> On Thu, 2015-02-26 at 11:56 +, Wei Liu wrote:
> > diff --git a/tools/libxc/xc_netbsd_rumpkern.c
> > b/tools/libxc/xc_netbsd_rumpkern.c
> > new file mode 100644
> > index 000..11d4a63
> > --- /dev/null
> > +++ b/tools/libxc/xc_
On Thu, 2015-02-26 at 11:56 +, Wei Liu wrote:
> diff --git a/tools/libxc/xc_netbsd_rumpkern.c
> b/tools/libxc/xc_netbsd_rumpkern.c
> new file mode 100644
> index 000..11d4a63
> --- /dev/null
> +++ b/tools/libxc/xc_netbsd_rumpkern.c
> @@ -0,0 +1,62 @@
> +/***
From: Ian Jackson
This allows programs which use the bulk of libxc to link. We use
/dev/xenevt for event channels, the raw minios functions for privcmd
and gnttab, and the netbsd versions of discard_file_cache and
xc_memalign.
Signed-off-by: Ian Jackson
[ wei: wrap long lines, adapt to change