aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
2012-10-31chardev: Use timer instead of bottom-half to postpone open eventJan Kiszka
2012-10-23qemu-sockets: add error propagation to inet_dgram_optsPaolo Bonzini
2012-10-23qemu-char: ask and print error information from qemu-socketsPaolo Bonzini
2012-10-23qemu-sockets: add nonblocking connect for Unix socketsPaolo Bonzini
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini
2012-09-25Fix address handling in inet_nonblocking_connectOrit Wasserman
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman
2012-09-17qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson
2012-09-17Revert 455aa1e08 and c3767ed0ebAnthony Liguori
2012-09-10socket: don't attempt to reconnect a TCP socket in server modeAnthony Liguori
2012-08-16qemu-char: (Re-)connect for tcp_chr_write() unconnected writingLei Li
2012-08-15qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsgCorey Bryant
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino
2012-05-10sockets: use error class to pass listen errorAmos Kong
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong
2012-04-24qemu-char: Fix crash when switching consolesStefan Weil
2012-04-16Kick io-thread on qemu_chr_accept_inputJan Kiszka
2012-02-24qemu-char: qemu_chr_open_fd() can't fail, don't checkMarkus Armbruster
2012-02-24qemu-char: Re-apply style fixes from just reverted aad04cd0Markus Armbruster
2012-02-24qemu-char: Use qemu_open() to avoid leaking fds to childrenMarkus Armbruster
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori
2011-11-28qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede
2011-11-11qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster
2011-10-23Add stdio char device on windowsFabien Chouteau
2011-10-14qemu-char: Fix use of free() instead of g_free()Stefan Weil
2011-10-04qapi: Convert query-chardevLuiz Capitulino
2011-09-23qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-24Fix chrdev return value conversionBlue Swirl
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange
2011-07-23qemu-char: Print strerror message on failureKevin Wolf
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-04-28char: Detect chardev release by NULL handlers as well as NULL opaqueAmit Shah