[Bug 252768] bhyve UEFI com1,stdio console doubles as unsupported MSR logging console

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 18 18:19:51 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252768

Aleksandr Fedorov <afedorov at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |afedorov at FreeBSD.org

--- Comment #1 from Aleksandr Fedorov <afedorov at FreeBSD.org> ---
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.


More information about the freebsd-virtualization mailing list