aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
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
2011-04-28char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi
2011-04-28chardev: Allow frontends to notify backends of guest open / closeHans de Goede
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil
2011-02-20qemu-char: Check for missing backend nameStefan Hajnoczi
2011-02-01fix QemuOpts leakPaolo Bonzini
2011-02-01add set_echo implementation for qemu_chr_stdioPaolo Bonzini
2011-02-01move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdioPaolo Bonzini
2011-02-01add qemu_chr_set_echoPaolo Bonzini
2011-02-01remove broken code for ttyPaolo Bonzini
2011-01-24spice: add chardev (v5)Alon Levy
2010-11-17qemu-char: Introduce Memory driverLuiz Capitulino
2010-11-03Fold send_all() wrapper unix_write() into one functionJes Sorensen
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-08-15Fix mingw32 buildBlue Swirl
2010-08-10RESEND: Inter-VM shared memory PCI deviceCam Macdonell
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-04-26stash away SCM_RIGHTS fd until a getfd command arrivesPaolo Bonzini
2010-04-09Always notify consumers of char devices if they're openAlexander Graf
2010-04-08fix function signature of qemu_chr_open_pty on !linuxRiku Voipio
2010-03-31Restore terminal monitor attributes - additionShahar Havivi
2010-03-30Fix some compilation warnings on FreeBSD hostsJuergen Lock
2010-03-21Revert "Convert atexit users to exit_notifier"Anthony Liguori
2010-03-19Convert atexit users to exit_notifierAnthony Liguori
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela
2010-03-14Fix corner case in chardev udp: parameterJan Kiszka
2010-03-09Restore terminal attributes for tty based monitorShahar Havivi
2010-02-28qemu-char.c: drop debug printfs from qemu_chr_parse_compatJan Kiszka
2010-02-22add close callback for tty-based char deviceDavid Ahern
2010-02-10Do not ignore error, if open file failed (-serial /dev/tty)Evgeniy Dushistov
2010-01-19char: Remove redundant qemu_chr_generic_open() call.Kusanagi Kouichi
2009-12-12char: Convert qemu_chr_info() to QObjectLuiz Capitulino
2009-12-12un-static qemu_chr_parse_compat()Gerd Hoffmann
2009-12-03Don't leak file descriptorsKevin Wolf
2009-11-30Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-17char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah
2009-11-17char: Remove special init_reset handlingAmit Shah
2009-11-17char: don't limit data sent to backends to 1k per bufferAmit Shah
2009-10-30serial: Support additional serial speed valuesStefan Weil