summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
Commit message (Expand)AuthorAgeFilesLines
...
* char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori2011-08-221-10/+10
* char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori2011-08-221-9/+9
* char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-42/+42
* Wrap recv to avoid warningsBlue Swirl2011-07-251-2/+2
* Fix chrdev return value conversionBlue Swirl2011-07-241-3/+4
* Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange2011-07-231-6/+24
* qemu-char: Print strerror message on failureKevin Wolf2011-07-231-68/+97
* 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
OpenPOWER on IntegriCloud