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-01-16
chardev: add pty chardev support to chardev-add (qmp)
Gerd Hoffmann
2013-01-16
chardev: add socket chardev support to chardev-add (qmp)
Gerd Hoffmann
2013-01-16
chardev: add parallel chardev support to chardev-add (qmp)
Gerd Hoffmann
2013-01-16
chardev: add serial chardev support to chardev-add (qmp)
Gerd Hoffmann
2013-01-16
chardev: add file chardev support to chardev-add (qmp)
Gerd Hoffmann
2013-01-16
chardev: add qmp hotplug commands, with null chardev support
Gerd Hoffmann
2013-01-16
chardev: reduce chardev ifdef mess a bit
Gerd Hoffmann
2013-01-16
chardev: fix QemuOpts lifecycle
Gerd Hoffmann
2013-01-16
chardev: add error reporting for qemu_chr_new_from_opts
Gerd Hoffmann
2013-01-12
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
2013-01-03
pty: unbreak libvirt
Gerd Hoffmann
2013-01-02
disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...
Michael Tokarev
2012-12-23
qemu-char: Inherit ptys and improve output from -serial pty
Lei Li
2012-12-19
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
net: do not include net.h everywhere
Paolo Bonzini
2012-12-17
spice-qemu-char: add spiceport chardev
Marc-André Lureau
2012-11-24
chardev: Use real-time clock for open timer
Jan Kiszka
2012-10-31
chardev: Use timer instead of bottom-half to postpone open event
Jan Kiszka
2012-10-23
qemu-sockets: add error propagation to inet_dgram_opts
Paolo Bonzini
2012-10-23
qemu-char: ask and print error information from qemu-sockets
Paolo Bonzini
2012-10-23
qemu-sockets: add nonblocking connect for Unix sockets
Paolo Bonzini
2012-10-23
qemu-sockets: add Error ** to all functions
Paolo Bonzini
2012-09-25
Fix address handling in inet_nonblocking_connect
Orit Wasserman
2012-09-25
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
Orit Wasserman
2012-09-17
qemu-char: BUGFIX, don't call FD_ISSET with negative fd
David Gibson
2012-09-17
Revert 455aa1e08 and c3767ed0eb
Anthony Liguori
2012-09-10
socket: don't attempt to reconnect a TCP socket in server mode
Anthony Liguori
2012-08-16
qemu-char: (Re-)connect for tcp_chr_write() unconnected writing
Lei Li
2012-08-15
qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsg
Corey Bryant
2012-08-13
net: inet_connect(), inet_connect_opts(): add in_progress argument
Luiz Capitulino
2012-06-09
do not include <libutil.h> needlessly or if it doesn't exist
Michael Tokarev
2012-06-04
qemu-option: qemu_opts_create(): use error_set()
Luiz Capitulino
2012-05-10
sockets: use error class to pass listen error
Amos Kong
2012-05-10
sockets: change inet_connect() to support nonblock socket
Amos Kong
2012-04-24
qemu-char: Fix crash when switching consoles
Stefan Weil
2012-04-16
Kick io-thread on qemu_chr_accept_input
Jan Kiszka
2012-02-24
qemu-char: qemu_chr_open_fd() can't fail, don't check
Markus Armbruster
2012-02-24
qemu-char: Re-apply style fixes from just reverted aad04cd0
Markus Armbruster
2012-02-24
qemu-char: Use qemu_open() to avoid leaking fds to children
Markus Armbruster
2012-02-24
Revert "qemu-char: Print strerror message on failure" and deps
Markus Armbruster
2012-02-03
qdev: nuke qdev_init_chardev()
Anthony Liguori
2011-11-28
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
Hans de Goede
2011-11-11
qemu-char: Plug memory leak on qemu_chr_open_pty() error path
Markus Armbruster
2011-10-23
Add stdio char device on windows
Fabien Chouteau
2011-10-14
qemu-char: Fix use of free() instead of g_free()
Stefan Weil
[next]