From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2UXF-0000PV-MQ for qemu-devel@nongnu.org; Sun, 12 Jan 2014 18:33:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2UX7-0006Lp-9T for qemu-devel@nongnu.org; Sun, 12 Jan 2014 18:33:41 -0500 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:43467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2UX7-0006Le-4R for qemu-devel@nongnu.org; Sun, 12 Jan 2014 18:33:33 -0500 Received: by mail-qc0-f179.google.com with SMTP id e16so3530967qcx.38 for ; Sun, 12 Jan 2014 15:33:32 -0800 (PST) Sender: Alistair Francis From: Alistair Francis Date: Mon, 13 Jan 2014 09:33:27 +1000 Message-Id: Subject: [Qemu-devel] [PATCH arm-midr v1 0/2] ARM-MIDR 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. 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 | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-)