Signed-off-by: Don Slutz <dsl...@verizon.com> --- qemu-char.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/qemu-char.c b/qemu-char.c index ef84b53..6eec1d2 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -1387,6 +1387,7 @@ static CharDriverState *qemu_chr_open_pty(const char *id, } close(slave_fd); + qemu_set_nonblock(master_fd); chr = qemu_chr_alloc(); -- 1.8.4