# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1286892402 -3600
# Node ID ec389a7aa0d6a4215d95fe3ed167ed1049bb0dc9
# Parent 4a56557e18e05fdba2f8bb9f477fb33760c3814b
libxc: update QEMU_TAG and remove compatibility macro
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r 4a56557e18e0 -r ec389a7aa0d6 Config.mk
--- a/Config.mk Tue Oct 12 15:06:42 2010 +0100
+++ b/Config.mk Tue Oct 12 15:06:42 2010 +0100
@@ -185,7 +185,7 @@ endif
# CONFIG_QEMU ?= ../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= f95d202ed6444dacb15fbea4dee185eb0e048d9a
+QEMU_TAG ?= f95d202ed6444dacb15fbea4dee185eb0e048d9a # XXX update
# Tue Sep 14 17:31:43 2010 +0100
# ioemu: fix VNC altgr-insert behavior
diff -r 4a56557e18e0 -r ec389a7aa0d6 tools/libxc/xenctrl.h
--- a/tools/libxc/xenctrl.h Tue Oct 12 15:06:42 2010 +0100
+++ b/tools/libxc/xenctrl.h Tue Oct 12 15:06:42 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-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|