Re: [Qemu-devel] [PATCH 01/10] cpus: protect work list with work_mutex

2015-08-28 Thread Peter Maydell
On 12 August 2015 at 17:40, Paolo Bonzini wrote: > From: KONRAD Frederic > > Protect the list of queued work items with something other than > the BQL, as a preparation for running the work items outside it. > > Signed-off-by: KONRAD Frederic > Signed-off-by: Paolo Bonzini Reviewed-by: Peter M

[Qemu-devel] [PATCH 01/10] cpus: protect work list with work_mutex

2015-08-12 Thread Paolo Bonzini
From: KONRAD Frederic Protect the list of queued work items with something other than the BQL, as a preparation for running the work items outside it. Signed-off-by: KONRAD Frederic Signed-off-by: Paolo Bonzini --- cpus.c| 22 ++ include/qom/cpu.h | 6 +-