Re: [Qemu-devel] [PATCH v6 6/7] cpu: Add a last_cpu macro

2016-02-22 Thread Andreas Färber
Am 22.02.2016 um 18:06 schrieb Matthew Rosato: > Add last_cpu to grab last CPU in the queue. Rename one existing > use of last_cpu as a variable name. > > Signed-off-by: Matthew Rosato > --- > hw/intc/openpic.c | 12 ++-- > include/qom/cpu.h | 1 + > 2

[Qemu-devel] [PATCH v6 6/7] cpu: Add a last_cpu macro

2016-02-22 Thread Matthew Rosato
Add last_cpu to grab last CPU in the queue. Rename one existing use of last_cpu as a variable name. Signed-off-by: Matthew Rosato --- hw/intc/openpic.c | 12 ++-- include/qom/cpu.h | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git