[Qemu-devel] [PATCH 2/3] Defer BrlAPI tty acquisition to when guest starts using device

2016-10-23 Thread Samuel Thibault
We do not want to catch the BrlAPI input/ouput immediately, but only when the guest has started discussing withour virtual device. This notably fixes input before the guest driver has started. Signed-off-by: Samuel Thibault --- backends/baum.c | 81 ++

[Qemu-devel] [PATCH 2/3] Defer BrlAPI tty acquisition to when guest starts using device

2016-10-23 Thread Samuel Thibault
We do not want to catch the BrlAPI input/ouput immediately, but only when the guest has started discussing withour virtual device. This notably fixes input before the guest driver has started. Signed-off-by: Samuel Thibault --- backends/baum.c | 76 +-