summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-sockets: add error propagation to inet_dgram_optsPaolo Bonzini2012-10-231-1/+0
* qemu-char: ask and print error information from qemu-socketsPaolo Bonzini2012-10-231-6/+17
* qemu-sockets: add nonblocking connect for Unix socketsPaolo Bonzini2012-10-231-1/+1
* qemu-sockets: add Error ** to all functionsPaolo Bonzini2012-10-231-3/+3
* Fix address handling in inet_nonblocking_connectOrit Wasserman2012-09-251-1/+1
* Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman2012-09-251-1/+1
* qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson2012-09-171-2/+4
* Revert 455aa1e08 and c3767ed0ebAnthony Liguori2012-09-171-6/+1
* socket: don't attempt to reconnect a TCP socket in server modeAnthony Liguori2012-09-101-1/+3
* qemu-char: (Re-)connect for tcp_chr_write() unconnected writingLei Li2012-08-161-2/+5
* qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsgCorey Bryant2012-08-151-2/+10
* net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino2012-08-131-1/+1
* do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev2012-06-091-7/+7
* qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino2012-06-041-2/+6
* sockets: use error class to pass listen errorAmos Kong2012-05-101-1/+1
* sockets: change inet_connect() to support nonblock socketAmos Kong2012-05-101-1/+1
* qemu-char: Fix crash when switching consolesStefan Weil2012-04-241-1/+3
* Kick io-thread on qemu_chr_accept_inputJan Kiszka2012-04-161-0/+1
* qemu-char: qemu_chr_open_fd() can't fail, don't checkMarkus Armbruster2012-02-241-4/+0
* qemu-char: Re-apply style fixes from just reverted aad04cd0Markus Armbruster2012-02-241-7/+14
* qemu-char: Use qemu_open() to avoid leaking fds to childrenMarkus Armbruster2012-02-241-4/+4
* Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster2012-02-241-101/+68
* qdev: nuke qdev_init_chardev()Anthony Liguori2012-02-031-0/+10
* qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede2011-11-281-13/+13
* qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster2011-11-111-9/+10
* Add stdio char device on windowsFabien Chouteau2011-10-231-2/+225
* qemu-char: Fix use of free() instead of g_free()Stefan Weil2011-10-141-4/+4
* qapi: Convert query-chardevLuiz Capitulino2011-10-041-24/+11
* qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti2011-09-231-7/+7
* char: remove qemu_chr_send_event()Anthony Liguori2011-08-221-6/+0
* char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori2011-08-221-2/+2
* char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori2011-08-221-2/+2
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori2011-08-221-2/+2
* char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori2011-08-221-10/+10
* char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori2011-08-221-9/+9
* char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-42/+42
* Wrap recv to avoid warningsBlue Swirl2011-07-251-2/+2
* Fix chrdev return value conversionBlue Swirl2011-07-241-3/+4
* Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange2011-07-231-6/+24
* qemu-char: Print strerror message on failureKevin Wolf2011-07-231-68/+97
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* char: Detect chardev release by NULL handlers as well as NULL opaqueAmit Shah2011-04-281-1/+1
* char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi2011-04-281-1/+4
OpenPOWER on IntegriCloud