Re: [Xen-devel] [PATCH v2 3/5] libxc: split off xc_netbsd_evtchn.c

2015-03-06 Thread Wei Liu
On Thu, Mar 05, 2015 at 05:40:44PM +, Ian Campbell wrote: > On Tue, 2015-03-03 at 15:57 +, Wei Liu wrote: > > iff --git a/tools/libxc/xc_netbsd_evtchn.c > > b/tools/libxc/xc_netbsd_evtchn.c > > new file mode 100644 > > index 000..b5c2491 > > --- /dev/null > > +++ b/tools/libxc/xc_netbsd

Re: [Xen-devel] [PATCH v2 3/5] libxc: split off xc_netbsd_evtchn.c

2015-03-05 Thread Ian Campbell
On Tue, 2015-03-03 at 15:57 +, Wei Liu wrote: > iff --git a/tools/libxc/xc_netbsd_evtchn.c > b/tools/libxc/xc_netbsd_evtchn.c > new file mode 100644 > index 000..b5c2491 > --- /dev/null > +++ b/tools/libxc/xc_netbsd_evtchn.c > @@ -0,0 +1,196 @@ > +/**

[Xen-devel] [PATCH v2 3/5] libxc: split off xc_netbsd_evtchn.c

2015-03-03 Thread Wei Liu
Rump kernel is going to use some but not all of the machinery previously in xc_netbsd.c. Split the evtchn and ancillary code into its own file. This part is pure code motion. But we also have to alter the Makefile, and rename some symbols, as with xc_minios*.c. Signed-off-by: Ian Jackson Signed-