aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-char.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori1-6/+0
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori1-2/+2
2011-08-22char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori1-2/+2
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori1-2/+2
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori1-10/+10
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori1-9/+9
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-2/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-42/+42
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