index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.c
Age
Commit message (
Expand
)
Author
2013-04-02
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2013-04-02
chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors
Stefan Hajnoczi
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
qemu-char: rewrite io_channel_send_all and drop the '_all' suffix
Anthony Liguori
2013-03-27
qemu-char: add_handlers: Don't re-send the be_open event on unregister
Hans de Goede
2013-03-27
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
2013-03-27
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
Hans de Goede
2013-03-27
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
2013-03-27
qemu-char: Add fe_open tracking
Hans de Goede
2013-03-27
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
2013-03-26
char: introduce a blocking version of qemu_chr_fe_write
Anthony Liguori
2013-03-19
char: Fix return type of qemu_chr_fe_add_watch()
Kevin Wolf
2013-03-13
qemu-char.c: fix waiting for telnet connection message
Igor Mitsyanko
2013-03-13
chardev: add udp support to qapi
Gerd Hoffmann
2013-03-13
chardev: add memory (ringbuf) support to qapi
Gerd Hoffmann
2013-03-13
chardev: add vc support to qapi
Gerd Hoffmann
2013-03-13
chardev: add spice support to qapi
Gerd Hoffmann
2013-03-13
chardev: add pipe support to qapi
Gerd Hoffmann
2013-03-13
chardev: add console support to qapi
Gerd Hoffmann
2013-03-13
chardev: switch pty init to qapi
Gerd Hoffmann
2013-03-13
chardev: switch parallel init to qapi
Gerd Hoffmann
2013-03-13
chardev: switch serial/tty init to qapi
Gerd Hoffmann
2013-03-13
chardev: add stdio support to qapi
Gerd Hoffmann
2013-03-13
chardev: switch file init to qapi
Gerd Hoffmann
2013-03-13
chardev: add braille support to qapi
Gerd Hoffmann
2013-03-13
chardev: add msmouse support to qapi
Gerd Hoffmann
2013-03-13
chardev: switch null init to qapi
Gerd Hoffmann
2013-03-13
chardev: add mux chardev support to qapi
Gerd Hoffmann
2013-03-13
chardev: add support for qapi-based chardev initialization
Gerd Hoffmann
2013-03-12
Add a TPM Passthrough backend driver implementation
Stefan Berger
2013-03-10
qemu-char: fix win32 build
Blue Swirl
2013-03-08
qemu-char: move text console init to console.c
Anthony Liguori
2013-03-08
qemu-char: move msmouse registeration to msmouse.c
Anthony Liguori
2013-03-08
qemu-char: move baum registration to baum.c
Anthony Liguori
2013-03-08
qemu-char: move spice registration to spice-qemu-char.c
Anthony Liguori
2013-03-08
qemu-char: make char drivers dynamically registerable
Anthony Liguori
2013-03-08
qemu-char: remove use of QEMUTimer in favor of glib idle function
Anthony Liguori
2013-03-08
qemu-char: use a glib timeout instead of qemu-timer
Anthony Liguori
2013-03-08
char: add gio watch fn for tcp backends
Amit Shah
2013-03-08
qemu-char: add pty watch
Anthony Liguori
2013-03-08
qemu-char: add watch support
Anthony Liguori
2013-03-08
qemu-char: tcp: make use GIOChannel
Anthony Liguori
2013-03-08
qemu-char: convert UDP to GIOChannel
Anthony Liguori
2013-03-08
qemu-char: convert pty to GIOChannel
Anthony Liguori
2013-03-08
qemu-char: convert fd_chr to use a GIOChannel
Anthony Liguori
2013-03-08
char: add IOWatchPoll support
Anthony Liguori
2013-03-08
qemu-char: remove dead/confusing logic with nb_stdio_clients
Anthony Liguori
2013-03-04
move socket_set_nodelay to osdep.c
MORITA Kazutaka
[next]