From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966426AbdAKNCj (ORCPT ); Wed, 11 Jan 2017 08:02:39 -0500 Received: from mga04.intel.com ([192.55.52.120]:20559 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966331AbdAKNCh (ORCPT ); Wed, 11 Jan 2017 08:02:37 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,345,1477983600"; d="scan'208";a="1111054835" From: "Luc, Piotr" To: "pbonzini@redhat.com" , "x86@kernel.org" CC: "tglx@linutronix.de" , "hpa@zytor.com" , "rkrcmar@redhat.com" , "kvm@vger.kernel.org" , "mingo@redhat.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v1 0/2] vpopcntdq support Thread-Topic: [PATCH v1 0/2] vpopcntdq support Thread-Index: AQHSa2fi5Cu8oKIO20uLqsjTxjh05aEx+hQAgAFE6QA= Date: Wed, 11 Jan 2017 13:02:33 +0000 Message-ID: <1484139722.19920.1.camel@intel.com> References: <20170110173403.6010-1-piotr.luc@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.237.138.164] Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id v0BD2ju6029627 On Tue, 2017-01-10 at 18:39 +0100, Paolo Bonzini wrote: > > 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. OK, let's wait for path 1 to be picked up. Regards, Piotr > > Regards, > > Paolo