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
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
2013-06-28
qemu-char: minor mux chardev fixes
Gerd Hoffmann
1
-4
/
+3
2013-06-28
qemu-char: use ChardevBackendKind in CharDriver
Gerd Hoffmann
1
-2
/
+2
2013-06-28
qemu-char: don't leak opts on error
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-char: print notification to stderr
Gerd Hoffmann
1
-2
/
+2
2013-06-28
qemu-char: use more specific error_setg_* variants
Gerd Hoffmann
1
-2
/
+2
2013-06-28
qemu-char: check optional fields using has_*
Gerd Hoffmann
1
-2
/
+2
2013-06-21
qemu-char: use bool in qemu_chr_open_socket and simplify code a bit
liguang
1
-13
/
+6
2013-06-14
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
1
-72
/
+5
2013-06-11
qemu-char: remove a few needless #includes
Michael Tokarev
1
-2
/
+0
2013-06-10
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
1
-21
/
+17
2013-05-27
chardev: fix "info chardev" output
Gerd Hoffmann
1
-0
/
+3
2013-05-27
Revert "chardev: Get filename for new qapi backend"
Gerd Hoffmann
1
-2
/
+0
2013-05-22
chardev: Get filename for new qapi backend
Lei Li
1
-0
/
+2
2013-05-22
chardev: Make the name of memory device consistent
Lei Li
1
-8
/
+8
2013-05-22
glib: Fix some misuses of gsize/size_t types
Peter Crosthwaite
1
-1
/
+1
2013-05-20
chardev: Make consistent with udp device for new qapi backend
Lei Li
1
-5
/
+5
2013-05-14
portability: pty.h is glibc-specific
Paolo Bonzini
1
-10
/
+0
2013-04-25
qemu-char: Set foo_tag = 0 when returning FALSE from callbacks
Hans de Goede
1
-0
/
+2
2013-04-22
qemu-char: do not operate on sources from finalize callbacks
Paolo Bonzini
1
-15
/
+40
2013-04-22
qemu-char: correct return value from chr_read functions
Paolo Bonzini
1
-6
/
+16
2013-04-22
qemu-char: simplify pty polling
Paolo Bonzini
1
-24
/
+17
2013-04-22
qemu-char: use consistent idiom for removing sources
Paolo Bonzini
1
-9
/
+23
2013-04-15
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
1
-1
/
+1
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2013-04-15
qemu-char: another io_add_watch_poll fix
Paolo Bonzini
1
-1
/
+4
2013-04-08
qemu-char: really fix behavior on can_read = 0
Paolo Bonzini
1
-4
/
+13
2013-04-05
qemu-char: eliminate busy waiting on can_read returning zero
Paolo Bonzini
1
-43
/
+19
2013-04-05
chardev: drop the Memory chardev driver
Luiz Capitulino
1
-64
/
+0
2013-04-04
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
1
-1
/
+9
2013-04-04
qemu-char: Add qemu_chr_fe_claim / _release helper functions
Hans de Goede
1
-0
/
+23
2013-04-02
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
1
-4
/
+7
2013-04-02
chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors
Stefan Hajnoczi
1
-0
/
+3
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-4
/
+4
2013-04-02
qemu-char: rewrite io_channel_send_all and drop the '_all' suffix
Anthony Liguori
1
-16
/
+20
2013-03-27
qemu-char: add_handlers: Don't re-send the be_open event on unregister
Hans de Goede
1
-1
/
+1
2013-03-27
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
1
-2
/
+0
2013-03-27
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
Hans de Goede
1
-7
/
+3
2013-03-27
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
1
-18
/
+6
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
1
-0
/
+13
[next]