[Qemu-devel] [PATCH] qemu/kvm_stat: Powerpc related fixes

2016-04-18 Thread Hemant Kumar
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

[Qemu-devel] [PATCH] qemu/kvm_stat: Powerpc related fixes

2016-04-18 Thread Hemant Kumar
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

Re: [Qemu-devel] [PATCH][RESEND] qemu/kvm_stat: Fix I/O error from kvm_stat

2015-08-31 Thread Hemant Kumar
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

[Qemu-devel] [PATCH][RESEND] qemu/kvm_stat: Fix I/O error from kvm_stat

2015-08-30 Thread Hemant Kumar
/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