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-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
2013-03-27
qemu-char: Add fe_open tracking
Hans de Goede
1
-0
/
+8
2013-03-27
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
1
-12
/
+12
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
1
-3
/
+3
2013-03-26
char: introduce a blocking version of qemu_chr_fe_write
Anthony Liguori
1
-0
/
+27
2013-03-19
char: Fix return type of qemu_chr_fe_add_watch()
Kevin Wolf
1
-2
/
+2
2013-03-13
qemu-char.c: fix waiting for telnet connection message
Igor Mitsyanko
1
-1
/
+1
2013-03-13
chardev: add udp support to qapi
Gerd Hoffmann
1
-18
/
+26
2013-03-13
chardev: add memory (ringbuf) support to qapi
Gerd Hoffmann
1
-7
/
+23
2013-03-13
chardev: add vc support to qapi
Gerd Hoffmann
1
-0
/
+3
2013-03-13
chardev: add spice support to qapi
Gerd Hoffmann
1
-0
/
+8
2013-03-13
chardev: add pipe support to qapi
Gerd Hoffmann
1
-9
/
+22
2013-03-13
chardev: add console support to qapi
Gerd Hoffmann
1
-2
/
+7
2013-03-13
chardev: switch pty init to qapi
Gerd Hoffmann
1
-25
/
+10
2013-03-13
chardev: switch parallel init to qapi
Gerd Hoffmann
1
-20
/
+17
2013-03-13
chardev: switch serial/tty init to qapi
Gerd Hoffmann
1
-20
/
+17
2013-03-13
chardev: add stdio support to qapi
Gerd Hoffmann
1
-6
/
+20
2013-03-13
chardev: switch file init to qapi
Gerd Hoffmann
1
-28
/
+15
2013-03-13
chardev: add braille support to qapi
Gerd Hoffmann
1
-0
/
+5
2013-03-13
chardev: add msmouse support to qapi
Gerd Hoffmann
1
-0
/
+3
2013-03-13
chardev: switch null init to qapi
Gerd Hoffmann
1
-3
/
+3
2013-03-13
chardev: add mux chardev support to qapi
Gerd Hoffmann
1
-3
/
+32
2013-03-13
chardev: add support for qapi-based chardev initialization
Gerd Hoffmann
1
-0
/
+43
2013-03-12
Add a TPM Passthrough backend driver implementation
Stefan Berger
1
-0
/
+24
2013-03-10
qemu-char: fix win32 build
Blue Swirl
1
-2
/
+4
2013-03-08
qemu-char: move text console init to console.c
Anthony Liguori
1
-1
/
+0
2013-03-08
qemu-char: move msmouse registeration to msmouse.c
Anthony Liguori
1
-2
/
+1
2013-03-08
qemu-char: move baum registration to baum.c
Anthony Liguori
1
-4
/
+0
2013-03-08
qemu-char: move spice registration to spice-qemu-char.c
Anthony Liguori
1
-6
/
+0
2013-03-08
qemu-char: make char drivers dynamically registerable
Anthony Liguori
1
-44
/
+66
2013-03-08
qemu-char: remove use of QEMUTimer in favor of glib idle function
Anthony Liguori
1
-7
/
+5
2013-03-08
qemu-char: use a glib timeout instead of qemu-timer
Anthony Liguori
1
-23
/
+45
2013-03-08
char: add gio watch fn for tcp backends
Amit Shah
1
-0
/
+7
2013-03-08
qemu-char: add pty watch
Anthony Liguori
1
-0
/
+7
2013-03-08
qemu-char: add watch support
Anthony Liguori
1
-1
/
+31
2013-03-08
qemu-char: tcp: make use GIOChannel
Anthony Liguori
1
-18
/
+42
2013-03-08
qemu-char: convert UDP to GIOChannel
Anthony Liguori
1
-11
/
+57
2013-03-08
qemu-char: convert pty to GIOChannel
Anthony Liguori
1
-17
/
+27
[next]