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] cpufreq status information

To: Jan Beulich <jbeulich@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] cpufreq status information
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Mon, 08 Sep 2008 14:38:41 +0100
Cc:
Delivery-date: Mon, 08 Sep 2008 06:39:12 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <48C540DC.76E4.0078.0@xxxxxxxxxx>
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
Thread-index: AckRuDSLc08lnH2rEd2nVwAX8io7RQ==
Thread-topic: [Xen-devel] cpufreq status information
User-agent: Microsoft-Entourage/11.4.0.080122
On 8/9/08 14:12, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:

> Trying to understand whether CPU frequency scaling is actually working on
> a system currently requires (afaics) source patches, as there is no way to
> get the current state of a CPU. Even if this is intentional, this doesn't seem
> very helpful when considering to make this functionality available to
> customers: I'm certain quite a few will ask how they can tell whether this
> is actually working.

Well, they might notice that their battery lasts longer than an hour. :-)

> So I'm basically considering to add a generic mechanism first, and then
> make cpufreq the first user of it. The question just is - use a completely
> new (guest-ro) per-vCPU page, perhaps with chained descriptors rather
> than a fixed layout, or extend the vCPU info structure, but e.g. require
> the guest to use VCPUOP_register_vcpu_info to gain access to all
> structure fields.

I'm skeptical about throwing in more shared-memory structures between Xen
and guests anyway. It doesn't even seem a good fit here since this info is
not of great interest to most guests in my opinion. I presume most users'
curiosities will be satisfied by being able to poll CPU frequencies/voltages
from dom0 via a hypercall.

 -- Keir



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

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