Page MenuHomeFreeBSD

bhyve: add deprecation warning function
ClosedPublic

Authored by njain15_protonmail.com on Aug 4 2026, 2:55 AM.
Tags
None
Referenced Files
F170673335: D58636.id183357.diff
Sat, Sep 5, 11:10 PM
F170649124: D58636.diff
Sat, Sep 5, 7:40 PM
F170553162: D58636.id183878.diff
Sat, Sep 5, 9:22 AM
Unknown Object (File)
Sat, Sep 5, 2:45 AM
Unknown Object (File)
Fri, Sep 4, 6:41 PM
Unknown Object (File)
Fri, Sep 4, 10:22 AM
Unknown Object (File)
Fri, Sep 4, 9:24 AM
Unknown Object (File)
Fri, Sep 4, 5:22 AM

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This drops the -o from the warning message, although I think that is probably better.

lpc.bootrom is deprecated, use '-o bootrom' instead
vs
'lpc.bootrom' is deprecated, use 'bootrom' instead

markj added a subscriber: markj.

This drops the -o from the warning message, although I think that is probably better.

lpc.bootrom is deprecated, use '-o bootrom' instead
vs
'lpc.bootrom' is deprecated, use 'bootrom' instead

Right, this affects bhyve_config files as well.

This revision is now accepted and ready to land.Aug 4 2026, 8:46 PM
This revision was automatically updated to reflect the committed changes.