Re: [Qemu-devel] [PATCH 4/6] cpus: initialize timers_state.vm_clock_lock

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

[Qemu-devel] [PATCH 4/6] cpus: initialize timers_state.vm_clock_lock

2018-09-03 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. Signed-off-by: Emilio G. Cota --- cpus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpus.c b/cpus.c index 8ee6e5db93..ebc13bac2d 100644 --- a/cpus.c +++