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

2015-03-05 Thread Ian Campbell
On Tue, 2015-03-03 at 15:57 +, Wei Liu wrote: > Rump kernel is going to use some but not all of the machinery previously > in xc_minios.c. Split the privcmd and gnttab code into its own file. > This part is pure code motion. > > But we also have to: > > - Alter the Makefile to build and lin

[Xen-devel] [PATCH v2 2/5] libxc: split off xc_minios_common.c

2015-03-03 Thread Wei Liu
Rump kernel is going to use some but not all of the machinery previously in xc_minios.c. Split the privcmd and gnttab code into its own file. This part is pure code motion. But we also have to: - Alter the Makefile to build and link xc_minios_common.c too. - Rename some of the minios_*_ops sy