aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
AgeCommit message (Expand)Author
2011-10-14qemu-char: Fix use of free() instead of g_free()Stefan Weil
2011-10-04qapi: Convert query-chardevLuiz Capitulino
2011-09-23qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
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