Re: [Qemu-devel] [PATCH v2 07/12] cpus: initialize timers_state.vm_clock_lock

2018-09-11 Thread Richard Henderson
On 09/10/2018 04:27 PM, Emilio G. Cota wrote: > We forgot to initialize the spinlock introduced in 94377115b2 > ("cpus: protect TimerState writes with a spinlock", 2018-08-23). > Fix it. > > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota > --- > cpus.c | 1 + > 1 file changed, 1 inser

[Qemu-devel] [PATCH v2 07/12] cpus: initialize timers_state.vm_clock_lock

2018-09-10 Thread Emilio G. Cota
We forgot to initialize the spinlock introduced in 94377115b2 ("cpus: protect TimerState writes with a spinlock", 2018-08-23). Fix it. Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota --- cpus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpus.c b/cpus.c index 8ee6e5db93..ebc13bac