The system vendor name is significant and the hypervisor port
check fails. We need to fix this at a later time.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1009458
"""
if self.system.vendor:
- return self.system.vendor.startswith("VMware") and \
- _fireinfo.vmware_hypervisor_port_check()
+ return self.system.vendor.startswith("VMware")
+
+ # XXX We should use _fireinfo.vmware_hypervisor_port_check() here, too.
+ # This currently segfaults (and I have no clue why) on VMware player.
def __is_hypervisor_qemu(self):
"""