From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKkdq-0006pU-5f for qemu-devel@nongnu.org; Wed, 06 Jul 2016 07:05:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKkdk-0005kD-3j for qemu-devel@nongnu.org; Wed, 06 Jul 2016 07:05:17 -0400 Received: from mail-pa0-x242.google.com ([2607:f8b0:400e:c03::242]:32853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKkdj-0005jq-Sg for qemu-devel@nongnu.org; Wed, 06 Jul 2016 07:05:12 -0400 Received: by mail-pa0-x242.google.com with SMTP id ts6so20852292pac.0 for ; Wed, 06 Jul 2016 04:05:11 -0700 (PDT) Message-ID: <1467803125.9143.3.camel@gmail.com> From: Balbir Singh Date: Wed, 06 Jul 2016 21:05:25 +1000 In-Reply-To: <741e7a7860e055603a311bcc6051bd88fdad1215.1467785081.git.sam.bobroff@au1.ibm.com> References: <741e7a7860e055603a311bcc6051bd88fdad1215.1467785081.git.sam.bobroff@au1.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 1/1] KVM: PPC: Introduce KVM_CAP_PPC_HTM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sam Bobroff , linuxppc-dev@lists.ozlabs.org Cc: kvm@vger.kernel.org, aik@ozlabs.ru, agraf@suse.de, kvm-ppc@vger.kernel.org, qemu-devel@nongnu.org, paulus@samba.org, david@gibson.dropbear.id.au On Wed, 2016-07-06 at 16:05 +1000, Sam Bobroff wrote: > Introduce a new KVM capability, KVM_CAP_PPC_HTM, that can be queried to > determine if a PowerPC KVM guest should use HTM (Hardware Transactional > Memory). >  > This will be used by QEMU to populate the pa-features bits in the > guest's device tree. >  > Signed-off-by: Sam Bobroff > --- Makes sense Acked-by: Balbir Singh >