Add SMBIOS support

Operating Systems / FreeBSD - tychon [FreeBSD.org] - 4 March 2014 11:12 UTC

A new option, -U, can be used to set the UUID in the System Information (Type 1) structure. Manpage fix to follow.

Approved by: grehan (co-mentor)

0e398a7 Add SMBIOS support.
usr.sbin/bhyve/Makefile | 1 +
usr.sbin/bhyve/acpi.c | 18 +-
usr.sbin/bhyve/bhyverun.c | 13 +-
usr.sbin/bhyve/bhyverun.h | 1 +
usr.sbin/bhyve/smbiostbl.c | 832 ++++++++++++++++++++++++++++++++++++++++++++
usr.sbin/bhyve/smbiostbl.h | 36 ++
6 files changed, 890 insertions(+), 11 deletions(-)

Upstream: github.com


  • Share