Re: [PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF

2021-10-15 Thread BALATON Zoltan
On Fri, 15 Oct 2021, BALATON Zoltan wrote: On Fri, 15 Oct 2021, David Gibson wrote: On Thu, Oct 14, 2021 at 09:50:19PM +0200, BALATON Zoltan wrote: This is needed for Linux to access RTC time. Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c | 25 + 1 file changed,

Re: [PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF

2021-10-15 Thread BALATON Zoltan
On Fri, 15 Oct 2021, David Gibson wrote: On Thu, Oct 14, 2021 at 09:50:19PM +0200, BALATON Zoltan wrote: This is needed for Linux to access RTC time. Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c | 25 + 1 file changed, 25 insertions(+) diff --git a/hw/ppc/pegas

Re: [PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF

2021-10-15 Thread David Gibson
On Thu, Oct 14, 2021 at 09:50:19PM +0200, BALATON Zoltan wrote: > This is needed for Linux to access RTC time. > > Signed-off-by: BALATON Zoltan > --- > hw/ppc/pegasos2.c | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c >

[PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF

2021-10-14 Thread BALATON Zoltan
This is needed for Linux to access RTC time. Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c | 25 + 1 file changed, 25 insertions(+) diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c index a1dd1f6752..a9e3625f56 100644 --- a/hw/ppc/pegasos2.c +++ b/hw/ppc/pegasos2.