From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W52R6-0000Le-85 for qemu-devel@nongnu.org; Sun, 19 Jan 2014 19:10:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W52Qx-0003pe-RG for qemu-devel@nongnu.org; Sun, 19 Jan 2014 19:09:52 -0500 Received: from mail-qe0-x235.google.com ([2607:f8b0:400d:c02::235]:39373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W52Qx-0003pY-Na for qemu-devel@nongnu.org; Sun, 19 Jan 2014 19:09:43 -0500 Received: by mail-qe0-f53.google.com with SMTP id s1so1161633qeb.26 for ; Sun, 19 Jan 2014 16:09:42 -0800 (PST) Sender: Alistair Francis From: Alistair Francis Date: Mon, 20 Jan 2014 10:09:38 +1000 Message-Id: Subject: [Qemu-devel] [PATCH arm-midr v3 0/2] Make ARM-MIDR a property and use in Zynq List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, afaerber@suse.de This series converts cpu->midr (the MIDR register) to a property. This allows it to be set after init which is useful for specific boards (such as Zynq). The change has been done in such a way that it doesn't break compatibility with boards that don't need a custom MIDR. V3: Removed the initialisation of the MIDR property from arm_cpu_post_init as it is no longer needed V2: Use dc->props to avoid using qdev_* Alistair Francis (2): ARM: Convert MIDR to a property ZYNQ: Implement board MIDR control for Zynq hw/arm/xilinx_zynq.c | 7 +++++++ target-arm/cpu.c | 1 + 2 files changed, 8 insertions(+), 0 deletions(-)