From: Jerone Young <jyoung5@us.ibm.com>
To: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Cc: kvm-ppc-devel@lists.sourceforge.net, linuxppc-dev@ozlabs.org
Subject: Re: [kvm-ppc-devel] [PATCH] Add idle power save for ppc 4xx
Date: Mon, 31 Mar 2008 18:19:58 +0000 [thread overview]
Message-ID: <1206987598.9165.10.camel@thinkpadL> (raw)
In-Reply-To: <20080331130518.2a6b0264@zod.rchland.ibm.com>
On Mon, 2008-03-31 at 13:05 -0500, Josh Boyer wrote:
> On Mon, 31 Mar 2008 12:07:17 -0500
> Josh Boyer <jwboyer@gmail.com> wrote:
>
> > On Mon, 2008-03-31 at 08:12 -0500, Jerone Young wrote:
> > > # HG changeset patch
> > > # User Jerone Young <jyoung5@us.ibm.com>
> > > # Date 1206969060 18000
> > > # Node ID 10aea37177130bbe5de7bee6ec06d9010bc5da1f
> > > # Parent 1506aa38ddabb0bf73fff3ac3f3db5f9ef6458cc
> > > Add idle power save for ppc 4xx
> > >
> > > This patch sets the wait state MSR when power_save is called in cpu_idle loop for ppc4xx. This is mainly to help out virtualization solutions such as KVM. This way the virtualization soultions are able to tell if the guest kernel is idle.
> > >
> > > I have tested this on hardware & KVM virtual guest.
> >
> > I'm not overly thrilled with adding this to all of 4xx. It doesn't
> > actually save much power at all (1% on a project that actually measured
> > it with an amp meter recently) and there's really no other benefit to
> > doing it outside of the virtual guest case.
> >
> > I'm assuming you pass a dtb to the virtual guest when you start it up.
> > Could you define a property in the CPU node there that can be parsed to
> > use the power_save function instead of always making it the default?
>
> Actually, you probably don't want this as a property in the device
> tree. It doesn't describe hardware. A Kconfig option might be
> warranted though.
I'll go with the Kconfig option.
>
> josh
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
WARNING: multiple messages have this Message-ID (diff)
From: Jerone Young <jyoung5@us.ibm.com>
To: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Cc: kvm-ppc-devel@lists.sourceforge.net, linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] Add idle power save for ppc 4xx
Date: Mon, 31 Mar 2008 13:19:58 -0500 [thread overview]
Message-ID: <1206987598.9165.10.camel@thinkpadL> (raw)
In-Reply-To: <20080331130518.2a6b0264@zod.rchland.ibm.com>
On Mon, 2008-03-31 at 13:05 -0500, Josh Boyer wrote:
> On Mon, 31 Mar 2008 12:07:17 -0500
> Josh Boyer <jwboyer@gmail.com> wrote:
>
> > On Mon, 2008-03-31 at 08:12 -0500, Jerone Young wrote:
> > > # HG changeset patch
> > > # User Jerone Young <jyoung5@us.ibm.com>
> > > # Date 1206969060 18000
> > > # Node ID 10aea37177130bbe5de7bee6ec06d9010bc5da1f
> > > # Parent 1506aa38ddabb0bf73fff3ac3f3db5f9ef6458cc
> > > Add idle power save for ppc 4xx
> > >
> > > This patch sets the wait state MSR when power_save is called in cpu_idle loop for ppc4xx. This is mainly to help out virtualization solutions such as KVM. This way the virtualization soultions are able to tell if the guest kernel is idle.
> > >
> > > I have tested this on hardware & KVM virtual guest.
> >
> > I'm not overly thrilled with adding this to all of 4xx. It doesn't
> > actually save much power at all (1% on a project that actually measured
> > it with an amp meter recently) and there's really no other benefit to
> > doing it outside of the virtual guest case.
> >
> > I'm assuming you pass a dtb to the virtual guest when you start it up.
> > Could you define a property in the CPU node there that can be parsed to
> > use the power_save function instead of always making it the default?
>
> Actually, you probably don't want this as a property in the device
> tree. It doesn't describe hardware. A Kconfig option might be
> warranted though.
I'll go with the Kconfig option.
>
> josh
next prev parent reply other threads:[~2008-03-31 18:19 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-31 13:12 [kvm-ppc-devel] [PATCH] Add idle power save for ppc 4xx Jerone Young
2008-03-31 13:12 ` Jerone Young
2008-03-31 16:27 ` [kvm-ppc-devel] " Hollis Blanchard
2008-03-31 16:27 ` Hollis Blanchard
2008-03-31 16:52 ` Jerone Young
2008-03-31 16:52 ` Jerone Young
2008-03-31 17:48 ` Josh Boyer
2008-03-31 17:48 ` Josh Boyer
2008-04-01 12:14 ` Arnd Bergmann
2008-04-01 12:14 ` Arnd Bergmann
2008-03-31 17:07 ` Josh Boyer
2008-03-31 17:07 ` Josh Boyer
2008-03-31 18:05 ` [kvm-ppc-devel] " Josh Boyer
2008-03-31 18:05 ` Josh Boyer
2008-03-31 18:19 ` Jerone Young [this message]
2008-03-31 18:19 ` Jerone Young
2008-04-01 1:04 ` [kvm-ppc-devel] " Michael Ellerman
2008-04-01 1:04 ` Michael Ellerman
2008-04-01 3:15 ` [kvm-ppc-devel] " Josh Boyer
2008-04-01 3:15 ` Josh Boyer
2008-04-01 3:30 ` [kvm-ppc-devel] " Michael Ellerman
2008-04-01 3:30 ` Michael Ellerman
2008-04-01 12:01 ` [kvm-ppc-devel] " Jimi Xenidis
2008-04-01 12:01 ` Jimi Xenidis
2008-04-01 12:03 ` Josh Boyer
2008-04-01 12:03 ` Josh Boyer
2008-03-31 19:24 ` Hollis Blanchard
2008-03-31 20:28 ` Josh Boyer
2008-03-31 20:34 ` [kvm-ppc-devel] " Hollis Blanchard
2008-03-31 20:34 ` Hollis Blanchard
2008-04-01 4:00 ` [kvm-ppc-devel] " Paul Mackerras
2008-04-01 4:00 ` Paul Mackerras
2008-04-01 11:03 ` [kvm-ppc-devel] " Josh Boyer
2008-04-01 11:03 ` Josh Boyer
2008-03-31 18:23 ` [kvm-ppc-devel] " Jerone Young
2008-03-31 18:23 ` Jerone Young
2008-03-31 19:11 ` [kvm-ppc-devel] " Josh Boyer
2008-03-31 19:11 ` Josh Boyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1206987598.9165.10.camel@thinkpadL \
--to=jyoung5@us.ibm.com \
--cc=jwboyer@linux.vnet.ibm.com \
--cc=kvm-ppc-devel@lists.sourceforge.net \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.