Re: [Qemu-devel] [PATCH 2/3] spapr: do not use CPU_FOREACH_REVERSE

2018-08-13 Thread David Gibson
On Mon, Aug 13, 2018 at 12:38:58PM -0400, Emilio G. Cota wrote: > This paves the way for implementing the CPU list with an RCU QLIST, > which cannot be traversed in reverse order. > > Note that this is the only caller of CPU_FOREACH_REVERSE. > > Signed-off-by: Emilio G. Cota Acked-by: David Gib

[Qemu-devel] [PATCH 2/3] spapr: do not use CPU_FOREACH_REVERSE

2018-08-13 Thread Emilio G. Cota
This paves the way for implementing the CPU list with an RCU QLIST, which cannot be traversed in reverse order. Note that this is the only caller of CPU_FOREACH_REVERSE. Signed-off-by: Emilio G. Cota --- hw/ppc/spapr.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff