summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+72
* pty: unbreak libvirtGerd Hoffmann2013-01-031-4/+5
* disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...Michael Tokarev2013-01-021-0/+4
* qemu-char: Inherit ptys and improve output from -serial ptyLei Li2012-12-231-1/+7
* Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori2012-12-191-7/+6
|\
| * softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
| * misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
| * monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
| * ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
| * net: do not include net.h everywherePaolo Bonzini2012-12-191-1/+0
* | spice-qemu-char: add spiceport chardevMarc-André Lureau2012-12-171-0/+3
|/
* chardev: Use real-time clock for open timerJan Kiszka2012-11-241-2/+2
* chardev: Use timer instead of bottom-half to postpone open eventJan Kiszka2012-10-311-6/+7
* 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
OpenPOWER on IntegriCloud