aboutsummaryrefslogtreecommitdiff
path: root/chardev/char-pty.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03chardev/char-pty: Avoid losing bytes when the other side just (re-)connectedThomas Huth1-3/+19
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-1/+1
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov1-3/+1
2022-05-03chardev: replace qemu_set_nonblock()Marc-André Lureau1-1/+4
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06char: move qemu_openpty_raw from util/ to char/Marc-André Lureau1-0/+111
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-04-18char-pty: Print "char device redirected" message to stdoutMarkus Armbruster1-2/+3
2019-02-13char-pty: remove write_lock usageMarc-André Lureau1-47/+3
2019-02-13char-pty: remove the check for connection on writeMarc-André Lureau1-5/+1
2018-10-19char: Use error_printf() to print help and suchMarkus Armbruster1-1/+1
2018-10-02char-pty: remove unnecessary #ifdefPaolo Bonzini1-6/+0
2018-02-05chardev: fix incorrect unref of sourcePeter Xu1-17/+21
2018-01-12chardev: introduce qemu_chr_timeout_add_ms()Peter Xu1-24/+19
2018-01-12chardev: let g_idle_add() be with chardev gcontextPeter Xu1-8/+13
2017-09-22chardev: remove context in chr_update_read_handlerPeter Xu1-2/+1
2017-09-22chardev: use per-dev context for io_add_watch_pollPeter Xu1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-2/+2
2017-05-08Merge remote-tracking branch 'bonzini/tags/for-upstream' into stagingStefan Hajnoczi1-3/+3
2017-05-04char: remove qemu_chr_be_generic_openMarc-André Lureau1-1/+1
2017-05-03char: Fix removing wrong GSource that be found by fd_in_tagzhanghailiang1-3/+3
2017-03-06char: remove the right fd been watched in qemu_chr_fe_set_handlers()zhanghailiang1-1/+1
2017-02-16char: drop data written to a disconnected ptyEd Swierk1-1/+1
2017-01-31char: move pty chardev in its own fileMarc-André Lureau1-0/+300