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
2014-07-06
qemu-char: add chr_add_watch support in mux chardev
Kirill Batuzov
1
-0
/
+9
2014-07-06
Handle G_IO_HUP in tcp_chr_read for tcp chardev
Kirill Batuzov
1
-21
/
+6
2014-06-27
char: report frontend open/closed state in 'query-chardev'
Laszlo Ersek
1
-0
/
+1
2014-06-26
qemu-char: initialize chr_write_lock
Paolo Bonzini
1
-0
/
+1
2014-06-26
qemu-char: fix warning 'res' may be used uninitialized
Igor Mammedov
1
-1
/
+1
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-47
/
+87
2014-06-23
qemu-char: make writes thread-safe
Paolo Bonzini
1
-12
/
+46
2014-06-23
qemu-char: move pty_chr_update_read_handler around
Paolo Bonzini
1
-16
/
+16
2014-06-23
qemu-char: do not call chr_write directly
Paolo Bonzini
1
-7
/
+7
2014-06-23
qemu-char: introduce qemu_chr_alloc
Paolo Bonzini
1
-13
/
+19
2014-06-23
qemu-char: avoid leaking unused fds in tcp_get_msgfds()
Stefan Hajnoczi
1
-0
/
+7
2014-06-23
qemu-char: fix qemu_chr_fe_get_msgfd()
Stefan Hajnoczi
1
-1
/
+1
2014-06-23
console: move chardev declarations to sysemu/char.h
Michael S. Tsirkin
1
-1
/
+0
2014-06-19
Add G_IO_HUP handler for socket chardev
Nikolay Nikolaev
1
-0
/
+21
2014-06-19
Add chardev API qemu_chr_fe_get_msgfds
Nikolay Nikolaev
1
-21
/
+64
2014-06-19
Add chardev API qemu_chr_fe_set_msgfds
Nikolay Nikolaev
1
-1
/
+87
2014-06-19
Add chardev API qemu_chr_fe_read_all
Nikolay Nikolaev
1
-10
/
+73
2014-06-13
char: fix avail_connections init in qemu_chr_open_eventfd()
David Marchand
1
-1
/
+7
2014-06-11
monitor: Add ringbuf_write and ringbuf_read argument completion
Hani Benhabiles
1
-1
/
+1
2014-05-21
char: Explain qmp_chardev_add()'s unusual error handling
Markus Armbruster
1
-1
/
+7
2014-05-21
char: Clean up fragile use of error_is_set()
Markus Armbruster
1
-2
/
+4
2014-05-21
char: Use return values instead of error_is_set(errp)
Markus Armbruster
1
-9
/
+9
2014-03-13
char: restore read callback on a reattached (hotplug) chardev
Gal Hammer
1
-2
/
+15
2014-02-17
qmp: expose list of supported character device backends
Martin Kletzander
1
-0
/
+19
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-3
/
+3
2013-12-23
misc: Use macro ARRAY_SIZE where possible
Stefan Weil
1
-2
/
+1
2013-12-16
char: add qemu_chr_fe_event()
Marc-André Lureau
1
-0
/
+7
2013-10-10
Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into staging
Anthony Liguori
1
-51
/
+31
2013-10-09
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-2
/
+2
2013-10-05
qemu-char: Fix potential out of bounds access to local arrays
Stefan Weil
1
-2
/
+2
2013-10-01
chardev: handle qmp_chardev_add(KIND_MUX) failure
Gerd Hoffmann
1
-1
/
+6
2013-09-12
chardev: fix pty_chr_timer
Gerd Hoffmann
1
-8
/
+4
2013-09-05
char: remove watch callback on chardev detach from frontend
Amit Shah
1
-0
/
+3
2013-09-05
char: use common function to disable callbacks on chardev close
Amit Shah
1
-43
/
+19
2013-09-05
char: move backends' io watch tag to CharDriverState
Amit Shah
1
-38
/
+39
2013-08-26
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-1
/
+1
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-1
/
+1
2013-08-20
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
1
-1
/
+1
2013-08-13
qemu-char: fix infinite recursion connecting to monitor pty
James Hogan
1
-1
/
+1
2013-07-30
chardev: fix CHR_EVENT_OPENED events for mux chardevs
Michael Roth
1
-0
/
+50
2013-07-29
qapi: Rename ChardevBackend member "memory" to "ringbuf"
Markus Armbruster
1
-5
/
+6
2013-07-29
qemu-char: Register ring buffer driver with correct name "ringbuf"
Markus Armbruster
1
-1
/
+4
2013-07-29
Revert "chardev: Make the name of memory device consistent"
Markus Armbruster
1
-8
/
+8
2013-07-18
char: io_channel_send: don't lose written bytes
Laszlo Ersek
1
-22
/
+19
2013-07-10
qemu-char: Fix ringbuf option size
Markus Armbruster
1
-1
/
+1
2013-07-09
trap signals for "-serial mon:stdio"
Paolo Bonzini
1
-4
/
+9
2013-06-28
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-13
/
+32
2013-06-28
qemu-char: Fix ID reuse after chardev-remove for qapi-based init
Markus Armbruster
1
-0
/
+1
2013-06-28
qemu-char: report udp backend errors
Gerd Hoffmann
1
-0
/
+2
2013-06-28
qemu-char: add -chardev mux support
Gerd Hoffmann
1
-0
/
+18
[next]