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)
Tue, May 14, 12:15 PM
Unknown Object (File)
Apr 10 2024, 5:13 PM
Unknown Object (File)
Mar 27 2024, 6:37 PM
Unknown Object (File)
Mar 5 2024, 12:00 AM
Unknown Object (File)
Feb 15 2024, 11:47 AM
Unknown Object (File)
Jan 11 2024, 4:19 AM
Unknown Object (File)
Jan 5 2024, 10:31 PM
Unknown Object (File)
Dec 25 2023, 5:18 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