392 Commits (e9cf2fe07ff70e939f80c624b44c10a4442eef0b)

Author SHA1 Message Date
Markus Armbruster 4f57378fe6 Revert "chardev: Make the name of memory device consistent" 13 years ago
Laszlo Ersek ac8c26f633 char: io_channel_send: don't lose written bytes 13 years ago
Markus Armbruster 0f95305117 qemu-char: Fix ringbuf option size 13 years ago
Paolo Bonzini 02c4bdf1d2 trap signals for "-serial mon:stdio" 13 years ago
Markus Armbruster 2ea3e2c1e8 qemu-char: Fix ID reuse after chardev-remove for qapi-based init 13 years ago
Gerd Hoffmann 58a3714c52 qemu-char: report udp backend errors 13 years ago
Gerd Hoffmann bb6fb7c085 qemu-char: add -chardev mux support 13 years ago
Gerd Hoffmann dc2c4eca89 qemu-char: minor mux chardev fixes 13 years ago
Gerd Hoffmann 99aec0123c qemu-char: use ChardevBackendKind in CharDriver 13 years ago
Gerd Hoffmann e668287d44 qemu-char: don't leak opts on error 13 years ago
Gerd Hoffmann fdca2124ad qemu-char: print notification to stderr 13 years ago
Gerd Hoffmann 20c397607c qemu-char: use more specific error_setg_* variants 13 years ago
Gerd Hoffmann e859eda585 qemu-char: check optional fields using has_* 13 years ago
liguang e990a39328 qemu-char: use bool in qemu_chr_open_socket and simplify code a bit 13 years ago
Michael Tokarev 4efeabbbe8 create qemu_openpty_raw() helper function and move it to a separate file 13 years ago
Michael Tokarev c58e6201fa qemu-char: remove a few needless #includes 13 years ago
Michael Roth bd5c51ee6c qemu-char: don't issue CHR_EVENT_OPEN in a BH 13 years ago
Gerd Hoffmann 60d95386ab chardev: fix "info chardev" output 13 years ago
Gerd Hoffmann 3022e6b472 Revert "chardev: Get filename for new qapi backend" 13 years ago
Lei Li 2b22002599 chardev: Get filename for new qapi backend 13 years ago
Lei Li 6a85e60cb9 chardev: Make the name of memory device consistent 13 years ago
Peter Crosthwaite 3d1bba2091 glib: Fix some misuses of gsize/size_t types 13 years ago
Lei Li 08d0ab3fe6 chardev: Make consistent with udp device for new qapi backend 13 years ago
Paolo Bonzini 7791dba3ec portability: pty.h is glibc-specific 13 years ago
Hans de Goede 79f2007578 qemu-char: Set foo_tag = 0 when returning FALSE from callbacks 14 years ago
Paolo Bonzini 2b316774f6 qemu-char: do not operate on sources from finalize callbacks 14 years ago
Paolo Bonzini cdbf6e1659 qemu-char: correct return value from chr_read functions 14 years ago
Paolo Bonzini 85a67692d0 qemu-char: simplify pty polling 14 years ago
Paolo Bonzini 910b63682e qemu-char: use consistent idiom for removing sources 14 years ago
Paolo Bonzini dccfcd0e5f sysemu: avoid proliferation of include/ subdirectories 14 years ago
Paolo Bonzini 0ca5aa4f4c qemu-char: another io_add_watch_poll fix 14 years ago
Paolo Bonzini 1e885b2527 qemu-char: really fix behavior on can_read = 0 14 years ago
Paolo Bonzini d185c094b4 qemu-char: eliminate busy waiting on can_read returning zero 14 years ago
Luiz Capitulino 4bf0bb8014 chardev: drop the Memory chardev driver 14 years ago
Hans de Goede 456d606923 qemu-char: Call fe_claim / fe_release when not using qdev chr properties 14 years ago
Hans de Goede 44c473decd qemu-char: Add qemu_chr_fe_claim / _release helper functions 14 years ago
Stefan Hajnoczi 9b938c7262 chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors 14 years ago
Stefan Hajnoczi f9e8cacc55 oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() 14 years ago
Anthony Liguori 684a096eaf qemu-char: rewrite io_channel_send_all and drop the '_all' suffix 14 years ago
Hans de Goede a59bcd31c9 qemu-char: add_handlers: Don't re-send the be_open event on unregister 14 years ago
Hans de Goede 85d91e3295 qemu-char: Move incrementing of avail_connections to qdev-properties-system 14 years ago
Hans de Goede 574b711a92 qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback 14 years ago
Hans de Goede 8e25daa87a qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open 14 years ago
Hans de Goede 190832289f qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers 14 years ago
Hans de Goede c0c4bd2cfa qemu-char: Add fe_open tracking 14 years ago
Hans de Goede fee204fd46 qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open 14 years ago
Hans de Goede 16665b943b qemu-char: Rename opened to be_open 14 years ago
Anthony Liguori cd18720a29 char: introduce a blocking version of qemu_chr_fe_write 14 years ago
Kevin Wolf 2c8a59422c char: Fix return type of qemu_chr_fe_add_watch() 14 years ago
Igor Mitsyanko e5545854dd qemu-char.c: fix waiting for telnet connection message 14 years ago