Re: [PATCH 3/4] ksysfs: export VMCSINFO via sysfs

2012-04-16 Thread Greg KH
On Tue, Apr 17, 2012 at 09:52:42AM +0800, zhangyanfei wrote: 于 2012年04月13日 07:00, Greg KH 写道: On Wed, Apr 11, 2012 at 09:57:34AM +0800, zhangyanfei wrote: This patch creates sysfs file to export where VMCSINFO is allocated, as below: $ cat /sys/kernel/vmcsinfo 1cb88a0

Re: [PATCH 3/4] ksysfs: export VMCSINFO via sysfs

2012-04-12 Thread Greg KH
On Wed, Apr 11, 2012 at 09:57:34AM +0800, zhangyanfei wrote: This patch creates sysfs file to export where VMCSINFO is allocated, as below: $ cat /sys/kernel/vmcsinfo 1cb88a0 2000 number on the left-hand side is the physical address of VMCSINFO, while the one on the

[PATCH 3/4] ksysfs: export VMCSINFO via sysfs

2012-04-10 Thread zhangyanfei
This patch creates sysfs file to export where VMCSINFO is allocated, as below: $ cat /sys/kernel/vmcsinfo 1cb88a0 2000 number on the left-hand side is the physical address of VMCSINFO, while the one on the right-hand side is the max size of VMCSINFO. Signed-off-by: zhangyanfei