Re: [Xen-devel] [PATCH 1/6] tools/libxc: Remove legacy migration implementation

2015-07-22 Thread Andrew Cooper
On 22/07/15 11:25, Ian Campbell wrote: > On Mon, 2015-07-20 at 11:37 +0100, Andrew Cooper wrote: >> It is no longer used. >> >> One complication is that xc_map_m2p() has users in xc_offline_page.c, >> xen-mfndump and xen-mceinj. Move its implementation into >> xc_offline_page (for want of a better

Re: [Xen-devel] [PATCH 1/6] tools/libxc: Remove legacy migration implementation

2015-07-22 Thread Ian Campbell
On Mon, 2015-07-20 at 11:37 +0100, Andrew Cooper wrote: > It is no longer used. > > One complication is that xc_map_m2p() has users in xc_offline_page.c, > xen-mfndump and xen-mceinj. Move its implementation into > xc_offline_page (for want of a better location) beside it's current > user. > > S