Page MenuHomeFreeBSD

Bhyve: SMBIOS bcdrev calculated from major/minor values
ClosedPublic

Authored by rgrimes on Apr 5 2020, 10:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 4, 2:43 AM
Unknown Object (File)
Dec 30 2024, 9:04 AM
Unknown Object (File)
Nov 29 2024, 5:18 AM
Unknown Object (File)
Nov 17 2024, 2:09 PM
Unknown Object (File)
Oct 25 2024, 11:28 PM
Unknown Object (File)
Oct 11 2024, 3:27 PM
Unknown Object (File)
Oct 4 2024, 12:51 PM
Unknown Object (File)
Sep 9 2024, 9:16 AM
Subscribers
None

Details

Reviewers
bcran
grehan
jhb
Group Reviewers
bhyve
Summary

In the past changes have been made to smbios->minor without updating the smbios->bcdrev value. Correct that by calculating bcdrev from the major/minor values.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Apr 5 2020, 5:51 PM
jhb added inline comments.
usr.sbin/bhyve/smbiostbl.c
771

If you want the comment, please style(9) it by adding a blank line before and a period. I think you could probably also get away with not needing the comment since the code is a few lines below and fairly obvious.

This revision now requires review to proceed.Apr 7 2020, 11:15 PM
This revision is now accepted and ready to land.Apr 8 2020, 3:24 AM

This was fixed in rS359719, so I think this review should be closed.