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
/
include
/
sysemu
/
char.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
qemu-char: Add qemu_chr_add_handlers_full() for GMaincontext
Zhang Chen
1
-1
/
+10
2016-07-29
char: add chr_wait_connected callback
Marc-André Lureau
1
-0
/
+8
2016-07-13
char: do not use atexit cleanup handler
Marc-André Lureau
1
-0
/
+7
2016-06-29
char: change qemu_chr_fe_add_watch to return unsigned
Paolo Bonzini
1
-2
/
+14
2016-06-17
qemu-char: add qemu_chr_disconnect to close a fd accepted by listen fd
Tetsuya Mukawa
1
-0
/
+7
2016-06-06
char: get rid of qemu_char_get_next_serial
xiaoqiang zhao
1
-1
/
+0
2016-03-22
Move ParallelIOArg from qemu-common.h to sysemu/char.h
Markus Armbruster
1
-0
/
+5
2016-03-15
replay: character devices
Pavel Dovgalyuk
1
-0
/
+26
2016-02-25
chardev: Properly initialize ChardevCommon components
Eric Blake
1
-0
/
+10
2016-02-02
char: remove qemu_chr_open_eventfd
Marc-André Lureau
1
-3
/
+0
2016-01-15
qemu-char: add logfile facility to all chardev backends
Daniel P. Berrange
1
-3
/
+6
2015-10-24
char: add qemu_chr_free()
Marc-André Lureau
1
-1
/
+9
2015-10-19
qemu-char: convert vc backend to data-driven creation
Paolo Bonzini
1
-3
/
+2
2015-10-19
qemu-char: convert testdev backend to data-driven creation
Paolo Bonzini
1
-3
/
+0
2015-10-19
qemu-char: convert braille backend to data-driven creation
Paolo Bonzini
1
-3
/
+0
2015-10-19
qemu-char: convert msmouse backend to data-driven creation
Paolo Bonzini
1
-3
/
+0
2015-10-14
qemu-char: add create to register_char_driver
Paolo Bonzini
1
-1
/
+3
2014-09-16
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
1
-1
/
+1
2014-09-16
qemu-char: Remove register_char_driver() machinery
Peter Maydell
1
-1
/
+0
2014-08-06
backends: Introduce chr-testdev
Paolo Bonzini
1
-0
/
+3
2014-07-06
Handle G_IO_HUP in tcp_chr_read for tcp chardev
Kirill Batuzov
1
-1
/
+0
2014-06-23
qemu-char: make writes thread-safe
Paolo Bonzini
1
-4
/
+7
2014-06-23
qemu-char: introduce qemu_chr_alloc
Paolo Bonzini
1
-0
/
+9
2014-06-23
console: move chardev declarations to sysemu/char.h
Michael S. Tsirkin
1
-0
/
+5
2014-06-19
Add G_IO_HUP handler for socket chardev
Nikolay Nikolaev
1
-0
/
+1
2014-06-19
Add chardev API qemu_chr_fe_get_msgfds
Nikolay Nikolaev
1
-1
/
+14
2014-06-19
Add chardev API qemu_chr_fe_set_msgfds
Nikolay Nikolaev
1
-0
/
+14
2014-06-19
Add chardev API qemu_chr_fe_read_all
Nikolay Nikolaev
1
-0
/
+14
2014-06-11
monitor: Add ringbuf_write and ringbuf_read argument completion
Hani Benhabiles
1
-2
/
+1
2013-12-16
char: add qemu_chr_fe_event()
Marc-André Lureau
1
-0
/
+10
2013-09-05
char: move backends' io watch tag to CharDriverState
Amit Shah
1
-0
/
+1
2013-07-30
chardev: fix CHR_EVENT_OPENED events for mux chardevs
Michael Roth
1
-0
/
+1
2013-06-28
qemu-char: use ChardevBackendKind in CharDriver
Gerd Hoffmann
1
-1
/
+1
2013-06-10
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
1
-1
/
+1
2013-04-17
chardev: remove the headers of Memory chardev driver
Lei Li
1
-6
/
+0
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-0
/
+306