From: Ian Campbell Date: Mon, 18 Oct 2010 16:35:35 +0000 (+0100) Subject: libxc: remove compatibility macro for xc_domain_memory_populate_physmap X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11387 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=932b3645d2c3d0d105c2dc0a3a8191bad606c48f;p=xen.git 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 --- 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,