Re: [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2015-02-09 Thread Nathan Fontenot
On 01/27/2015 06:42 PM, Michael Roth wrote: > Quoting Tyrel Datwyler (2015-01-27 16:05:52) >> On 01/27/2015 01:36 PM, Michael Roth wrote: >>> Quoting David Gibson (2015-01-26 23:24:11) On Sun, Jan 25, 2015 at 11:21:26PM -0600, Michael Roth wrote: > Quoting David Gibson (2015-01-16 00:21:55

Re: [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2015-01-27 Thread Michael Roth
Quoting Tyrel Datwyler (2015-01-27 16:05:52) > On 01/27/2015 01:36 PM, Michael Roth wrote: > > Quoting David Gibson (2015-01-26 23:24:11) > >> On Sun, Jan 25, 2015 at 11:21:26PM -0600, Michael Roth wrote: > >>> Quoting David Gibson (2015-01-16 00:21:55) > On Tue, Dec 23, 2014 at 06:30:17AM -06

Re: [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2015-01-27 Thread Tyrel Datwyler
On 01/27/2015 01:36 PM, Michael Roth wrote: > Quoting David Gibson (2015-01-26 23:24:11) >> On Sun, Jan 25, 2015 at 11:21:26PM -0600, Michael Roth wrote: >>> Quoting David Gibson (2015-01-16 00:21:55) On Tue, Dec 23, 2014 at 06:30:17AM -0600, Michael Roth wrote: > From: Nathan Fontenot >>

Re: [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2015-01-27 Thread Michael Roth
Quoting David Gibson (2015-01-26 23:24:11) > On Sun, Jan 25, 2015 at 11:21:26PM -0600, Michael Roth wrote: > > Quoting David Gibson (2015-01-16 00:21:55) > > > On Tue, Dec 23, 2014 at 06:30:17AM -0600, Michael Roth wrote: > > > > From: Nathan Fontenot > > > > > > > > Signed-off-by: Nathan Fonteno

Re: [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2015-01-26 Thread David Gibson
On Sun, Jan 25, 2015 at 11:21:26PM -0600, Michael Roth wrote: > Quoting David Gibson (2015-01-16 00:21:55) > > On Tue, Dec 23, 2014 at 06:30:17AM -0600, Michael Roth wrote: > > > From: Nathan Fontenot > > > > > > Signed-off-by: Nathan Fontenot > > > Signed-off-by: Michael Roth > > > --- > > >

Re: [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2015-01-26 Thread Michael Roth
Quoting David Gibson (2015-01-16 00:21:55) > On Tue, Dec 23, 2014 at 06:30:17AM -0600, Michael Roth wrote: > > From: Nathan Fontenot > > > > Signed-off-by: Nathan Fontenot > > Signed-off-by: Michael Roth > > --- > > hw/ppc/spapr_rtas.c | 25 + > > 1 file changed, 25 ins

Re: [Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2015-01-15 Thread David Gibson
On Tue, Dec 23, 2014 at 06:30:17AM -0600, Michael Roth wrote: > From: Nathan Fontenot > > Signed-off-by: Nathan Fontenot > Signed-off-by: Michael Roth > --- > hw/ppc/spapr_rtas.c | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/s

[Qemu-devel] [PATCH v4 03/17] spapr_rtas: add get/set-power-level RTAS interfaces

2014-12-23 Thread Michael Roth
From: Nathan Fontenot Signed-off-by: Nathan Fontenot Signed-off-by: Michael Roth --- hw/ppc/spapr_rtas.c | 25 + 1 file changed, 25 insertions(+) diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c index 2ec2a8e..a2fb533 100644 --- a/hw/ppc/spapr_rtas.c +++ b/hw/ppc