From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKfVE-0002s4-12 for qemu-devel@nongnu.org; Wed, 06 Jul 2016 01:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKfVA-0004Wa-OB for qemu-devel@nongnu.org; Wed, 06 Jul 2016 01:36:03 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:48339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKfVA-0004WV-EX for qemu-devel@nongnu.org; Wed, 06 Jul 2016 01:36:00 -0400 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u665XYC2026738 for ; Wed, 6 Jul 2016 01:35:59 -0400 Received: from e23smtp06.au.ibm.com (e23smtp06.au.ibm.com [202.81.31.148]) by mx0a-001b2d01.pphosted.com with ESMTP id 240nf1snaj-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 06 Jul 2016 01:35:59 -0400 Received: from localhost by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 Jul 2016 15:35:57 +1000 From: Sam Bobroff Date: Wed, 6 Jul 2016 15:35:20 +1000 In-Reply-To: References: Message-Id: Subject: [Qemu-devel] [PATCH v2 0/3] Rework spapr: Better handling of ibm, pa-features TM bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: david@gibson.dropbear.id.au Cc: anton@au1.ibm.com, mikey@neuling.org, aik@ozlabs.ru, mpe@ellerman.id.au, agraf@suse.de, qemu-devel@nongnu.org, paulus@samba.org, qemu-ppc@nongnu.org, linuxppc-dev@lists.ozlabs.org Here's version 2. Changes v1 -> v2: Patch 2/3: spapr: Set ibm, pa-features HTM from KVM_CAP_PPC_HTM * Improve readability of HTM bit set code. * Move the test for KVM into kvmppc_get_htm_support(). Sam Bobroff (3): spapr: Disable ibm, pa-features HTM bit Add KVM_CAP_PPC_HTM to linux/kvm.h spapr: Set ibm, pa-features HTM from KVM_CAP_PPC_HTM hw/ppc/spapr.c | 5 ++++- linux-headers/linux/kvm.h | 1 + target-ppc/kvm.c | 29 +++++++++++++++++++++++++++++ target-ppc/kvm_ppc.h | 6 ++++++ 4 files changed, 40 insertions(+), 1 deletion(-) -- 2.1.0