Re: [Qemu-devel] [PATCH] pseries: Implement set-time-of-day RTAS function

2011-09-29 Thread Alexander Graf
On 29.09.2011, at 04:53, David Gibson wrote: > From: Breno Leitao > > Currently there is no implementation for set-time-of-day rtas function, > which causes the following warning "setting the clock failed (-1)" on > the guest. > > This patch just creates this function, get the timedate diff an

[Qemu-devel] [PATCH] pseries: Implement set-time-of-day RTAS function

2011-09-28 Thread David Gibson
From: Breno Leitao Currently there is no implementation for set-time-of-day rtas function, which causes the following warning "setting the clock failed (-1)" on the guest. This patch just creates this function, get the timedate diff and store in the papr environment, so that the correct value wi