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

[Xen-devel] xen 4.0 + power management

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xen 4.0 + power management
From: Vinicius Petrucci <vpetrucci@xxxxxxxxx>
Date: Fri, 14 May 2010 19:00:17 -0300
Delivery-date: Fri, 14 May 2010 15:05:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=roLfYaikAv4mK66HWfSRjlh6jZiADrVjD9AGGZT8Shs=; b=blltv5hIbQ7Hh94Fz2FZIzVE60zxOyk2neNRaxkHsAOcE5jm4aa4R07ekYmEznfyPT M9AtUzI8ZWYHzOS1HYiUQhh+Mv+W3bhujpY0Vd99XweQusATPDJf6WpmHSYGuqY63Qd3 2aL4j/+LCFBygIK1g9OjbUb+atNM7hpn+qdWw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=undmVh6Lja8slsQMXiX/8nHmHc+lYlys6YTqHa2ElcqU7UZdi+henlnfpINWdfkvSw FpyCzWx/XmQrenKBgsxuqtiON8i98xQWPRg+SGBdqRhdVNJSmr0mzmLG9Bk5kq8Q62dS D3vSOOrfgIXLABVsUP/Hnj5pOM5Ep2CCKqCkE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hi,

i'm having some problems on using dvfs in Xen 4.0.

i'm running Ubuntu Server 10.04 with Xen 4.0.0 and Linux 2.6.32.10
paravirt_ops dom0
(i followed the install steps from
http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html,
but I used the Xen 4.0.0 version from
http://www.xen.org/products/xen_source.html)

The CPU model is: Intel(R) Core(TM) i5 CPU         750  @ 2.67GHz
(with 4 cores)

When I type "xenpm get-cpufreq-para", it returns:

cpu id               : 0
affected_cpus        : *0
cpuinfo frequency    : max [2793000] min [1197000] cur [1197000]
scaling_driver       : acpi-cpufreq
scaling_avail_gov    : userspace performance powersave ondemand
current_governor     : ondemand
 ondemand specific  :
   sampling_rate    : max [10000000] min [10000] cur [20000]
   up_threshold     : 80
   turbo mode       : enabled
scaling_avail_freq   : 2793000 2660000 2527000 2394000 2261000 2128000
1995000 1862000 1729000 1596000 1463000 1330000 *1197000
scaling frequency    : max [2793000] min [1197000] cur [1197000]

cpu id               : 1
affected_cpus        : 1
cpuinfo frequency    : max [2793000] min [1197000] cur [1197000]
scaling_driver       : acpi-cpufreq
scaling_avail_gov    : userspace performance powersave ondemand
current_governor     : ondemand
 ondemand specific  :
   sampling_rate    : max [10000000] min [10000] cur [20000]
   up_threshold     : 80
   turbo mode       : enabled
scaling_avail_freq   : 2793000 2660000 2527000 2394000 2261000 2128000
1995000 1862000 1729000 1596000 1463000 1330000 *1197000
scaling frequency    : max [2793000] min [1197000] cur [1197000]

[CPU2] failed to get cpufreq parameter
[CPU3] failed to get cpufreq parameter

from "xm dmesg" (attached in the email msg) i noticed these two error lines:

(XEN) cpufreq fail to add CPU2:incorrect _PSD(254:0), expect(254/4)
(XEN) cpufreq fail to add CPU3:incorrect _PSD(254:0), expect(254/4)

does anyone know any solution or tips to address this issue?

thanks,
vinicius

Attachment: dom0-msg.txt
Description: Text document

Attachment: xen-msg.txt
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen 4.0 + power management, Vinicius Petrucci <=