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
F154968925: D41753.id126926.diff
Thu, Apr 30, 9:19 AM
Unknown Object (File)
Tue, Apr 28, 7:15 AM
Unknown Object (File)
Wed, Apr 22, 10:19 PM
Unknown Object (File)
Wed, Apr 22, 6:13 PM
Unknown Object (File)
Tue, Apr 21, 8:05 AM
Unknown Object (File)
Tue, Apr 21, 12:45 AM
Unknown Object (File)
Mon, Apr 20, 10:40 PM
Unknown Object (File)
Mon, Apr 20, 9:23 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