]> xenbits.xensource.com Git - xen.git/commit
tools/libxc: Remove legacy migration implementation
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Jul 2015 10:37:54 +0000 (11:37 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 28 Jul 2015 10:11:27 +0000 (11:11 +0100)
commitb15bc4345e772df92e5ffdbc4c1e9ae2a6206617
treea68996673dfa05893026e27815f52e678264f5b1
parentb9041b4eeb792fa0ef42828d2d49c22484f2e363
tools/libxc: Remove legacy migration implementation

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.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- drop mentions of removed files from MAINTAINERS ]
MAINTAINERS
tools/libxc/Makefile
tools/libxc/xc_domain_restore.c [deleted file]
tools/libxc/xc_domain_save.c [deleted file]
tools/libxc/xc_offline_page.c
tools/libxc/xg_save_restore.h