Re: [Qemu-devel] [PATCH arm-midr v3 2/2] ZYNQ: Implement board MIDR control for Zynq

2014-01-23 Thread Peter Crosthwaite
You should add an "arm:" arch prefix to the patch subject. We also tend not to use all caps for "Zynq" in-tree. On Mon, Jan 20, 2014 at 10:09 AM, Alistair Francis wrote: > This patch uses the fact that the midr variable is now a property > This patch sets the midr variable to the boards custom mi

[Qemu-devel] [PATCH arm-midr v3 2/2] ZYNQ: Implement board MIDR control for Zynq

2014-01-19 Thread Alistair Francis
This patch uses the fact that the midr variable is now a property This patch sets the midr variable to the boards custom midr Signed-off-by: Alistair Francis --- hw/arm/xilinx_zynq.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/hw/arm/xilinx_zynq.c b/hw/arm/xil