From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v18 08/10] x86: add CMT related MSRs in allowed list Date: Mon, 6 Oct 2014 15:06:21 +0100 Message-ID: <5432A1DD.3080308@citrix.com> References: <1412074152-2955-1-git-send-email-chao.p.peng@linux.intel.com> <1412074152-2955-9-git-send-email-chao.p.peng@linux.intel.com> <542ACBAB020000780003B181@mail.emea.novell.com> <20141006140122.GB25440@pengc-linux> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141006140122.GB25440@pengc-linux> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Chao Peng , Jan Beulich Cc: keir@xen.org, Ian.Campbell@citrix.com, stefano.stabellini@eu.citrix.com, George.Dunlap@eu.citrix.com, Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On 06/10/14 15:01, Chao Peng wrote: > On Tue, Sep 30, 2014 at 02:26:35PM +0100, Jan Beulich wrote: >>>>> On 30.09.14 at 12:49, wrote: >>> --- a/xen/include/asm-x86/msr-index.h >>> +++ b/xen/include/asm-x86/msr-index.h >>> @@ -324,6 +324,8 @@ >>> #define MSR_IA32_ENERGY_PERF_BIAS 0x000001b0 >>> > We discussed this internally and finally we decide to continue to use > the names in current SDM. Which is slightly different with what we used > here and also different with what you suggested here. > > It looks still a little confusing but these MSRs maybe used in features > than just CMT so narrowing down to CMT is not OK. > > I will fix this in a new version and let you know. > Thanks, > Chao Be aware that most of your series has been committed to staging. It will be fine to start a brand new series against staging containing any outstanding patches, and new changes ~Andrew