bhyve(8) seems to bypass the standard stdin/out/err and send it's output directly to the TTY when handling guest console I/O. I need to make it so it is 100% silent (and/or send all it's output to a file and accept no input at all). How can I do this?