From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5WQe-0002z6-B3 for qemu-devel@nongnu.org; Wed, 25 May 2016 06:52:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5WQa-0000wz-2K for qemu-devel@nongnu.org; Wed, 25 May 2016 06:52:43 -0400 From: "Edgar E. Iglesias" Date: Wed, 25 May 2016 12:52:31 +0200 Message-Id: <1464173555-12800-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v2 0/4] xlnx-zynqmp: Fix various issues with KVM runs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alistair.francis@xilinx.com, crosthwaite.peter@gmail.com, peter.maydell@linaro.org, edgar.iglesias@xilinx.com, qemu-arm@nongnu.org From: "Edgar E. Iglesias" This series fixes a bunch of issues with KVM runs using the ZynqMP machine. When using KVM, we don't have support for TrustZone, the RPU subsystem with Cortex R5s and we also need to use the in-kernel GIC model. This adds a set of properties to the ZynqMP allowing the creation of the KVM friendly machine. I've opted to default the ZynqMP to the KVM friendly machine for consistensy between KVM and TCG and also because some of the options are currently of limited use (i.e the RPU) or were actually disabled to start with (e.g TrustZone sneaked in as we enabled EL3 on the A53s). I'm OK either way though, so if people think differently we can change the defaults. Comments welcome! Cheers, Edgar ChangeLog: v1 -> v2: * Create the RPU in ZynqMP realize() * Bailout on errors when creating the RPU * Mention default setup changes in commit messages * Fix spelling in commit msg Edgar E. Iglesias (4): xlnx-zynqmp: Add a secure prop to en/disable ARM Security Extensions xlnx-zynqmp: Make the RPU subsystem optional xlnx-zynqmp: Delay realization of GIC until post CPU realization xlnx-zynqmp: Use the in kernel GIC model for KVM runs hw/arm/xlnx-zynqmp.c | 121 ++++++++++++++++++++++++++----------------- include/hw/arm/xlnx-zynqmp.h | 5 ++ 2 files changed, 78 insertions(+), 48 deletions(-) -- 2.5.0