Re: [Qemu-devel] [PATCH v8 00/16] cpu-exec: Safe work in quiescent state

2016-09-25 Thread Alex Bennée
Paolo Bonzini writes: > Changes from v7 Looks good to my testing: Tested-by: Alex Bennée > > patch 1: one more instance to change > > patch 4: rename cpu_list_mutex to cpu_list_lock [Emilio] > avoid problems from spurious wakeups [me] > > patch 6: rename qemu_cpu_list_mutex to qemu_

[Qemu-devel] [PATCH v8 00/16] cpu-exec: Safe work in quiescent state

2016-09-23 Thread Paolo Bonzini
Changes from v7 patch 1: one more instance to change patch 4: rename cpu_list_mutex to cpu_list_lock [Emilio] avoid problems from spurious wakeups [me] patch 6: rename qemu_cpu_list_mutex to qemu_cpu_list_lock (ripples to other patches afterwards) [Emilio] patch 13: adjust com