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
/
chardev
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
11
-3
/
+19
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
3
-0
/
+5
2018-02-07
chardev/char-socket: add POLLHUP handler
Klim Kireev
1
-0
/
+22
2018-02-05
chardev: fix incorrect unref of source
Peter Xu
1
-17
/
+21
2018-01-16
chardev: Clean up previous patch indentation
Eric Blake
1
-34
/
+32
2018-01-16
chardev: Use goto/label instead of do/break/while(0)
Eric Blake
1
-3
/
+10
2018-01-12
chardev: introduce qemu_chr_timeout_add_ms()
Peter Xu
3
-34
/
+55
2018-01-12
chardev: let g_idle_add() be with chardev gcontext
Peter Xu
1
-8
/
+13
2018-01-12
chardev: use backend chr context when watch for fe
Peter Xu
1
-1
/
+1
2017-12-21
chardev: convert the socket server to QIONetListener
Daniel P. Berrange
1
-43
/
+30
2017-12-21
chardev: fix backend events regression with mux chardev
Marc-André Lureau
2
-6
/
+22
2017-12-21
baum: Truncate braille device size to 84x1
Samuel Thibault
1
-1
/
+7
2017-12-18
misc: remove headers implicitly included
Philippe Mathieu-Daudé
1
-4
/
+0
2017-10-12
char: don't skip client cleanup if 'connected' flag is unset
Daniel P. Berrange
1
-10
/
+9
2017-09-26
chardev/baum: fix baum that releases brlapi twice
Liang Yan
1
-0
/
+1
2017-09-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
6
-18
/
+22
2017-09-22
chardev: remove context in chr_update_read_handler
Peter Xu
5
-9
/
+5
2017-09-22
chardev: use per-dev context for io_add_watch_poll
Peter Xu
4
-5
/
+5
2017-09-22
chardev: add Chardev.gcontext field
Peter Xu
1
-0
/
+1
2017-09-22
chardev: new qemu_chr_be_update_read_handlers()
Peter Xu
2
-5
/
+12
2017-09-22
buildsys: Move brlapi libs to per object
Fam Zheng
1
-0
/
+1
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-2
/
+2
2017-08-01
char: don't exit on hmp 'chardev-add help'
Anton Nefedov
1
-1
/
+1
2017-08-01
char-fd: remove useless chr pointer
Marc-André Lureau
1
-1
/
+0
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-31
/
+152
2017-07-14
hmp: add hmp analogue for qmp-chardev-change
Anton Nefedov
1
-1
/
+1
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
1
-0
/
+5
2017-07-14
char: forbid direct chardevice access for hotswap devices
Anton Nefedov
1
-0
/
+7
2017-07-14
char: chardevice hotswap
Anton Nefedov
1
-0
/
+83
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2
-1
/
+4
2017-07-14
char: move QemuOpts->ChardevBackend translation to a separate func
Anton Nefedov
1
-30
/
+51
2017-07-14
chardev: block during sync read
Marc-André Lureau
1
-0
/
+2
2017-07-13
char-socket: Report TCP socket waiting as information
Alistair Francis
1
-2
/
+2
2017-06-29
Add chardev-send-break monitor command
Stefan Fritsch
1
-0
/
+12
2017-06-08
chardev: don't use alias names in parse_compat()
Marc-André Lureau
1
-2
/
+2
2017-06-02
char: move char devices to chardev/
Marc-André Lureau
7
-0
/
+1810
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
2
-2
/
+5
2017-06-02
char: rename functions that are not part of fe
Marc-André Lureau
1
-8
/
+7
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
3
-342
/
+360
2017-06-02
char: generalize qemu_chr_write_all()
Marc-André Lureau
1
-42
/
+28
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
24
-339
/
+39
2017-06-02
char-win: close file handle except with console
Marc-André Lureau
4
-13
/
+8
2017-06-02
char-win: rename hcom->file
Marc-André Lureau
3
-24
/
+24
2017-06-02
char-win: rename win_chr_init/poll win_chr_serial_init/poll
Marc-André Lureau
3
-6
/
+6
2017-06-02
char-win: remove WinChardev.len
Marc-André Lureau
2
-10
/
+7
2017-06-02
char-win: simplify win_chr_read()
Marc-André Lureau
2
-27
/
+10
2017-06-02
char: cast ARRAY_SIZE() as signed to silent warning on empty array
Philippe Mathieu-Daudé
1
-2
/
+2
2017-05-09
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging
Stefan Hajnoczi
2
-26
/
+30
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2
-23
/
+27
[next]