Description of problem: I just trying to get info of my virtual machines with virtual machine manager. Version-Release number of selected component (if applicable): virt-manager-1.0.0-3.fc20.noarch How reproducible: always Steps to Reproduce: 1. have machine with rhel5 and xen installed. 2. have windows machines on server 3. start virt manager from your local desktop (fedora 20) and double click to machine. Actual results: pop-up window raise: Error launching details: 'NoneType' object has no attribute 'cpus' Details: Error launching details: 'NoneType' object has no attribute 'cpus' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/engine.py", line 803, in _show_vm_helper details = self._get_details_dialog(uri, uuid) File "/usr/share/virt-manager/virtManager/engine.py", line 760, in _get_details_dialog obj = vmmDetails(con.get_vm(uuid)) File "/usr/share/virt-manager/virtManager/details.py", line 530, in __init__ self.init_details() File "/usr/share/virt-manager/virtManager/details.py", line 990, in init_details for name in [c.model for c in cpu_values.cpus]: AttributeError: 'NoneType' object has no attribute 'cpus' Expected results: Have working virt-manager like before. Additional info:
*** This bug has been marked as a duplicate of bug 1072704 ***