aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrl.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-10-18 17:35:35 +0100
committerIan Campbell <ian.campbell@citrix.com>2010-10-18 17:35:35 +0100
commit932b3645d2c3d0d105c2dc0a3a8191bad606c48f (patch)
treed1d6f677e2924eb3a06300b6970503d4a1e54e9a /tools/libxc/xenctrl.h
parent1eaeaf6ec36f8b7ea650d5d78015294fa272fbf7 (diff)
downloadxen-932b3645d2c3d0d105c2dc0a3a8191bad606c48f.tar.gz
xen-932b3645d2c3d0d105c2dc0a3a8191bad606c48f.tar.bz2
xen-932b3645d2c3d0d105c2dc0a3a8191bad606c48f.zip
libxc: remove compatibility macro for xc_domain_memory_populate_physmap
[ Compatibility note: this breaks qemu-xen before d3c5e73eb3ae ] Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrl.h')
-rw-r--r--tools/libxc/xenctrl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 53516a79cc..17a5c9cbb8 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -837,10 +837,6 @@ int xc_domain_populate_physmap_exact(xc_interface *xch,
unsigned int mem_flags,
xen_pfn_t *extent_start);
-/* Temporary for compatibility */
-#define xc_domain_memory_populate_physmap(x, d, nr, eo, mf, es) \
- xc_domain_populate_physmap_exact(x, d, nr, eo, mf, es)
-
int xc_domain_memory_exchange_pages(xc_interface *xch,
int domid,
unsigned long nr_in_extents,