Page MenuHomeFreeBSD

bhyve: Push option parsing down into bhyverun_machdep.c
ClosedPublic

Authored by markj on Sep 6 2023, 12:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 26, 10:08 AM
Unknown Object (File)
Fri, Apr 25, 8:44 PM
Unknown Object (File)
Thu, Apr 24, 7:31 PM
Unknown Object (File)
Thu, Apr 17, 2:01 AM
Unknown Object (File)
Feb 21 2025, 7:22 PM
Unknown Object (File)
Feb 1 2025, 9:10 PM
Unknown Object (File)
Dec 31 2024, 11:14 PM
Unknown Object (File)
Dec 19 2024, 11:40 AM

Details

Summary

After a couple of attempts I think this is the cleanest approach despite
the expense of some code duplication. Quite a few of the single-letter
bhyve options are x86-specific.

I think that going forward we should strongly discourage the addition of
new options and instead configure guests using the more general
configuration file syntax.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable