Re: [Qemu-devel] [PATCH 1/1] Do not hang on full PTY
Applied to -trivial, thank you! /mjt
[Qemu-devel] [PATCH 1/1] Do not hang on full PTY
Signed-off-by: Don Slutz --- 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); +