search for: 13e258a58044

Displaying 1 result from an estimated 1 matches for "13e258a58044".

2007 Feb 14
4
[PATCH 3/12] Provide basic Xen PM infrastructure
Add basic infrastructure for xen power management. Now only S3 (suspend to ram) is supported. Signed-off-by Ke Yu <ke.yu@intel.com> Signed-off-by Kevin Tian <kevin.tian@intel.com> diff -r 13e258a58044 xen/arch/x86/acpi/Makefile --- a/xen/arch/x86/acpi/Makefile Wed Feb 14 11:13:40 2007 +0800 +++ b/xen/arch/x86/acpi/Makefile Wed Feb 14 11:13:40 2007 +0800 @@ -1,1 +1,2 @@ obj-y += boot.o obj-y += boot.o +obj-y += power.o diff -r 13e258a58044 xen/arch/x86/boot/x86_32.S --- a/xen/arch/x86/boot/x86_3...