If kern.vt.splash_cpu is set on a machine without graphics, such as bhyve
in some configurations, do not panic. Simply ignore splash_cpu and keep
booting.
Details
Details
OK set kern.vt.splash_cpu="1" OK boot ... VT: init without driver. ... vt_init_logos: vd 0xffffffff81ae6c40 not initialized
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25239 Build 23908: arc lint + arc unit
Event Timeline
sys/dev/vt/vt_cpulogos.c | ||
---|---|---|
233 | Is the printf valuable? I would be happy to remove it. |
Comment Actions
I would change the commit summary/title, though. Really we're just disabling a feature when it is unsupported by some particular configuration; it's not bhyve-specific.
sys/dev/vt/vt_cpulogos.c | ||
---|---|---|
233 | Probably no, now that this is not an assert anymore. Feel free to remove it. |