diff options
author | Hemant Kumar <hemant@linux.vnet.ibm.com> | 2016-04-19 05:24:54 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-25 16:12:04 +0200 |
commit | c7d4fb5a6ebea2d3e8b3a1c251cc30bc56319897 (patch) | |
tree | 61973ed6b9c606cc0243ac07214dad175222d88e /crypto/rmd160.c | |
parent | tools: Add kvm_stat man page (diff) | |
download | linux-c7d4fb5a6ebea2d3e8b3a1c251cc30bc56319897.tar.xz linux-c7d4fb5a6ebea2d3e8b3a1c251cc30bc56319897.zip |
tools: kvm_stat: Powerpc related fixes
kvm_stat script is failing to execute on powerpc :
# ./kvm_stat
Traceback (most recent call last):
File "./kvm_stat", line 825, in <module>
main()
File "./kvm_stat", line 813, in main
providers = get_providers(options)
File "./kvm_stat", line 778, in get_providers
providers.append(TracepointProvider())
File "./kvm_stat", line 416, in __init__
self.filters = get_filters()
File "./kvm_stat", line 315, in get_filters
if ARCH.exit_reasons:
AttributeError: 'ArchPPC' object has no attribute 'exit_reasons'
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 <hemant@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'crypto/rmd160.c')
0 files changed, 0 insertions, 0 deletions