Defer BrlAPI tty acquisition to when guest starts using device
commitcb78d4a1efb177f093b9b9c2e3336a3b658af467
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 23 Oct 2016 19:54:32 +0000 (23 21:54 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 28 Oct 2016 09:19:38 +0000 (28 11:19 +0200)
treed18dcfc5fda514b30776660d38b025aef15baeca
parent0fb7c8828a785d47027fd12807df7226937ca31f
Defer BrlAPI tty acquisition to when guest starts using device

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 <samuel.thibault@ens-lyon.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
backends/baum.c