From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2rEr-0007iN-2w for qemu-devel@nongnu.org; Mon, 13 Jan 2014 18:48:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2rEi-0004Sj-La for qemu-devel@nongnu.org; Mon, 13 Jan 2014 18:48:13 -0500 Received: from mail-qc0-x236.google.com ([2607:f8b0:400d:c01::236]:42775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2rEi-0004Sc-HJ for qemu-devel@nongnu.org; Mon, 13 Jan 2014 18:48:04 -0500 Received: by mail-qc0-f182.google.com with SMTP id c9so5514944qcz.41 for ; Mon, 13 Jan 2014 15:48:03 -0800 (PST) Sender: Alistair Francis From: Alistair Francis Date: Tue, 14 Jan 2014 09:47:58 +1000 Message-Id: Subject: [Qemu-devel] [PATCH arm-midr v2 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. 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 | 13 +++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-)