Re: [RFC 09/11] powerpc: kvm: handle time base on secondary hwthread

2014-11-17 Thread Liu ping fan
On Mon, Oct 27, 2014 at 2:40 PM, Preeti U Murthy wrote: > On 10/17/2014 12:59 AM, kernelf...@gmail.com wrote: >> (This is a place holder patch.) >> We need to store the time base for host on secondary hwthread. >> Later when switching back, we need to reprogram it with elapse >> time. >> >> Signed

Re: [RFC 09/11] powerpc: kvm: handle time base on secondary hwthread

2014-10-26 Thread Preeti U Murthy
On 10/17/2014 12:59 AM, kernelf...@gmail.com wrote: > (This is a place holder patch.) > We need to store the time base for host on secondary hwthread. > Later when switching back, we need to reprogram it with elapse > time. > > Signed-off-by: Liu Ping Fan > --- > arch/powerpc/kvm/book3s_hv_rmhan

[RFC 09/11] powerpc: kvm: handle time base on secondary hwthread

2014-10-16 Thread kernelfans
(This is a place holder patch.) We need to store the time base for host on secondary hwthread. Later when switching back, we need to reprogram it with elapse time. Signed-off-by: Liu Ping Fan --- arch/powerpc/kvm/book3s_hv_rmhandlers.S | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ar