summaryrefslogtreecommitdiffstats
path: root/qemu-char.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-char: qemu_chr_open_fd() can't fail, don't checkMarkus Armbruster2012-02-241-4/+0
* qemu-char: Re-apply style fixes from just reverted aad04cd0Markus Armbruster2012-02-241-7/+14
* qemu-char: Use qemu_open() to avoid leaking fds to childrenMarkus Armbruster2012-02-241-4/+4
* Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster2012-02-241-101/+68
* qdev: nuke qdev_init_chardev()Anthony Liguori2012-02-031-0/+10
* qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede2011-11-281-13/+13
* qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster2011-11-111-9/+10
* Add stdio char device on windowsFabien Chouteau2011-10-231-2/+225
* qemu-char: Fix use of free() instead of g_free()Stefan Weil2011-10-141-4/+4
* qapi: Convert query-chardevLuiz Capitulino2011-10-041-24/+11
* qemu-char: use qemu_set_fd_handler/2 consistentlyMarcelo Tosatti2011-09-231-7/+7
* char: remove qemu_chr_send_event()Anthony Liguori2011-08-221-6/+0
* char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori2011-08-221-2/+2
* char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()Anthony Liguori2011-08-221-2/+2
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo()Anthony Liguori2011-08-221-2/+2
* char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori2011-08-221-1/+1
* 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
OpenPOWER on IntegriCloud