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
F86767172: D41753.id136863.diff
Tue, Jun 25, 6:29 AM
Unknown Object (File)
Fri, Jun 21, 10:37 AM
Unknown Object (File)
Thu, Jun 20, 11:02 PM
Unknown Object (File)
Thu, Jun 20, 8:20 PM
Unknown Object (File)
Sun, Jun 16, 1:39 PM
Unknown Object (File)
Mon, Jun 3, 7:50 AM
Unknown Object (File)
May 14 2024, 12:15 PM
Unknown Object (File)
Apr 10 2024, 5:13 PM

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