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
*
qmp: expose list of supported character device backends
Martin Kletzander
2014-02-17
1
-0
/
+19
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-3
/
+3
*
misc: Use macro ARRAY_SIZE where possible
Stefan Weil
2013-12-23
1
-2
/
+1
*
char: add qemu_chr_fe_event()
Marc-André Lureau
2013-12-16
1
-0
/
+7
*
Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into staging
Anthony Liguori
2013-10-10
1
-51
/
+31
|
\
|
*
char: remove watch callback on chardev detach from frontend
Amit Shah
2013-09-05
1
-0
/
+3
|
*
char: use common function to disable callbacks on chardev close
Amit Shah
2013-09-05
1
-43
/
+19
|
*
char: move backends' io watch tag to CharDriverState
Amit Shah
2013-09-05
1
-38
/
+39
*
|
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-10-09
1
-2
/
+2
|
\
\
|
*
|
qemu-char: Fix potential out of bounds access to local arrays
Stefan Weil
2013-10-05
1
-2
/
+2
*
|
|
chardev: handle qmp_chardev_add(KIND_MUX) failure
Gerd Hoffmann
2013-10-01
1
-1
/
+6
|
/
/
*
|
chardev: fix pty_chr_timer
Gerd Hoffmann
2013-09-12
1
-8
/
+4
|
/
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-08-26
1
-1
/
+1
|
\
|
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-1
/
+1
*
|
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
2013-08-20
1
-1
/
+1
|
/
*
qemu-char: fix infinite recursion connecting to monitor pty
James Hogan
2013-08-13
1
-1
/
+1
*
chardev: fix CHR_EVENT_OPENED events for mux chardevs
Michael Roth
2013-07-30
1
-0
/
+50
*
qapi: Rename ChardevBackend member "memory" to "ringbuf"
Markus Armbruster
2013-07-29
1
-5
/
+6
*
qemu-char: Register ring buffer driver with correct name "ringbuf"
Markus Armbruster
2013-07-29
1
-1
/
+4
*
Revert "chardev: Make the name of memory device consistent"
Markus Armbruster
2013-07-29
1
-8
/
+8
*
char: io_channel_send: don't lose written bytes
Laszlo Ersek
2013-07-18
1
-22
/
+19
*
qemu-char: Fix ringbuf option size
Markus Armbruster
2013-07-10
1
-1
/
+1
*
trap signals for "-serial mon:stdio"
Paolo Bonzini
2013-07-09
1
-4
/
+9
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-06-28
1
-13
/
+32
|
\
|
*
qemu-char: report udp backend errors
Gerd Hoffmann
2013-06-28
1
-0
/
+2
|
*
qemu-char: add -chardev mux support
Gerd Hoffmann
2013-06-28
1
-0
/
+18
|
*
qemu-char: minor mux chardev fixes
Gerd Hoffmann
2013-06-28
1
-4
/
+3
|
*
qemu-char: use ChardevBackendKind in CharDriver
Gerd Hoffmann
2013-06-28
1
-2
/
+2
|
*
qemu-char: don't leak opts on error
Gerd Hoffmann
2013-06-28
1
-1
/
+1
|
*
qemu-char: print notification to stderr
Gerd Hoffmann
2013-06-28
1
-2
/
+2
|
*
qemu-char: use more specific error_setg_* variants
Gerd Hoffmann
2013-06-28
1
-2
/
+2
|
*
qemu-char: check optional fields using has_*
Gerd Hoffmann
2013-06-28
1
-2
/
+2
*
|
qemu-char: Fix ID reuse after chardev-remove for qapi-based init
Markus Armbruster
2013-06-28
1
-0
/
+1
|
/
*
qemu-char: use bool in qemu_chr_open_socket and simplify code a bit
liguang
2013-06-21
1
-13
/
+6
*
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
2013-06-14
1
-72
/
+5
*
qemu-char: remove a few needless #includes
Michael Tokarev
2013-06-11
1
-2
/
+0
*
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
2013-06-10
1
-21
/
+17
*
chardev: fix "info chardev" output
Gerd Hoffmann
2013-05-27
1
-0
/
+3
*
Revert "chardev: Get filename for new qapi backend"
Gerd Hoffmann
2013-05-27
1
-2
/
+0
*
chardev: Get filename for new qapi backend
Lei Li
2013-05-22
1
-0
/
+2
*
chardev: Make the name of memory device consistent
Lei Li
2013-05-22
1
-8
/
+8
*
glib: Fix some misuses of gsize/size_t types
Peter Crosthwaite
2013-05-22
1
-1
/
+1
*
chardev: Make consistent with udp device for new qapi backend
Lei Li
2013-05-20
1
-5
/
+5
*
portability: pty.h is glibc-specific
Paolo Bonzini
2013-05-14
1
-10
/
+0
*
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
|
\
[next]