jhb 9809511c44 MFC 273800:
Rework virtual machine hypervisor detection.
- Move the existing code to x86/x86/identcpu.c since it is x86-specific.
- If the CPUID2_HV flag is set, assume a hypervisor is present and query
  the 0x40000000 leaf to determine the hypervisor vendor ID.  Export the
  vendor ID and the highest supported hypervisor CPUID leaf via
  hv_vendor[] and hv_high variables, respectively.  The hv_vendor[]
  array is also exported via the hw.hv_vendor sysctl.
- Merge the VMWare detection code from tsc.c into the new probe in
  identcpu.c.  Add a VM_GUEST_VMWARE to identify vmware and use that in
  the TSC code to identify VMWare.
2015-02-10 16:34:42 +00:00
..
2013-12-17 13:39:50 +00:00
2015-02-10 16:34:42 +00:00
2014-02-18 20:27:17 +00:00
2014-02-18 20:27:17 +00:00
2014-08-05 16:04:22 +00:00
2014-02-18 20:27:17 +00:00
2014-02-18 01:15:32 +00:00
2015-02-10 16:34:42 +00:00