aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-char.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-16qemu-char: (Re-)connect for tcp_chr_write() unconnected writingLei Li1-2/+5
2012-08-15qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsgCorey Bryant1-2/+10
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino1-1/+1
2012-06-09do not include <libutil.h> needlessly or if it doesn't existMichael Tokarev1-7/+7
2012-06-04qemu-option: qemu_opts_create(): use error_set()Luiz Capitulino1-2/+6
2012-05-10sockets: use error class to pass listen errorAmos Kong1-1/+1
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong1-1/+1
2012-04-24qemu-char: Fix crash when switching consolesStefan Weil1-1/+3
2012-04-16Kick io-thread on qemu_chr_accept_inputJan Kiszka1-0/+1
2012-02-24qemu-char: qemu_chr_open_fd() can't fail, don't checkMarkus Armbruster1-4/+0
2012-02-24qemu-char: Re-apply style fixes from just reverted aad04cd0Markus Armbruster1-7/+14
2012-02-24qemu-char: Use qemu_open() to avoid leaking fds to childrenMarkus Armbruster1-4/+4
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster1-101/+68
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori1-0/+10
2011-11-28qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede1-13/+13
2011-11-11qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster1-9/+10
2011-10-23Add stdio char device on windowsFabien Chouteau1-2/+225
2011-10-14qemu-char: Fix use of free() instead of g_free()Stefan Weil1-4/+4
2011-10-04qapi: Convert query-chardevLuiz Capitulino1-24/+11
2011-09-23qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti1-7/+7
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori1-6/+0
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori1-2/+2
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori1-2/+2
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori1-2/+2
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori1-10/+10
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori1-9/+9
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-42/+42
2011-07-25Wrap recv to avoid warningsBlue Swirl1-2/+2
2011-07-24Fix chrdev return value conversionBlue Swirl1-3/+4
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange1-6/+24
2011-07-23qemu-char: Print strerror message on failureKevin Wolf1-68/+97
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-04-28char: Detect chardev release by NULL handlers as well as NULL opaqueAmit Shah1-1/+1
2011-04-28char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi1-1/+4
2011-04-28chardev: Allow frontends to notify backends of guest open / closeHans de Goede1-0/+17
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori1-0/+4
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah1-0/+4
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-4/+4
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil1-2/+2
2011-02-20qemu-char: Check for missing backend nameStefan Hajnoczi1-0/+5
2011-02-01fix QemuOpts leakPaolo Bonzini1-0/+1
2011-02-01add set_echo implementation for qemu_chr_stdioPaolo Bonzini1-10/+16
2011-02-01move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdioPaolo Bonzini1-10/+8
2011-02-01add qemu_chr_set_echoPaolo Bonzini1-0/+7
2011-02-01remove broken code for ttyPaolo Bonzini1-10/+0
2011-01-24spice: add chardev (v5)Alon Levy1-0/+4
2010-11-17qemu-char: Introduce Memory driverLuiz Capitulino1-0/+64
2010-11-03Fold send_all() wrapper unix_write() into one functionJes Sorensen1-6/+2
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-1/+1
2010-08-15Fix mingw32 buildBlue Swirl1-3/+4
2010-08-10RESEND: Inter-VM shared memory PCI deviceCam Macdonell1-0/+6
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster1-6/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-1/+0
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino1-16/+0
2010-04-26stash away SCM_RIGHTS fd until a getfd command arrivesPaolo Bonzini1-6/+3
2010-04-09Always notify consumers of char devices if they're openAlexander Graf1-0/+20
2010-04-08fix function signature of qemu_chr_open_pty on !linuxRiku Voipio1-1/+1
2010-03-31Restore terminal monitor attributes - additionShahar Havivi1-1/+3
2010-03-30Fix some compilation warnings on FreeBSD hostsJuergen Lock1-2/+2
2010-03-21Revert "Convert atexit users to exit_notifier"Anthony Liguori1-9/+2
2010-03-19Convert atexit users to exit_notifierAnthony Liguori1-2/+9
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela1-2/+2
2010-03-14Fix corner case in chardev udp: parameterJan Kiszka1-1/+1
2010-03-09Restore terminal attributes for tty based monitorShahar Havivi1-0/+8
2010-02-28qemu-char.c: drop debug printfs from qemu_chr_parse_compatJan Kiszka1-3/+0
2010-02-22add close callback for tty-based char deviceDavid Ahern1-0/+17
2010-02-10Do not ignore error, if open file failed (-serial /dev/tty)Evgeniy Dushistov1-0/+3
2010-01-19char: Remove redundant qemu_chr_generic_open() call.Kusanagi Kouichi1-1/+0
2009-12-12char: Convert qemu_chr_info() to QObjectLuiz Capitulino1-2/+41
2009-12-12un-static qemu_chr_parse_compat()Gerd Hoffmann1-1/+1
2009-12-03Don't leak file descriptorsKevin Wolf1-4/+4
2009-11-30Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno1-0/+1
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-8/+11
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah1-11/+11
2009-11-17char: Remove special init_reset handlingAmit Shah1-9/+0
2009-11-17char: don't limit data sent to backends to 1k per bufferAmit Shah1-6/+8
2009-10-30serial: Support additional serial speed valuesStefan Weil1-26/+61
2009-10-27Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori1-6/+1
2009-10-27net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin1-6/+0
2009-10-27Add chardev option to disable signal.Kusanagi Kouichi1-3/+3
2009-10-21char: emit the OPENED event only when a new char connection is openedAmit Shah1-1/+6
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah1-1/+1
2009-10-21char: check for initial_reset_issued unnecessaryAmit Shah1-4/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-9/+9
2009-09-11move mux focus field from CharDriverState to MuxDriverGerd Hoffmann1-13/+14
2009-09-11monitor: fix muxingGerd Hoffmann1-0/+4
2009-09-11Allow -serial chardev:<name>Gerd Hoffmann1-0/+16
2009-09-11convert udp chardev to QemuOpts.Gerd Hoffmann1-38/+35
2009-09-11convert mux chardev to QemuOpts.Gerd Hoffmann1-11/+21
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann1-7/+19
2009-09-11convert tty + parport chardevs to QemuOpts.Gerd Hoffmann1-25/+32
2009-09-11convert windows console chardev to QemuOpts.Gerd Hoffmann1-4/+6
2009-09-11convert braille chardev to QemuOpts.Gerd Hoffmann1-5/+4
2009-09-11convert msmouse chardev to QemuOpts.Gerd Hoffmann1-5/+5
2009-09-11convert stdio chardev to QemuOpts.Gerd Hoffmann1-5/+4
2009-09-11convert pty chardev to QemuOpts.Gerd Hoffmann1-6/+7
2009-09-11convert unix+tcp chardevs to QemuOpts.Gerd Hoffmann1-56/+66
2009-09-11convert file+pipe chardevs to QemuOpts.Gerd Hoffmann1-15/+32
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann1-4/+67
2009-08-24char: Emit 'CLOSED' events on char device closeAmit Shah1-0/+10
2009-08-01More NULL pointer fixesBlue Swirl1-2/+2
2009-07-27Fix typo WIN32 -> _WIN32Anthony Liguori1-1/+1
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-1/+1
2009-07-27kill drives_tableGerd Hoffmann1-3/+3
2009-07-27Add SCM_RIGHTS support to unix socket character devicesMark McLoughlin1-1/+54
2009-07-27Make tcp_chr_read() use recvmsg()Mark McLoughlin1-1/+24
2009-06-16mux-term: Fix timestamp associationJan Kiszka1-3/+9
2009-06-16mux-term: Localize timestampsJan Kiszka1-10/+10
2009-06-13Win32: Don't remove const attribute in type casts.Stefan Weil1-1/+1
2009-06-13Fix mingw32 build warningsBlue Swirl1-3/+3
2009-05-21Refactor how display drivers are selectedAnthony Liguori1-3/+3
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir11-3/+3
2009-03-28char: Fix closing of various char devices (Jan Kiszka)aliguori1-2/+19
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-1/+1
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-5/+9
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Improve mux'ed console experience (Jan Kiszka)aliguori1-2/+9
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Drop banner hiding (Jan Kiszka)aliguori1-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-2/+3
2009-03-05char-mux: Use separate input buffers (Jan Kiszka)aliguori1-10/+14
2009-03-05char: Fix initial reset (Jan Kiszka)aliguori1-4/+16
2009-02-09qemu_chr_open_tcp: allow ipv4 and ipv6 optionsaurel321-0/+4
2009-02-08QEMU Microsoft serial mouse emulationaurel321-0/+3
2009-02-08fix use of host serial portaurel321-8/+19
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-59/+0
2009-01-22monitor-mux: fix timestamp prefixes (Jan Kiszka)aliguori1-2/+2
2009-01-18add an init function parameter to qemu_chr_open()aurel321-2/+3
2009-01-16Fix character devices after DisplayState refactoringaliguori1-2/+2
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-2/+2
2009-01-14Make OpenBSD sparc-softmmu compile warning freeblueswir11-3/+3
2008-11-30Fix warning from sparseaurel321-1/+0
2008-11-22Native FreeBSD parallel port (Juergen Lock)blueswir11-0/+65
2008-11-12fix some variable initizalization issues (Stefano Stabellini)aliguori1-0/+1
2008-11-11sockets: switch over tcp/telnet/unix serial line to new helper functions (Ger...aliguori1-74/+32
2008-11-11sockets: helper functions for qemu (Gerd Hoffman)aliguori1-2/+2
2008-11-07Fix some build issues for BSD.blueswir11-6/+12
2008-11-01qemu-char: include hw/baum.haurel321-0/+2
2008-10-31Remove extraneous inline keyword.aliguori1-1/+1
2008-10-31Move CharDriverState code out of vl.caliguori1-0/+2202