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)
Thu, Jun 18, 10:55 PM
Unknown Object (File)
Wed, Jun 10, 12:40 PM
Unknown Object (File)
Wed, Jun 10, 4:32 AM
Unknown Object (File)
Tue, Jun 9, 12:55 PM
Unknown Object (File)
May 18 2026, 6:07 PM
Unknown Object (File)
May 18 2026, 2:27 AM
Unknown Object (File)
May 18 2026, 2:26 AM
Unknown Object (File)
May 18 2026, 2:19 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