index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-char.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-char: Introduce Memory driver
Luiz Capitulino
2010-11-17
1
-0
/
+64
*
Fold send_all() wrapper unix_write() into one function
Jes Sorensen
2010-11-03
1
-6
/
+2
*
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
2010-08-23
1
-1
/
+1
*
Fix mingw32 build
Blue Swirl
2010-08-15
1
-3
/
+4
*
RESEND: Inter-VM shared memory PCI device
Cam Macdonell
2010-08-10
1
-0
/
+6
*
block: Decouple block device "commit all" from DriveInfo
Markus Armbruster
2010-06-15
1
-6
/
+1
*
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
1
-1
/
+0
*
Monitor: Drop QMP documentation from code
Luiz Capitulino
2010-06-01
1
-16
/
+0
*
stash away SCM_RIGHTS fd until a getfd command arrives
Paolo Bonzini
2010-04-26
1
-6
/
+3
*
Always notify consumers of char devices if they're open
Alexander Graf
2010-04-09
1
-0
/
+20
*
fix function signature of qemu_chr_open_pty on !linux
Riku Voipio
2010-04-08
1
-1
/
+1
*
Restore terminal monitor attributes - addition
Shahar Havivi
2010-03-31
1
-1
/
+3
*
Fix some compilation warnings on FreeBSD hosts
Juergen Lock
2010-03-30
1
-2
/
+2
*
Revert "Convert atexit users to exit_notifier"
Anthony Liguori
2010-03-21
1
-9
/
+2
*
Convert atexit users to exit_notifier
Anthony Liguori
2010-03-19
1
-2
/
+9
*
rename IOCanRWHandler to IOCanReadHandler
Juan Quintela
2010-03-19
1
-2
/
+2
*
Fix corner case in chardev udp: parameter
Jan Kiszka
2010-03-14
1
-1
/
+1
*
Restore terminal attributes for tty based monitor
Shahar Havivi
2010-03-09
1
-0
/
+8
*
qemu-char.c: drop debug printfs from qemu_chr_parse_compat
Jan Kiszka
2010-02-28
1
-3
/
+0
*
add close callback for tty-based char device
David Ahern
2010-02-22
1
-0
/
+17
*
Do not ignore error, if open file failed (-serial /dev/tty)
Evgeniy Dushistov
2010-02-10
1
-0
/
+3
*
char: Remove redundant qemu_chr_generic_open() call.
Kusanagi Kouichi
2010-01-19
1
-1
/
+0
*
char: Convert qemu_chr_info() to QObject
Luiz Capitulino
2009-12-12
1
-2
/
+41
*
un-static qemu_chr_parse_compat()
Gerd Hoffmann
2009-12-12
1
-1
/
+1
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-4
/
+4
*
Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18
Aurelien Jarno
2009-11-30
1
-0
/
+1
*
Add support for GNU/kFreeBSD
Aurelien Jarno
2009-11-29
1
-8
/
+11
*
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
2009-11-17
1
-11
/
+11
*
char: Remove special init_reset handling
Amit Shah
2009-11-17
1
-9
/
+0
*
char: don't limit data sent to backends to 1k per buffer
Amit Shah
2009-11-17
1
-6
/
+8
*
serial: Support additional serial speed values
Stefan Weil
2009-10-30
1
-26
/
+61
*
Revert "char: emit the OPENED event only when a new char connection is opened"
Anthony Liguori
2009-10-27
1
-6
/
+1
*
net: remove unused includes of if_tun.h and if_tap.h
Mark McLoughlin
2009-10-27
1
-6
/
+0
*
Add chardev option to disable signal.
Kusanagi Kouichi
2009-10-27
1
-3
/
+3
*
char: emit the OPENED event only when a new char connection is opened
Amit Shah
2009-10-21
1
-1
/
+6
*
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
2009-10-21
1
-1
/
+1
*
char: check for initial_reset_issued unnecessary
Amit Shah
2009-10-21
1
-4
/
+1
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-9
/
+9
*
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
2009-09-11
1
-13
/
+14
*
monitor: fix muxing
Gerd Hoffmann
2009-09-11
1
-0
/
+4
*
Allow -serial chardev:<name>
Gerd Hoffmann
2009-09-11
1
-0
/
+16
*
convert udp chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-38
/
+35
*
convert mux chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-11
/
+21
*
convert vc chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-7
/
+19
*
convert tty + parport chardevs to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-25
/
+32
*
convert windows console chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-4
/
+6
*
convert braille chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-5
/
+4
*
convert msmouse chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-5
/
+5
*
convert stdio chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-5
/
+4
*
convert pty chardev to QemuOpts.
Gerd Hoffmann
2009-09-11
1
-6
/
+7
[next]