From 14b8df9977f4ea1dc147f842de2f54a3bf6cc16d Mon Sep 17 00:00:00 2001 From: Kamala Narasimhan Date: Sat, 14 Feb 2009 22:19:18 -0500 Subject: [PATCH] Change the oem string written to xenstore. Cosmetic change to be in-sync with the toolstack. --- hw/xen_acpi_wmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xen_acpi_wmi.c b/hw/xen_acpi_wmi.c index 47de7db7..5d378d0b 100644 --- a/hw/xen_acpi_wmi.c +++ b/hw/xen_acpi_wmi.c @@ -605,7 +605,7 @@ void xen_acpi_wmi_init(PCIDevice *device) cmd_info.invocation_type = XEN_ACPI_WMI_UNDEFINED; cmd_info.current_index = 0; - oem_buffer = xenstore_device_model_read(domid, "oem_value_add", NULL); + oem_buffer = xenstore_device_model_read(domid, "oem_features", NULL); if ( oem_buffer == NULL ) { #ifdef XEN_ACPI_WMI_DEBUG -- 2.39.5