]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commit
CP-1635: Cpuid module to obtain CPU information
authorRob Hoes <rob.hoes@citrix.com>
Wed, 17 Feb 2010 10:14:40 +0000 (10:14 +0000)
committerRob Hoes <rob.hoes@citrix.com>
Wed, 17 Feb 2010 10:14:40 +0000 (10:14 +0000)
commit5a1f45fcde46dd5b5da152ba966cee4812bb7d54
treec1763521c23031aba8329a6430fca2b099cdf112
parentf10f28ca097904563825c26c04e05a397210c70b
CP-1635: Cpuid module to obtain CPU information

This module obtains the vendor/model/family/stepping as well as feature information from the CPU, and determines whether CPU feature masks can be applied.

Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
.hgignore
Makefile.in
cpuid/META.in [new file with mode: 0644]
cpuid/Makefile [new file with mode: 0644]
cpuid/cpuid.ml [new file with mode: 0644]
cpuid/cpuid.mli [new file with mode: 0644]
cpuid/cpuid_stubs.c [new file with mode: 0644]