From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751457AbdAPTnx (ORCPT ); Mon, 16 Jan 2017 14:43:53 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:41981 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbdAPTnv (ORCPT ); Mon, 16 Jan 2017 14:43:51 -0500 Date: Mon, 16 Jan 2017 20:43:38 +0100 (CET) From: Thomas Gleixner To: Paolo Bonzini cc: Piotr Luc , x86@kernel.org, Ingo Molnar , "H . Peter Anvin" , =?ISO-8859-2?Q?Radim_Kr=E8m=E1=F8?= , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/2] vpopcntdq support In-Reply-To: Message-ID: References: <20170110173403.6010-1-piotr.luc@intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Paolo, On Tue, 10 Jan 2017, Paolo Bonzini wrote: > On 10/01/2017 18:34, Piotr Luc wrote: > > Hi, > > > > This patchset adds the support for new CPUID feature bit that announces the > > vector population count instructions for dwords and qwords. > > > > The path 1/2 adds new feature flags and handles clearing the feature bit in > > case xsave is not enabled. > > > > The patch 2/2 enables passing the feature bit to a kvm/quemu guest. > > > > The patchset is based on v4.10-rc3. > > Thanks. I can use a topic branch for patch 1 to apply patch 2. git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/cpufeature contains that patch now (nothing else for now): 06b35d93af0a: x86/cpufeature: Add AVX512_VPOPCNTDQ feature So you can pull that into your tree as a base for the other one. Thanks, tglx