aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
diff options
context:
space:
mode:
authorPaul Durrant <paul.durrant@citrix.com>2011-11-18 13:31:43 +0000
committerPaul Durrant <paul.durrant@citrix.com>2011-11-18 13:31:43 +0000
commit93073357470ec76aa1e07672934719d5542b24ad (patch)
tree5708da9acf9fef41eba01ccd832145e37aabdd39 /tools/libxc
parent04678eb8f30a83620fa2c960431dfe4fb40d86f2 (diff)
downloadxen-93073357470ec76aa1e07672934719d5542b24ad.tar.gz
xen-93073357470ec76aa1e07672934719d5542b24ad.tar.bz2
xen-93073357470ec76aa1e07672934719d5542b24ad.zip
hvmloader: Move acpi_enabled out of hvm_info_table into xenstore
Since hvmloader has a xentore client, use a platform key in xenstore to indicate whether ACPI is enabled or not rather than the shared hvm_info_table structure. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/libxc')
-rw-r--r--tools/libxc/xc_hvm_build.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libxc/xc_hvm_build.c b/tools/libxc/xc_hvm_build.c
index c32be4e91c..9831bab192 100644
--- a/tools/libxc/xc_hvm_build.c
+++ b/tools/libxc/xc_hvm_build.c
@@ -67,7 +67,6 @@ static void build_hvm_info(void *hvm_info_page, uint64_t mem_size)
hvm_info->length = sizeof(struct hvm_info_table);
/* Sensible defaults: these can be overridden by the caller. */
- hvm_info->acpi_enabled = 1;
hvm_info->apic_mode = 1;
hvm_info->nr_vcpus = 1;
memset(hvm_info->vcpu_online, 0xff, sizeof(hvm_info->vcpu_online));