Page MenuHomeFreeBSD

bhyve: add deprecation warning function
ClosedPublic

Authored by njain15_protonmail.com on Tue, Aug 4, 2:55 AM.
Tags
None
Referenced Files
F169226915: D58636.diff
Mon, Aug 31, 11:10 PM
F169151296: D58636.id.diff
Mon, Aug 31, 2:46 PM
Unknown Object (File)
Fri, Aug 28, 7:00 AM
Unknown Object (File)
Fri, Aug 28, 7:00 AM
Unknown Object (File)
Thu, Aug 27, 8:02 PM
Unknown Object (File)
Thu, Aug 27, 8:00 PM
Unknown Object (File)
Wed, Aug 26, 9:03 PM
Unknown Object (File)
Wed, Aug 26, 9:03 PM

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.Tue, Aug 4, 8:46 PM
This revision was automatically updated to reflect the committed changes.