aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-23 15:32:52 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-23 15:32:52 +0000
commit94705cc4bfe4d9d749d86f49045f62ed9e48a0bc (patch)
tree2ff00e7ac3769d5f695c5e7a2d7ddbf1060fa37d /Config.mk
parent3e446a35ee82c738367e8f90e3bc9166687043a8 (diff)
downloadxen-94705cc4bfe4d9d749d86f49045f62ed9e48a0bc.tar.gz
xen-94705cc4bfe4d9d749d86f49045f62ed9e48a0bc.tar.bz2
xen-94705cc4bfe4d9d749d86f49045f62ed9e48a0bc.zip
libxc: convert gnttab interfaces to use an opaque handle type
The xc_interface previously passed to xc_gnttab_* was only used for logging which can now be done via the xc_gnttab handle instead. This makes the interface consistent with the changes made to the main interface in 21483:779c0ef9682c. Also update QEMU_TAG to pull in the corresponding qemu change. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index 6cde101f28..3762e7fddc 100644
--- a/Config.mk
+++ b/Config.mk
@@ -185,9 +185,9 @@ endif
# CONFIG_QEMU ?= ../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= b7754ca4a80e9a53b848796c860d19d6fa7a6d08
-# Thu Dec 23 15:21:52 2010 +0000
-# qemu-xen: update for libxc evtchn interface change
+QEMU_TAG ?= ead83f3f9bc4516f845fbbe23204872eed3e8432
+# Thu Dec 23 15:29:37 2010 +0000
+# qemu-xen: update for libxc gnttab interface change
# Optional components
XENSTAT_XENTOP ?= y