]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve(8): Minor cosmetic niceties in instemul failure
authorcem <cem@FreeBSD.org>
Wed, 15 Apr 2020 02:34:44 +0000 (02:34 +0000)
committercem <cem@FreeBSD.org>
Wed, 15 Apr 2020 02:34:44 +0000 (02:34 +0000)
commitfb9f2a1abb1ec35b8ebcbd6b147ca49863761aee
tree7f3f50cefd7dbc43d6c9603b5a118c57770b6d62
parent5fe31e33faeeeb275ef6b71cbe66353e8be5eddf
bhyve(8): Minor cosmetic niceties in instemul failure

Print the failed instruction stream as a contiguous stream of hex.  This
is closer to something you could throw at a disassembler than 0xHH 0xHH
0xHH.

Also, use the debug.h 'raw' stdio-aware printf helper to avoid the
cascading
         line
             effect.
usr.sbin/bhyve/bhyverun.c