From patchwork Wed Jul 4 10:06:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yanfei Zhang X-Patchwork-Id: 1155591 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 73A70DFFF7 for ; Wed, 4 Jul 2012 10:22:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757008Ab2GDKWN (ORCPT ); Wed, 4 Jul 2012 06:22:13 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:5423 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756448Ab2GDKWL (ORCPT ); Wed, 4 Jul 2012 06:22:11 -0400 X-IronPort-AV: E=Sophos;i="4.77,522,1336320000"; d="scan'208";a="5328243" Received: from unknown (HELO tang.cn.fujitsu.com) ([10.167.250.3]) by song.cn.fujitsu.com with ESMTP; 04 Jul 2012 18:21:20 +0800 Received: from fnstmail02.fnst.cn.fujitsu.com (tang.cn.fujitsu.com [127.0.0.1]) by tang.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id q64ALt7s021852; Wed, 4 Jul 2012 18:22:06 +0800 Received: from localhost.localdomain ([10.167.226.121]) by fnstmail02.fnst.cn.fujitsu.com (Lotus Domino Release 8.5.3) with ESMTP id 2012070418093891-514735 ; Wed, 4 Jul 2012 18:09:38 +0800 Message-ID: <4FF415A4.8040405@cn.fujitsu.com> Date: Wed, 04 Jul 2012 18:06:28 +0800 From: Yanfei Zhang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100413 Fedora/3.0.4-2.fc13 Thunderbird/3.0.4 MIME-Version: 1.0 To: Avi Kivity , mtosatti@redhat.com CC: 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, Greg KH Subject: [PATCH v4 3/3] Documentation: Add ABI entry for vmcs sysfs interface References: <4FF413D2.4030006@cn.fujitsu.com> In-Reply-To: <4FF413D2.4030006@cn.fujitsu.com> X-MIMETrack: Itemize by SMTP Server on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2012/07/04 18:09:38, Serialize by Router on mailserver/fnst(Release 8.5.3|September 15, 2011) at 2012/07/04 18:22:13, Serialize complete at 2012/07/04 18:22:13 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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 +Date: June 2012 +KernelVersion: 3.5.0 +Contact: Zhang Yanfei +Description: + Vmcs revision identifier in Intel cpu. The value enables + software to avoid using a VMCS region formatted for one + processor on a processor that uses a different format. + +What: /sys/devices/system/cpu/vmcs/ +Date: June 2012 +KernelVersion: 3.5.0 +Contact: Zhang Yanfei +Description: + A collection of vmcs fields' offsets for Intel cpu. + + Individual offsets are contained in subfiles named by + the filed's encoding, e.g.: + + /sys/devices/system/cpu/vmcs/0800 + What: /sys/devices/system/cpu/kernel_max /sys/devices/system/cpu/offline /sys/devices/system/cpu/online