aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorAnthony Perard <anthony.perard@citrix.com>2010-11-09 18:03:55 +0000
committerAnthony Perard <anthony.perard@citrix.com>2010-11-09 18:03:55 +0000
commit8fe49db6bda46327bc04bace2cf6a88402d8929e (patch)
treea0990e05350a5548d215b4be035733a1f203d04b /Config.mk
parente737da7402197195b997c778d9dab2995f49b6ab (diff)
downloadxen-8fe49db6bda46327bc04bace2cf6a88402d8929e.tar.gz
xen-8fe49db6bda46327bc04bace2cf6a88402d8929e.tar.bz2
xen-8fe49db6bda46327bc04bace2cf6a88402d8929e.zip
firmware, qemu: Change ACPI IO values to match QEMU BIOS
As part of the QEMU/Xen merge, this patch comes to change the value of sleep states and add some information in the PCI registers to match the implementation of the BIOS of QEMU. It also does a hypercall (HVM_PARAM_ACPI_IOPORTS_LOCATION) that tell the Xen to use the new Port I/O instead of the old one. [ Also, in this patch, update QEMU_TAG to the qemu-xen revision with the corresponding qemu change. -iwj ] Signed-off-by: Anthony PERARD <anthony.perard@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 da7406e0a5..f47a3ac266 100644
--- a/Config.mk
+++ b/Config.mk
@@ -185,9 +185,9 @@ endif
# CONFIG_QEMU ?= ../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= 0442ec23f9efc4f8f9259351f612194f8f42900c
-# Mon Nov 8 17:09:54 2010 +0000
-# stubdom: fix handing of dependency files
+QEMU_TAG ?= ce3b7ce68426ea6249bb411f26b376d459c45450
+# Tue Nov 9 18:01:13 2010 +0000
+# piix4acpi, xen: change in ACPI to match the change in the BIOS.
# Optional components
XENSTAT_XENTOP ?= y