aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-char.c
AgeCommit message (Expand)AuthorFilesLines
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