Re: [Qemu-devel] [PATCH 3/5] openrisc/cputimer: Perparation for Multicore

2017-10-12 Thread Richard Henderson
On 08/22/2017 10:57 PM, Stafford Horne wrote: > In order to support multicore system we move some of the previously > static state variables into the state of each core. > > On the other hand in order to allow timers to be synced between each > code the ttcr (tick timer count register) is moved ou

[Qemu-devel] [PATCH 3/5] openrisc/cputimer: Perparation for Multicore

2017-08-22 Thread Stafford Horne
In order to support multicore system we move some of the previously static state variables into the state of each core. On the other hand in order to allow timers to be synced between each code the ttcr (tick timer count register) is moved out of the core. This is not as per real hardware spec whi