Re: [Qemu-devel] [PATCH 1/6] hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate

2019-07-29 Thread Peter Maydell
On Mon, 1 Jul 2019 at 13:31, Philippe Mathieu-Daudé wrote: > > Commit ba1ba5cca introduce the ARM_CPU_TYPE_NAME() macro. > Unify the code base by use it in all places. > > Signed-off-by: Philippe Mathieu-Daudé > --- > diff --git a/hw/arm/fsl-imx6ul.c b/hw/arm/fsl-imx6ul.c > index

Re: [Qemu-devel] [PATCH 1/6] hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate

2019-07-01 Thread Alistair Francis
On Mon, Jul 1, 2019 at 5:37 AM Philippe Mathieu-Daudé wrote: > > Commit ba1ba5cca introduce the ARM_CPU_TYPE_NAME() macro. > Unify the code base by use it in all places. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/arm/allwinner-a10.c | 3 ++- >

[Qemu-devel] [PATCH 1/6] hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate

2019-07-01 Thread Philippe Mathieu-Daudé
Commit ba1ba5cca introduce the ARM_CPU_TYPE_NAME() macro. Unify the code base by use it in all places. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/allwinner-a10.c | 3 ++- hw/arm/cubieboard.c| 3 ++- hw/arm/digic.c | 3 ++- hw/arm/fsl-imx6.c | 3 ++- hw/arm/fsl-imx6ul.c