WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel][PATCH 0/3] Add cpufreq logic corresponding to S3suspend/

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel][PATCH 0/3] Add cpufreq logic corresponding to S3suspend/resume
From: "Liu, Jinsong" <jinsong.liu@xxxxxxxxx>
Date: Sun, 22 Jun 2008 01:39:02 +0800
Cc: "Tian, Kevin" <kevin.tian@xxxxxxxxx>, "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Delivery-date: Sat, 21 Jun 2008 10:39:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <9D7649D18729DE4BB2BD7B494F7FEDC2016D3D10@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <9D7649D18729DE4BB2BD7B494F7FEDC2016D3D10@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjTwxiykMgdRg9BTbeBQG2A6JSCGwAAf18g
Thread-topic: [Xen-devel][PATCH 0/3] Add cpufreq logic corresponding to S3suspend/resume
Sorry for forget to add following info:
This patchset is based on cset xen-linux-578/xen-staging-17893.

Thanks,
Jinsong

-----Original Message-----
From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Liu, Jinsong
Sent: Sunday, June 22, 2008 1:20 AM
To: xen-devel@xxxxxxxxxxxxxxxxxxx
Cc: Tian, Kevin; Nakajima, Jun
Subject: [Xen-devel][PATCH 0/3] Add cpufreq logic corresponding to
S3suspend/resume

Hi,

The following patchset is to add cpufreq logic corresponding to S3
suspend/resume.

Basic Description:
==============
Current xen cpufreq implement basic px logic, this patchset add cpufreq
logic corresponding to S3 suspend/resume.
Firstly patch 1&2 reconstruct original acpi_cpufreq_init() logic,
decompose it into 4 little functions, to make cpufreq init logic simple
and clear, to make S3 suspend/resume and cpu hotplug logic (will be
implemented recently) can easily reuse 2~3 of these little functions
accordingly.
Based on cpufreq init logic reconstruct, patch 3 handle cpufreq
suspend/resume logic corresponding to S3 suspend/resume. When suspend,
it stop cpufreq dbs governor; When resume, it firstly sync cpu state and
freq, and then start normal cpufreq dbs governor, controlling px
transfer according to its workload algorithm.

Patch description:
==============
[Patch 1/3] [xen] Cancel original cpufreq init logic (
acpi_cpufreq_init() )
[Patch 2/3] [xen] Reconstruct original cpufreq init logic, decompose
acpi_cpufreq_init() into 4 functions
[Patch 3/3] [xen] Based on cpufreq init logic reconstruct, handle
cpufreq suspend/resume logic corresponding to S3 suspend/resume, and
handle px statistic logic corresponding to S3 suspend/resume


Thanks,
Jinsong

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>