Re: [Qemu-devel] [RFC v2 07/11] linux-user: Rework exclusive operation mechanism

2016-07-14 Thread Alex Bennée
Sergey Fedorov writes: > From: Sergey Fedorov > > A single variable 'pending_cpus' was used for both counting currently > running CPUs and for signalling the pending exclusive operation request. > > To prepare for supporting operations which requires a quiescent state, > like translation buffer

[Qemu-devel] [RFC v2 07/11] linux-user: Rework exclusive operation mechanism

2016-07-06 Thread Sergey Fedorov
From: Sergey Fedorov A single variable 'pending_cpus' was used for both counting currently running CPUs and for signalling the pending exclusive operation request. To prepare for supporting operations which requires a quiescent state, like translation buffer flush, it is useful to keep a counter