]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add deprecation notice for bvmconsole and bvmdebug
authorrew <rew@FreeBSD.org>
Thu, 10 Dec 2020 18:07:25 +0000 (18:07 +0000)
committerrew <rew@FreeBSD.org>
Thu, 10 Dec 2020 18:07:25 +0000 (18:07 +0000)
commit7485b626bf186ea94fddf1c8e4bd896c0b4eeac9
tree66df4b981158e19f500e7a7f11843b7d7790577f
parentb8798e240821bb64edaaa6f18f75fbf819a24706
Add deprecation notice for bvmconsole and bvmdebug

Now that bhyve(8) supports UART, bvmconsole and bvmdebug are no longer needed.

Mark the '-b' and '-g' flag as deprecated for bhyve(8).

These will be removed in 13.

Reviewed by:    jhb, grehan
Approved by:    kevans (mentor)
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D27519
sys/dev/bvm/bvm_console.c
sys/dev/bvm/bvm_dbg.c
usr.sbin/bhyve/bhyve.8
usr.sbin/bhyve/bhyverun.c