diff options
author | Maxim Mikityanskiy <maxtram95@gmail.com> | 2024-07-03 22:08:12 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-07-05 15:04:19 +0300 |
commit | 6807403eedc83e2c81d6f40a773a9368ed696c05 (patch) | |
tree | f505341b50a8963e859e9d331563f82285dc14c5 /qga/cutils.h | |
parent | f0654b8d917953dd64b37b9e12c82ffe9ff87041 (diff) |
char-stdio: Restore blocking mode of stdout on exit
qemu_chr_open_fd() sets stdout into non-blocking mode. Restore the old
fd flags on exit to avoid breaking unsuspecting applications that run on
the same terminal after qemu and don't expect to get EAGAIN.
While at at, also ensure term_exit is called once (at the moment it's
called both from char_stdio_finalize() and as the atexit() hook.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2423
Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
Link: https://lore.kernel.org/r/20240703190812.3459514-1-maxtram95@gmail.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit a0124e333e2176640f233e5ea57a2f413985d9b5)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qga/cutils.h')
0 files changed, 0 insertions, 0 deletions