search for: xen_acpi_pad

Displaying 1 result from an estimated 1 matches for "xen_acpi_pad".

2012 Feb 23
7
[PATCH 2/2] RFC: Xen pad logic
...c, and when getting pad device notification, it hypercalls to Xen hypervisor for core parking. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> --- arch/x86/xen/enlighten.c | 2 + arch/x86/xen/xen-ops.h | 1 + drivers/xen/Makefile | 1 + drivers/xen/xen_acpi_pad.c | 190 ++++++++++++++++++++++++++++++++++++++ include/xen/interface/platform.h | 14 +++ 5 files changed, 208 insertions(+), 0 deletions(-) create mode 100644 drivers/xen/xen_acpi_pad.c diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 12eb07b..3cce71f 100644 --- a...