From: Kamala Narasimhan Date: Sun, 15 Feb 2009 03:19:18 +0000 (-0500) Subject: Change the oem string written to xenstore. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=14b8df9977f4ea1dc147f842de2f54a3bf6cc16d;p=xenclient%2Fioemu.git Change the oem string written to xenstore. Cosmetic change to be in-sync with the toolstack. --- 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