From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 76FC31A007D for ; Fri, 23 May 2014 18:15:31 +1000 (EST) From: Michael Neuling To: Benjamin Herrenschmidt , Alexander Graf Subject: [PATCH v2 0/6] Implement split core for POWER8 Date: Fri, 23 May 2014 18:15:24 +1000 Message-Id: <1400832930-17050-1-git-send-email-mikey@neuling.org> Cc: linuxppc-dev@lists.ozlabs.org, Paul Mackerras , kvm-ppc@vger.kernel.org, kvm@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch series implements split core mode on POWER8. This enables up to 4 subcores per core which can each independently run guests (per guest SPRs like SDR1, LPIDR etc are replicated per subcore). Lots more documentation on this feature in the code and commit messages. Most of this code is in the powernv platform but there's a couple of KVM specific patches too. Patch series authored by mpe and me with a few bug fixes from others. v2: There are some minor updates based on comments and I've added the Acks by Paulus and Alex for the KVM code.