From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v2 0/2] add support for vNVDIMM - Part 1: enable instructions Date: Mon, 4 Jan 2016 11:10:14 +0000 Message-ID: <20160104111014.GC9423@citrix.com> References: <1451476139-22148-1-git-send-email-haozhong.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1451476139-22148-1-git-send-email-haozhong.zhang@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Haozhong Zhang Cc: Kevin Tian , Wei Liu , Ian Campbell , Stefano Stabellini , Jun Nakajima , Andrew Cooper , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich , Keir Fraser List-Id: xen-devel@lists.xenproject.org On Wed, Dec 30, 2015 at 07:48:57PM +0800, Haozhong Zhang wrote: > I split the previous patch series "[PATCH 0/4] add support for vNVDIMM" > into two parts. This is the first part that enables clflushopt/clwb/pcommit > instructions for HVM guests. > > [The second part will be sent separately after v1 patches get reviewed.] > > Changes in v2: > * Refactor modifications in hvm_cpuid() per Andrew Cooper's comments. > > Haozhong Zhang (2): > x86/hvm: allow guest to use clflushopt and clwb > x86/hvm: add support for pcommit instruction > > tools/libxc/xc_cpufeature.h | 4 +++- > tools/libxc/xc_cpuid_x86.c | 5 ++++- Tools bits: Acked-by: Wei Liu