index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-char.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]