Bug 1093934
| Summary: | ARM: kvm_stat fails to run | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, pbonzini, rjones, scottt.tw, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-31 13:51:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 245418 | ||
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 Seems fixed on f23 at least |
Description of problem: kvm_stat gives back trace on arm Version-Release number of selected component (if applicable): qemu-kvm-tools-2.0.0-3.fc21.armv7hl How reproducible: always Steps to Reproduce: 1. run kvm_stat 2. 3. Actual results: [root@cubietruck01 ~]# /usr/bin/kvm_stat Traceback (most recent call last): File "/usr/bin/kvm_stat", line 196, in <module> filters[f] = (filters[f][0], invert(filters[f][1])) File "/usr/bin/kvm_stat", line 193, in invert return dict((x[1], x[0]) for x in d.iteritems()) AttributeError: 'NoneType' object has no attribute 'iteritems' Expected results: to run and give output Additional info: ls -lah /dev/kvm crw-rw-rw-. 1 root kvm 10, 232 May 2 23:50 /dev/kvm