From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754119Ab2GDOx4 (ORCPT ); Wed, 4 Jul 2012 10:53:56 -0400 Received: from mail-gh0-f174.google.com ([209.85.160.174]:52642 "EHLO mail-gh0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661Ab2GDOxv (ORCPT ); Wed, 4 Jul 2012 10:53:51 -0400 Date: Wed, 4 Jul 2012 07:53:45 -0700 From: Greg KH To: Yanfei Zhang Cc: Avi Kivity , mtosatti@redhat.com, ebiederm@xmission.com, luto@mit.edu, Joerg Roedel , dzickus@redhat.com, paul.gortmaker@windriver.com, ludwig.nussel@suse.de, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, kexec@lists.infradead.org Subject: Re: [PATCH v4 3/3] Documentation: Add ABI entry for vmcs sysfs interface Message-ID: <20120704145345.GG23020@kroah.com> References: <4FF413D2.4030006@cn.fujitsu.com> <4FF415A4.8040405@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FF415A4.8040405@cn.fujitsu.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 04, 2012 at 06:06:28PM +0800, Yanfei Zhang wrote: > Signed-off-by: zhangyanfei > --- > Documentation/ABI/testing/sysfs-devices-system-cpu | 21 ++++++++++++++++++++ > 1 files changed, 21 insertions(+), 0 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu > index 5dab364..6efbd6c 100644 > --- a/Documentation/ABI/testing/sysfs-devices-system-cpu > +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu > @@ -9,6 +9,27 @@ Description: > > /sys/devices/system/cpu/cpu#/ > > +What: /sys/devices/system/cpu/vmcs_id Wait, aren't these a per-cpu value? You have them as a "global" value for all cpus, is that really the case? Shouldn't they be under /sys/devices/system/cpu/cpu#/ instead? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SmR4o-0006Rn-Kq for kexec@lists.infradead.org; Wed, 04 Jul 2012 15:01:27 +0000 Received: by pbbrq13 with SMTP id rq13so12442417pbb.36 for ; Wed, 04 Jul 2012 08:00:28 -0700 (PDT) Date: Wed, 4 Jul 2012 07:53:45 -0700 From: Greg KH Subject: Re: [PATCH v4 3/3] Documentation: Add ABI entry for vmcs sysfs interface Message-ID: <20120704145345.GG23020@kroah.com> References: <4FF413D2.4030006@cn.fujitsu.com> <4FF415A4.8040405@cn.fujitsu.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4FF415A4.8040405@cn.fujitsu.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Yanfei Zhang Cc: dzickus@redhat.com, luto@mit.edu, kvm@vger.kernel.org, Joerg Roedel , mtosatti@redhat.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, paul.gortmaker@windriver.com, ludwig.nussel@suse.de, Avi Kivity , ebiederm@xmission.com On Wed, Jul 04, 2012 at 06:06:28PM +0800, Yanfei Zhang wrote: > Signed-off-by: zhangyanfei > --- > Documentation/ABI/testing/sysfs-devices-system-cpu | 21 ++++++++++++++++++++ > 1 files changed, 21 insertions(+), 0 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu > index 5dab364..6efbd6c 100644 > --- a/Documentation/ABI/testing/sysfs-devices-system-cpu > +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu > @@ -9,6 +9,27 @@ Description: > > /sys/devices/system/cpu/cpu#/ > > +What: /sys/devices/system/cpu/vmcs_id Wait, aren't these a per-cpu value? You have them as a "global" value for all cpus, is that really the case? Shouldn't they be under /sys/devices/system/cpu/cpu#/ instead? thanks, greg k-h _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec