]> xenbits.xen.org Git - xenclient/kernel.git/commit
Xen acpi-wmi implementation.
authorKamala Narasimhan <kamala.narasimhan@citrix.com>
Tue, 10 Feb 2009 02:42:53 +0000 (21:42 -0500)
committerKamala Narasimhan <kamala.narasimhan@citrix.com>
Tue, 10 Feb 2009 02:42:53 +0000 (21:42 -0500)
commitda5498c4e064de11192df358c1f076a8e77b87c4
tree4390351a222913fc4a36dea10a916ffa970e2e64
parent22816de83234480baa43e88683f684efdc4afba0
Xen acpi-wmi implementation.

Xen acpi-wmi driver provides the necessary interface for userspace
module (qemu) to communicate with acpi wmi wrapper kernel driver
which then communicates with the base firmware.  The result
returned by the base firmware is communicated back to the userspace
module (qemu) through this driver.
drivers/xen/Kconfig
drivers/xen/Makefile
drivers/xen/acpi-wmi/Makefile [new file with mode: 0644]
drivers/xen/acpi-wmi/acpi-wmi.c [new file with mode: 0644]
include/xen/public/acpi-wmi.h [new file with mode: 0644]