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
2014-09-20
qemu-char: Permit only a single "stdio" character device
Li Liu
1
-1
/
+9
2014-09-16
qemu-char: Rename register_char_driver_qapi() to register_char_driver()
Peter Maydell
1
-28
/
+26
2014-09-16
qemu-char: Remove register_char_driver() machinery
Peter Maydell
1
-88
/
+38
2014-09-16
qemu-char: Convert udp backend to QAPI
Peter Maydell
1
-15
/
+54
2014-09-16
qemu-char: Convert socket backend to QAPI
Peter Maydell
1
-56
/
+56
2014-09-05
pty: Fix byte loss bug when connecting to pty
Sebastian Tanase
1
-1
/
+3
2014-08-18
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+2
2014-08-15
qemu-char: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Gonglei
1
-2
/
+2
2014-08-15
don't use 'Yoda conditions'
Gonglei
1
-1
/
+1
2014-08-06
backends: Introduce chr-testdev
Paolo Bonzini
1
-0
/
+4
2014-07-25
qemu-char: ignore flow control if a PTY's slave is not connected
Paolo Bonzini
1
-0
/
+7
2014-07-14
qemu-char: fix deadlock with "-monitor pty"
Paolo Bonzini
1
-2
/
+21
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
[next]