From 932b3645d2c3d0d105c2dc0a3a8191bad606c48f Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 18 Oct 2010 17:35:35 +0100 Subject: [PATCH] libxc: remove compatibility macro for xc_domain_memory_populate_physmap [ Compatibility note: this breaks qemu-xen before d3c5e73eb3ae ] Signed-off-by: Ian Campbell Signed-off-by: Ian Jackson --- tools/libxc/xenctrl.h | 4 ---- 1 file changed, 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, -- 2.30.2