From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erov1-0006MI-4p for qemu-devel@nongnu.org; Fri, 02 Mar 2018 12:56:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eroux-00035X-Vj for qemu-devel@nongnu.org; Fri, 02 Mar 2018 12:56:31 -0500 Received: from mail-sn1nam02on0042.outbound.protection.outlook.com ([104.47.36.42]:41904 helo=NAM02-SN1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eroux-00034W-Jb for qemu-devel@nongnu.org; Fri, 02 Mar 2018 12:56:27 -0500 From: Alistair Francis Date: Fri, 2 Mar 2018 09:51:34 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/2] Add a property to set the ARM CPU core count List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: alistair.francis@xilinx.com, alistair23@gmail.com Add an ARM CPU property which allows us to set the ARM CPU core count. V2: - Fix commit message and title. - Move the core_count default setting logic to the arm_cpu_realize() function. Alistair Francis (2): target/arm: Add a core count property hw/arm: Set the core count for Xilinx's ZynqMP target/arm/cpu.h | 5 +++++ hw/arm/xlnx-zynqmp.c | 2 ++ target/arm/cpu.c | 6 ++++++ target/arm/cpu64.c | 6 ++++-- 4 files changed, 17 insertions(+), 2 deletions(-) -- 2.14.1