Page MenuHomeFreeBSD

add deprecation notice for bvmdebug and bvmconsole
ClosedPublic

Authored by rew on Dec 9 2020, 12:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 16, 9:17 AM
Unknown Object (File)
Fri, Aug 14, 5:37 PM
Unknown Object (File)
Fri, Aug 14, 2:35 AM
Unknown Object (File)
Wed, Aug 12, 8:30 PM
Unknown Object (File)
Wed, Aug 12, 3:58 PM
Unknown Object (File)
Tue, Aug 11, 8:56 PM
Unknown Object (File)
Tue, Aug 11, 2:20 AM
Unknown Object (File)
Mon, Aug 10, 7:32 AM

Details

Summary

Emit runtime warnings for bvmconsole, bvmdebug, and bhyve.

bvmconsole and bvmdebug don't have device_attach routines, so I dropped
gone_in where (I think) it would get the most visiblity.

This review will be followed up by https://reviews.freebsd.org/D27490

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35268
Build 32205: arc lint + arc unit

Event Timeline

rew requested review of this revision.Dec 9 2020, 12:02 AM
This revision is now accepted and ready to land.Dec 9 2020, 12:05 AM
bcr added a subscriber: bcr.

OK from manpages.

Minor suggestions, thanks!

usr.sbin/bhyve/bhyve.8
107

Perhaps s/gone/removed/

149

Same

usr.sbin/bhyve/bhyverun.c
1127

Here as well.

This revision was automatically updated to reflect the committed changes.