aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-char.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-24qemu-char: qemu_chr_open_fd() can't fail, don't checkMarkus Armbruster1-4/+0
2012-02-24qemu-char: Re-apply style fixes from just reverted aad04cd0Markus Armbruster1-7/+14
2012-02-24qemu-char: Use qemu_open() to avoid leaking fds to childrenMarkus Armbruster1-4/+4
2012-02-24Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster1-101/+68
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori1-0/+10
2011-11-28qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede1-13/+13
2011-11-11qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster1-9/+10
2011-10-23Add stdio char device on windowsFabien Chouteau1-2/+225
2011-10-14qemu-char: Fix use of free() instead of g_free()Stefan Weil1-4/+4
2011-10-04qapi: Convert query-chardevLuiz Capitulino1-24/+11
2011-09-23qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti1-7/+7
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