From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lalancette Subject: Re: [PATCH] [REPOST]: Fake emulate Intel perfctr MSRs Date: Fri, 20 Jun 2008 09:39:48 +0200 Message-ID: <485B5EC4.9080103@redhat.com> References: <485A0772.1050606@redhat.com> <200806191937.31593.sheng.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: "Yang, Sheng" Return-path: Received: from mx1.redhat.com ([66.187.233.31]:60916 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbYFTHkZ (ORCPT ); Fri, 20 Jun 2008 03:40:25 -0400 In-Reply-To: <200806191937.31593.sheng.yang@intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Yang, Sheng wrote: > Hi, Chris > > It seems you can use something like MSR_P6_EVNTSEL0 to avoid brought in new > #include? :) > > (BTW: these four MSRs are P6 architecture specific ones, and two of them > shared by Pentium architecture) > Hello, Oh, thanks for the pointer. I didn't even see those additional #define's! I'll respin the patch like you suggest. Thanks, Chris Lalancette