Reimplement CPU.count.
Replace information ino CPU class from /proc/cpuinfo.
New property: model_string.
New function to read from /proc/cpuinfo.
Add a flag to say if a host is running in a virtual environment.
Add resonable functions for public_id and private_id.
Finding a valid unique_id is still to do.
Add a python wrapper around is_virtualized.
Some function to check if a host is running in a virtual environment.
Add .gitignore.
Remove windows line endings.
Initial import of python components.
Add VMWare hypervisor detection.
Source:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=
1009458
Fix runtime error when virtflag was null.
Initial import.