]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
Change the oem string written to xenstore.
authorKamala Narasimhan <kamala.narasimhan@citrix.com>
Sun, 15 Feb 2009 03:19:18 +0000 (22:19 -0500)
committerKamala Narasimhan <kamala.narasimhan@citrix.com>
Sun, 15 Feb 2009 03:19:18 +0000 (22:19 -0500)
Cosmetic change to be in-sync with the toolstack.

hw/xen_acpi_wmi.c

index 47de7db7fa0947026407d4836cbf6a7d49ef6b97..5d378d0bc6aa0724ade6ef1e90ddce88d4d1cd4b 100644 (file)
@@ -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