index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-21
Refactor how display drivers are selected
Anthony Liguori
1
-3
/
+3
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-3
/
+3
2009-03-28
char: Fix closing of various char devices (Jan Kiszka)
aliguori
1
-2
/
+19
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
1
-1
/
+1
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
1
-5
/
+9
2009-03-05
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
aliguori
1
-1
/
+1
2009-03-05
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
1
-2
/
+9
2009-03-05
monitor: Decouple terminals (Jan Kiszka)
aliguori
1
-1
/
+1
2009-03-05
monitor: Drop banner hiding (Jan Kiszka)
aliguori
1
-1
/
+1
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-2
/
+3
2009-03-05
char-mux: Use separate input buffers (Jan Kiszka)
aliguori
1
-10
/
+14
2009-03-05
char: Fix initial reset (Jan Kiszka)
aliguori
1
-4
/
+16
2009-02-09
qemu_chr_open_tcp: allow ipv4 and ipv6 options
aurel32
1
-0
/
+4
2009-02-08
QEMU Microsoft serial mouse emulation
aurel32
1
-0
/
+3
2009-02-08
fix use of host serial port
aurel32
1
-8
/
+19
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-59
/
+0
2009-01-22
monitor-mux: fix timestamp prefixes (Jan Kiszka)
aliguori
1
-2
/
+2
2009-01-18
add an init function parameter to qemu_chr_open()
aurel32
1
-2
/
+3
2009-01-16
Fix character devices after DisplayState refactoring
aliguori
1
-2
/
+2
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
1
-2
/
+2
2009-01-14
Make OpenBSD sparc-softmmu compile warning free
blueswir1
1
-3
/
+3
2008-11-30
Fix warning from sparse
aurel32
1
-1
/
+0
2008-11-22
Native FreeBSD parallel port (Juergen Lock)
blueswir1
1
-0
/
+65
2008-11-12
fix some variable initizalization issues (Stefano Stabellini)
aliguori
1
-0
/
+1
2008-11-11
sockets: switch over tcp/telnet/unix serial line to new helper functions (Ger...
aliguori
1
-74
/
+32
2008-11-11
sockets: helper functions for qemu (Gerd Hoffman)
aliguori
1
-2
/
+2
2008-11-07
Fix some build issues for BSD.
blueswir1
1
-6
/
+12
2008-11-01
qemu-char: include hw/baum.h
aurel32
1
-0
/
+2
2008-10-31
Remove extraneous inline keyword.
aliguori
1
-1
/
+1
2008-10-31
Move CharDriverState code out of vl.c
aliguori
1
-0
/
+2202