index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-03-31
Restore terminal monitor attributes - addition
Shahar Havivi
1
-1
/
+3
2010-03-30
Fix some compilation warnings on FreeBSD hosts
Juergen Lock
1
-2
/
+2
2010-03-21
Revert "Convert atexit users to exit_notifier"
Anthony Liguori
1
-9
/
+2
2010-03-19
Convert atexit users to exit_notifier
Anthony Liguori
1
-2
/
+9
2010-03-19
rename IOCanRWHandler to IOCanReadHandler
Juan Quintela
1
-2
/
+2
2010-03-14
Fix corner case in chardev udp: parameter
Jan Kiszka
1
-1
/
+1
2010-03-09
Restore terminal attributes for tty based monitor
Shahar Havivi
1
-0
/
+8
2010-02-28
qemu-char.c: drop debug printfs from qemu_chr_parse_compat
Jan Kiszka
1
-3
/
+0
2010-02-22
add close callback for tty-based char device
David Ahern
1
-0
/
+17
2010-02-10
Do not ignore error, if open file failed (-serial /dev/tty)
Evgeniy Dushistov
1
-0
/
+3
2010-01-19
char: Remove redundant qemu_chr_generic_open() call.
Kusanagi Kouichi
1
-1
/
+0
2009-12-12
char: Convert qemu_chr_info() to QObject
Luiz Capitulino
1
-2
/
+41
2009-12-12
un-static qemu_chr_parse_compat()
Gerd Hoffmann
1
-1
/
+1
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-4
/
+4
2009-11-30
Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18
Aurelien Jarno
1
-0
/
+1
2009-11-29
Add support for GNU/kFreeBSD
Aurelien Jarno
1
-8
/
+11
2009-11-17
char: rename qemu_chr_reset to qemu_chr_generic_open
Amit Shah
1
-11
/
+11
2009-11-17
char: Remove special init_reset handling
Amit Shah
1
-9
/
+0
2009-11-17
char: don't limit data sent to backends to 1k per buffer
Amit Shah
1
-6
/
+8
2009-10-30
serial: Support additional serial speed values
Stefan Weil
1
-26
/
+61
2009-10-27
Revert "char: emit the OPENED event only when a new char connection is opened"
Anthony Liguori
1
-6
/
+1
2009-10-27
net: remove unused includes of if_tun.h and if_tap.h
Mark McLoughlin
1
-6
/
+0
2009-10-27
Add chardev option to disable signal.
Kusanagi Kouichi
1
-3
/
+3
2009-10-21
char: emit the OPENED event only when a new char connection is opened
Amit Shah
1
-1
/
+6
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
1
-1
/
+1
2009-10-21
char: check for initial_reset_issued unnecessary
Amit Shah
1
-4
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-9
/
+9
2009-09-11
move mux focus field from CharDriverState to MuxDriver
Gerd Hoffmann
1
-13
/
+14
2009-09-11
monitor: fix muxing
Gerd Hoffmann
1
-0
/
+4
2009-09-11
Allow -serial chardev:<name>
Gerd Hoffmann
1
-0
/
+16
2009-09-11
convert udp chardev to QemuOpts.
Gerd Hoffmann
1
-38
/
+35
2009-09-11
convert mux chardev to QemuOpts.
Gerd Hoffmann
1
-11
/
+21
2009-09-11
convert vc chardev to QemuOpts.
Gerd Hoffmann
1
-7
/
+19
2009-09-11
convert tty + parport chardevs to QemuOpts.
Gerd Hoffmann
1
-25
/
+32
2009-09-11
convert windows console chardev to QemuOpts.
Gerd Hoffmann
1
-4
/
+6
2009-09-11
convert braille chardev to QemuOpts.
Gerd Hoffmann
1
-5
/
+4
2009-09-11
convert msmouse chardev to QemuOpts.
Gerd Hoffmann
1
-5
/
+5
2009-09-11
convert stdio chardev to QemuOpts.
Gerd Hoffmann
1
-5
/
+4
2009-09-11
convert pty chardev to QemuOpts.
Gerd Hoffmann
1
-6
/
+7
2009-09-11
convert unix+tcp chardevs to QemuOpts.
Gerd Hoffmann
1
-56
/
+66
2009-09-11
convert file+pipe chardevs to QemuOpts.
Gerd Hoffmann
1
-15
/
+32
2009-09-11
switch chardev to QemuOpts: infrastructure, null device
Gerd Hoffmann
1
-4
/
+67
2009-08-24
char: Emit 'CLOSED' events on char device close
Amit Shah
1
-0
/
+10
2009-08-01
More NULL pointer fixes
Blue Swirl
1
-2
/
+2
2009-07-27
Fix typo WIN32 -> _WIN32
Anthony Liguori
1
-1
/
+1
2009-07-27
rename HOST_BSD to CONFIG_BSD
Juan Quintela
1
-1
/
+1
2009-07-27
kill drives_table
Gerd Hoffmann
1
-3
/
+3
[next]