Re: [Qemu-devel] [PATCH v4 05/17] spapr_rtas: add get-sensor-state RTAS interface

2015-01-15 Thread David Gibson
On Tue, Dec 23, 2014 at 06:30:19AM -0600, Michael Roth wrote: > From: Mike Day Even simple patches should have commit messages. > Signed-off-by: Mike Day > Signed-off-by: Michael Roth > --- > hw/ppc/spapr_rtas.c | 35 +++ > 1 file changed, 35 insertions(+) > >

[Qemu-devel] [PATCH v4 05/17] spapr_rtas: add get-sensor-state RTAS interface

2014-12-23 Thread Michael Roth
From: Mike Day Signed-off-by: Mike Day Signed-off-by: Michael Roth --- hw/ppc/spapr_rtas.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c index 6aa325f..13e6e55 100644 --- a/hw/ppc/spapr_rtas.c +++ b/hw/ppc/spa