projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eaeaf6
)
libxc: remove compatibility macro for xc_domain_memory_populate_physmap
author
Ian Campbell
<ian.campbell@citrix.com>
Mon, 18 Oct 2010 16:35:35 +0000
(17:35 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Mon, 18 Oct 2010 16:35:35 +0000
(17:35 +0100)
[ 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>
tools/libxc/xenctrl.h
patch
|
blob
|
history
diff --git
a/tools/libxc/xenctrl.h
b/tools/libxc/xenctrl.h
index 53516a79cc9f82aa1638be330ddf71ce7fc9eb14..17a5c9cbb8f2e0bb57c82956ea3debcec86b0e04 100644
(file)
--- 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,