Age | Commit message (Expand) | Author | Files | Lines |
2011-11-28 | qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public | Hans de Goede | 1 | -13/+13 |
2011-11-11 | qemu-char: Plug memory leak on qemu_chr_open_pty() error path | Markus Armbruster | 1 | -9/+10 |
2011-10-23 | Add stdio char device on windows | Fabien Chouteau | 1 | -2/+225 |
2011-10-14 | qemu-char: Fix use of free() instead of g_free() | Stefan Weil | 1 | -4/+4 |
2011-10-04 | qapi: Convert query-chardev | Luiz Capitulino | 1 | -24/+11 |
2011-09-23 | qemu-char: use qemu_set_fd_handler/2 consistently | Marcelo Tosatti | 1 | -7/+7 |
2011-08-22 | char: remove qemu_chr_send_event() | Anthony Liguori | 1 | -6/+0 |
2011-08-22 | char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_close() -> qemu_chr_delete() | Anthony Liguori | 1 | -2/+2 |
2011-08-22 | char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() | Anthony Liguori | 1 | -2/+2 |
2011-08-22 | char: rename qemu_chr_open() -> qemu_chr_new() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_set_echo() -> qemu_chr_fe_set_echo() | Anthony Liguori | 1 | -2/+2 |
2011-08-22 | char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_can_read() -> qemu_chr_be_can_read() | Anthony Liguori | 1 | -10/+10 |
2011-08-22 | char: rename qemu_chr_read() -> qemu_chr_be_write() | Anthony Liguori | 1 | -9/+9 |
2011-08-22 | char: rename qemu_chr_printf() -> qemu_chr_fe_printf() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_write() -> qemu_chr_fe_write() | Anthony Liguori | 1 | -2/+2 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -42/+42 |
2011-07-25 | Wrap recv to avoid warnings | Blue Swirl | 1 | -2/+2 |
2011-07-24 | Fix chrdev return value conversion | Blue Swirl | 1 | -3/+4 |
2011-07-23 | Introduce a 'client_add' monitor command accepting an open FD | Daniel P. Berrange | 1 | -6/+24 |
2011-07-23 | qemu-char: Print strerror message on failure | Kevin Wolf | 1 | -68/+97 |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 1 | -1/+0 |
2011-04-28 | char: Detect chardev release by NULL handlers as well as NULL opaque | Amit Shah | 1 | -1/+1 |
2011-04-28 | char: Allow devices to use a single multiplexed chardev. | Kusanagi Kouichi | 1 | -1/+4 |
2011-04-28 | chardev: Allow frontends to notify backends of guest open / close | Hans de Goede | 1 | -0/+17 |
2011-03-24 | Merge remote branch 'amit/for-anthony' into staging | Anthony Liguori | 1 | -0/+4 |
2011-03-21 | char: Prevent multiple devices opening same chardev | Amit Shah | 1 | -0/+4 |
2011-03-21 | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini | 1 | -4/+4 |
2011-03-20 | Fix conversions from pointer to int and vice versa | Stefan Weil | 1 | -2/+2 |
2011-02-20 | qemu-char: Check for missing backend name | Stefan Hajnoczi | 1 | -0/+5 |
2011-02-01 | fix QemuOpts leak | Paolo Bonzini | 1 | -0/+1 |
2011-02-01 | add set_echo implementation for qemu_chr_stdio | Paolo Bonzini | 1 | -10/+16 |
2011-02-01 | move atexit(term_exit) and O_NONBLOCK to qemu_chr_open_stdio | Paolo Bonzini | 1 | -10/+8 |
2011-02-01 | add qemu_chr_set_echo | Paolo Bonzini | 1 | -0/+7 |
2011-02-01 | remove broken code for tty | Paolo Bonzini | 1 | -10/+0 |
2011-01-24 | spice: add chardev (v5) | Alon Levy | 1 | -0/+4 |
2010-11-17 | qemu-char: Introduce Memory driver | Luiz Capitulino | 1 | -0/+64 |
2010-11-03 | Fold send_all() wrapper unix_write() into one function | Jes Sorensen | 1 | -6/+2 |
2010-08-22 | QemuOpts: make most qemu_*_opts static | Gerd Hoffmann | 1 | -1/+1 |
2010-08-15 | Fix mingw32 build | Blue Swirl | 1 | -3/+4 |
2010-08-10 | RESEND: Inter-VM shared memory PCI device | Cam Macdonell | 1 | -0/+6 |
2010-06-15 | block: Decouple block device "commit all" from DriveInfo | Markus Armbruster | 1 | -6/+1 |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster | 1 | -1/+0 |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino | 1 | -16/+0 |
2010-04-26 | stash away SCM_RIGHTS fd until a getfd command arrives | Paolo Bonzini | 1 | -6/+3 |
2010-04-09 | Always notify consumers of char devices if they're open | Alexander Graf | 1 | -0/+20 |
2010-04-08 | fix function signature of qemu_chr_open_pty on !linux | Riku Voipio | 1 | -1/+1 |