# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1287419735 -3600
# Node ID 65da9d68bf8b95650f6e3cdb8acbcf33f4ee3e22
# Parent 04f84d45b0db37ec7c7107ae209ab6d08b81d494
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@xxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
tools/libxc/xenctrl.h | 4 ----
1 files changed, 4 deletions(-)
diff -r 04f84d45b0db -r 65da9d68bf8b tools/libxc/xenctrl.h
--- a/tools/libxc/xenctrl.h Mon Oct 18 17:28:02 2010 +0100
+++ b/tools/libxc/xenctrl.h Mon Oct 18 17:35:35 2010 +0100
@@ -836,10 +836,6 @@ int xc_domain_populate_physmap_exact(xc_
unsigned int extent_order,
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,
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|