Re: [Qemu-devel] [RFC v3 02/56] cpu: rename cpu->work_mutex to cpu->lock

2018-10-18 Thread Richard Henderson
On 10/18/18 6:05 PM, Emilio G. Cota wrote: > This lock will soon protect more fields of the struct. Give > it a more appropriate name. > > Cc: Peter Crosthwaite > Cc: Richard Henderson > Signed-off-by: Emilio G. Cota > --- > include/qom/cpu.h | 5 +++-- > cpus-common.c | 14 +++---

[Qemu-devel] [RFC v3 02/56] cpu: rename cpu->work_mutex to cpu->lock

2018-10-18 Thread Emilio G. Cota
This lock will soon protect more fields of the struct. Give it a more appropriate name. Cc: Peter Crosthwaite Cc: Richard Henderson Signed-off-by: Emilio G. Cota --- include/qom/cpu.h | 5 +++-- cpus-common.c | 14 +++--- cpus.c| 4 ++-- qom/cpu.c | 2 +- 4 f