https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252768
Aleksandr Fedorov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Aleksandr Fedorov <[email protected]> --- I'm not sure if this is a bug. Bhyve, as a usual utility, displays the stderr on the terminal. Therefore, you can simply redirect stderr output to a file. # bhyve ... -l com1,stdio ... 2>vmerr.log # cat vmerr.log rdmsr to register 0x4e on vcpu 0 rdmsr to register 0x34 on vcpu 0 wrmsr to register 0xc8f(0) on vcpu 0 Unhandled ps2 mouse command 0xe1 Unhandled ps2 mouse command 0x88 Unhandled ps2 keyboard command 0xf6 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
