Re: [Qemu-devel] [PATCH v5 3/7] cpus: Add a macro to walk CPUs in reverse

2015-06-17 Thread David Gibson
On Tue, Jun 16, 2015 at 11:00:14AM +0530, Bharata B Rao wrote: > Add CPU_FOREACH_REVERSE that walks CPUs in reverse. > > Needed for PowerPC CPU device tree reorganization. > > Signed-off-by: Bharata B Rao > Reviewed-by: Andreas Färber Andreas, I've put this into spapr-next tentatively. Are y

[Qemu-devel] [PATCH v5 3/7] cpus: Add a macro to walk CPUs in reverse

2015-06-15 Thread Bharata B Rao
Add CPU_FOREACH_REVERSE that walks CPUs in reverse. Needed for PowerPC CPU device tree reorganization. Signed-off-by: Bharata B Rao Reviewed-by: Andreas Färber --- include/qom/cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 39f0f19..42f42