This is because, its trying to access a non-defined attribute.
Also, the IOCTL number of RESET is incorrect for powerpc. The correct
number has been added.
Signed-off-by: Hemant Kumar
---
scripts/kvm/kvm_stat | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/kvm/kvm_stat b/scripts
This is because, its trying to access a non-defined attribute.
Also, the IOCTL number of RESET is incorrect for powerpc. The correct
number has been added.
Signed-off-by: Hemant Kumar
---
scripts/kvm/kvm_stat | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/kvm/kvm_stat b/scripts
Hi Wei,
Thanks for the review.
On 09/01/2015 01:52 AM, Wei Huang wrote:
On 08/30/2015 10:42 PM, Hemant Kumar wrote:
Running kvm_stat on a powerpc macine where the kernel is compiled with
KVM_BOOK3S_HV_EXIT_TIMING config option, generates the following error :
# kvm_stat
Traceback (most
/kernel/debug/kvm/". This
patch fixes the problem by avoiding lookup for these directories.
Reported-by: Krishnaja Balachandran
Signed-off-by: Hemant Kumar
---
scripts/kvm/kvm_stat | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/scripts/kvm/kvm_stat b/scripts/kvm/kvm_stat
i