Opened 13 years ago
Closed 11 years ago
#25 closed enhancement (fixed)
Rework vm_guest detection
| Reported by: | john | Owned by: | john |
|---|---|---|---|
| Priority: | major | Component: | kernel |
| Version: | Keywords: | virtualization | |
| Cc: | Blocked By: | ||
| Blocking: | Parent Tickets: | ||
| P4 Branch: | GIT Branch: | vm_guest | |
| FreeBSD PR: | Due Date: |
Description
This should use the cpuid leaf in preference to the SMBIOS strings. It should also be done in MD code, and MD code should define platform-specific VM_GUEST_* constants.
Change History (3)
comment:1 Changed 11 years ago by john
- GIT Branch set to vm_guest
- Status changed from new to accepted
comment:2 Changed 11 years ago by john
- Status changed from accepted to started
comment:3 Changed 11 years ago by john
- Resolution set to fixed
- Status changed from started to closed
Committed in r273800
Note: See
TracTickets for help on using
tickets.

I've mostly done this, but the VM_GUEST_* constants are still MI.