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
..
2015-02-08 23:09:01 +00:00
2015-02-07 08:47:15 +00:00
2015-02-10 16:34:42 +00:00
2014-12-22 21:32:39 +00:00
2015-01-08 06:24:43 +00:00
2014-02-04 03:36:42 +00:00
2014-12-22 20:53:45 +00:00
2012-03-30 19:10:14 +00:00
2015-02-08 23:04:32 +00:00