summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* chardev: Allow frontends to notify backends of guest open / closeHans de Goede2011-04-281-0/+17
* Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori2011-03-241-0/+4
|\
| * char: Prevent multiple devices opening same chardevAmit Shah2011-03-211-0/+4
* | change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-4/+4
|/
* Fix conversions from pointer to int and vice versaStefan Weil2011-03-201-2/+2
* qemu-char: Check for missing backend nameStefan Hajnoczi2011-02-201-0/+5
* fix QemuOpts leakPaolo Bonzini2011-02-011-0/+1
* add set_echo implementation for qemu_chr_stdioPaolo Bonzini2011-02-011-10/+16
* move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdioPaolo Bonzini2011-02-011-10/+8
* add qemu_chr_set_echoPaolo Bonzini2011-02-011-0/+7
* remove broken code for ttyPaolo Bonzini2011-02-011-10/+0
* spice: add chardev (v5)Alon Levy2011-01-241-0/+4
* qemu-char: Introduce Memory driverLuiz Capitulino2010-11-171-0/+64
* Fold send_all() wrapper unix_write() into one functionJes Sorensen2010-11-031-6/+2
* QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-221-1/+1
* Fix mingw32 buildBlue Swirl2010-08-151-3/+4
* RESEND: Inter-VM shared memory PCI deviceCam Macdonell2010-08-101-0/+6
* block: Decouple block device "commit all" from DriveInfoMarkus Armbruster2010-06-151-6/+1
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-1/+0
* Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-16/+0
* stash away SCM_RIGHTS fd until a getfd command arrivesPaolo Bonzini2010-04-261-6/+3
* Always notify consumers of char devices if they're openAlexander Graf2010-04-091-0/+20
* fix function signature of qemu_chr_open_pty on !linuxRiku Voipio2010-04-081-1/+1
* Restore terminal monitor attributes - additionShahar Havivi2010-03-311-1/+3
* Fix some compilation warnings on FreeBSD hostsJuergen Lock2010-03-301-2/+2
* Revert "Convert atexit users to exit_notifier"Anthony Liguori2010-03-211-9/+2
* Convert atexit users to exit_notifierAnthony Liguori2010-03-191-2/+9
* rename IOCanRWHandler to IOCanReadHandlerJuan Quintela2010-03-191-2/+2
* Fix corner case in chardev udp: parameterJan Kiszka2010-03-141-1/+1
* Restore terminal attributes for tty based monitorShahar Havivi2010-03-091-0/+8
* qemu-char.c: drop debug printfs from qemu_chr_parse_compatJan Kiszka2010-02-281-3/+0
* add close callback for tty-based char deviceDavid Ahern2010-02-221-0/+17
* Do not ignore error, if open file failed (-serial /dev/tty)Evgeniy Dushistov2010-02-101-0/+3
* char: Remove redundant qemu_chr_generic_open() call.Kusanagi Kouichi2010-01-191-1/+0
* char: Convert qemu_chr_info() to QObjectLuiz Capitulino2009-12-121-2/+41
* un-static qemu_chr_parse_compat()Gerd Hoffmann2009-12-121-1/+1
* Don't leak file descriptorsKevin Wolf2009-12-031-4/+4
* Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18Aurelien Jarno2009-11-301-0/+1
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-8/+11
* char: rename qemu_chr_reset to qemu_chr_generic_openAmit Shah2009-11-171-11/+11
* char: Remove special init_reset handlingAmit Shah2009-11-171-9/+0
* char: don't limit data sent to backends to 1k per bufferAmit Shah2009-11-171-6/+8
* serial: Support additional serial speed valuesStefan Weil2009-10-301-26/+61
* Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori2009-10-271-6/+1
* net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin2009-10-271-6/+0
* Add chardev option to disable signal.Kusanagi Kouichi2009-10-271-3/+3
* char: emit the OPENED event only when a new char connection is openedAmit Shah2009-10-211-1/+6
OpenPOWER on IntegriCloud