mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 17:30:23 +01:00
bhyve was doing UART console emulation on fd 0 for both reads and writes. Commits r346550 and r352720 changed it to use fd 0 for input and fd 1 for output on console. Fix vm-bhyve to not redirect fd 1. Fixes #332.