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, Dec 31, 11:14 PM
Unknown Object (File)
Dec 19 2024, 11:40 AM
Unknown Object (File)
Nov 28 2024, 11:58 AM
Unknown Object (File)
Nov 28 2024, 11:57 AM
Unknown Object (File)
Nov 28 2024, 11:57 AM
Unknown Object (File)
Nov 28 2024, 11:39 AM
Unknown Object (File)
Nov 20 2024, 8:21 AM
Unknown Object (File)
Nov 17 2024, 12:42 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