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)
Oct 1 2024, 3:50 AM
Unknown Object (File)
Sep 30 2024, 2:30 PM
Unknown Object (File)
Sep 27 2024, 11:37 PM
Unknown Object (File)
Sep 27 2024, 1:27 PM
Unknown Object (File)
Sep 27 2024, 7:54 AM
Unknown Object (File)
Sep 25 2024, 9:05 AM
Unknown Object (File)
Sep 25 2024, 3:51 AM
Unknown Object (File)
Sep 24 2024, 1:10 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