Re: [PATCH 02/19] cpu: convert queued work to a QSIMPLEQ

2020-05-26 Thread Robert Foley
On Sun, 24 May 2020 at 06:21, Philippe Mathieu-Daudé wrote: > > On 5/22/20 6:07 PM, Robert Foley wrote: > > From: "Emilio G. Cota" > > > > Instead of open-coding it. > > Please use a full sentence (repeating the patch subject): > > "Convert queued work to a QSIMPLEQ instead of open-coding it." >

Re: [PATCH 02/19] cpu: convert queued work to a QSIMPLEQ

2020-05-24 Thread Philippe Mathieu-Daudé
On 5/22/20 6:07 PM, Robert Foley wrote: > From: "Emilio G. Cota" > > Instead of open-coding it. Please use a full sentence (repeating the patch subject): "Convert queued work to a QSIMPLEQ instead of open-coding it." (Not all email clients display the subject preceding the content).

[PATCH 02/19] cpu: convert queued work to a QSIMPLEQ

2020-05-22 Thread Robert Foley
From: "Emilio G. Cota" Instead of open-coding it. While at it, make sure that all accesses to the list are performed while holding the list's lock. Reviewed-by: Richard Henderson Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota Signed-off-by: Robert Foley --- cpus-common.c |