From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIy5T-0006oY-T8 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 09:02:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIy5R-000514-PT for qemu-devel@nongnu.org; Fri, 01 Jul 2016 09:02:26 -0400 From: Andrew Jones Date: Fri, 1 Jul 2016 15:02:07 +0200 Message-Id: <1467378129-23302-1-git-send-email-drjones@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] hw/arm/virt: tcg: adjust MPIDR almost-like KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-arm@nongnu.org Cc: peter.maydell@linaro.org In some ways this v2 is more of an RFC then the initial posting, which had a different subject, and is here [*]. In this version we point out the real [current] goal, which is to get the guest MPIDR consistent with KVM. However, what's debatable is we purposefully neglect 32-bit consistency, as KVM likely needs to be changed, but will likely not be changed until it gains gicv3 support. Also, potentially debatable, is how keeping the 2.6 machine type compatible is approached. I think it's right, and likely the pattern we should use going forward for similar changes, but, hey, a patch is always a good conversation starter... Way better than most centerpieces anyway :-) [*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg380246.html Andrew Jones (2): gic: provide defines for v2/v3 targetlist sizes hw/arm/virt: tcg: adjust MPIDR like KVM hw/arm/virt.c | 26 +++++++++++++++++++++++++- include/hw/intc/arm_gic.h | 3 +++ include/hw/intc/arm_gicv3_common.h | 3 +++ 3 files changed, 31 insertions(+), 1 deletion(-) -- 2.7.4