index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-char.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-char: Set foo_tag = 0 when returning FALSE from callbacks
Hans de Goede
2013-04-25
1
-0
/
+2
*
qemu-char: do not operate on sources from finalize callbacks
Paolo Bonzini
2013-04-22
1
-15
/
+40
*
qemu-char: correct return value from chr_read functions
Paolo Bonzini
2013-04-22
1
-6
/
+16
*
qemu-char: simplify pty polling
Paolo Bonzini
2013-04-22
1
-24
/
+17
*
qemu-char: use consistent idiom for removing sources
Paolo Bonzini
2013-04-22
1
-9
/
+23
*
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-04-15
1
-1
/
+1
|
\
|
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
|
qemu-char: another io_add_watch_poll fix
Paolo Bonzini
2013-04-15
1
-1
/
+4
|
/
*
qemu-char: really fix behavior on can_read = 0
Paolo Bonzini
2013-04-08
1
-4
/
+13
*
qemu-char: eliminate busy waiting on can_read returning zero
Paolo Bonzini
2013-04-05
1
-43
/
+19
*
chardev: drop the Memory chardev driver
Luiz Capitulino
2013-04-05
1
-64
/
+0
*
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
2013-04-04
1
-1
/
+9
*
qemu-char: Add qemu_chr_fe_claim / _release helper functions
Hans de Goede
2013-04-04
1
-0
/
+23
*
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2013-04-02
1
-4
/
+7
|
\
|
*
chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors
Stefan Hajnoczi
2013-04-02
1
-0
/
+3
|
*
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-04-02
1
-4
/
+4
*
|
qemu-char: rewrite io_channel_send_all and drop the '_all' suffix
Anthony Liguori
2013-04-02
1
-16
/
+20
|
/
*
qemu-char: add_handlers: Don't re-send the be_open event on unregister
Hans de Goede
2013-03-27
1
-1
/
+1
*
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
2013-03-27
1
-2
/
+0
*
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
Hans de Goede
2013-03-27
1
-7
/
+3
*
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
2013-03-27
1
-18
/
+6
*
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
2013-03-27
1
-0
/
+13
*
qemu-char: Add fe_open tracking
Hans de Goede
2013-03-27
1
-0
/
+8
*
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
2013-03-27
1
-12
/
+12
*
qemu-char: Rename opened to be_open
Hans de Goede
2013-03-27
1
-3
/
+3
*
char: introduce a blocking version of qemu_chr_fe_write
Anthony Liguori
2013-03-26
1
-0
/
+27
*
char: Fix return type of qemu_chr_fe_add_watch()
Kevin Wolf
2013-03-19
1
-2
/
+2
*
qemu-char.c: fix waiting for telnet connection message
Igor Mitsyanko
2013-03-13
1
-1
/
+1
*
chardev: add udp support to qapi
Gerd Hoffmann
2013-03-13
1
-18
/
+26
*
chardev: add memory (ringbuf) support to qapi
Gerd Hoffmann
2013-03-13
1
-7
/
+23
*
chardev: add vc support to qapi
Gerd Hoffmann
2013-03-13
1
-0
/
+3
*
chardev: add spice support to qapi
Gerd Hoffmann
2013-03-13
1
-0
/
+8
*
chardev: add pipe support to qapi
Gerd Hoffmann
2013-03-13
1
-9
/
+22
*
chardev: add console support to qapi
Gerd Hoffmann
2013-03-13
1
-2
/
+7
*
chardev: switch pty init to qapi
Gerd Hoffmann
2013-03-13
1
-25
/
+10
*
chardev: switch parallel init to qapi
Gerd Hoffmann
2013-03-13
1
-20
/
+17
*
chardev: switch serial/tty init to qapi
Gerd Hoffmann
2013-03-13
1
-20
/
+17
*
chardev: add stdio support to qapi
Gerd Hoffmann
2013-03-13
1
-6
/
+20
*
chardev: switch file init to qapi
Gerd Hoffmann
2013-03-13
1
-28
/
+15
*
chardev: add braille support to qapi
Gerd Hoffmann
2013-03-13
1
-0
/
+5
*
chardev: add msmouse support to qapi
Gerd Hoffmann
2013-03-13
1
-0
/
+3
*
chardev: switch null init to qapi
Gerd Hoffmann
2013-03-13
1
-3
/
+3
*
chardev: add mux chardev support to qapi
Gerd Hoffmann
2013-03-13
1
-3
/
+32
*
chardev: add support for qapi-based chardev initialization
Gerd Hoffmann
2013-03-13
1
-0
/
+43
*
Add a TPM Passthrough backend driver implementation
Stefan Berger
2013-03-12
1
-0
/
+24
*
qemu-char: fix win32 build
Blue Swirl
2013-03-10
1
-2
/
+4
*
qemu-char: move text console init to console.c
Anthony Liguori
2013-03-08
1
-1
/
+0
*
qemu-char: move msmouse registeration to msmouse.c
Anthony Liguori
2013-03-08
1
-2
/
+1
*
qemu-char: move baum registration to baum.c
Anthony Liguori
2013-03-08
1
-4
/
+0
*
qemu-char: move spice registration to spice-qemu-char.c
Anthony Liguori
2013-03-08
1
-6
/
+0
[next]