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
/
char.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-14
chardev: Propagate error from logfile opening
Michal Privoznik
1
-5
/
+2
2021-08-05
chardev: report a simpler error about duplicated id
Marc-André Lureau
1
-0
/
+5
2021-08-05
chardev: give some context on chardev-add error
Marc-André Lureau
1
-6
/
+9
2021-05-21
ui/vdagent: add clipboard support
Gerd Hoffmann
1
-0
/
+3
2021-05-21
ui/vdagent: add mouse support
Gerd Hoffmann
1
-0
/
+3
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-04-01
chardev: Fix yank with the chardev-change case
Lukas Straub
1
-7
/
+28
2021-04-01
chardev/char.c: Always pass id to chardev_new
Lukas Straub
1
-2
/
+2
2021-04-01
chardev/char.c: Move object_property_try_add_child out of chardev_new
Lukas Straub
1
-18
/
+24
2021-03-19
char: Simplify chardev_name_foreach()
Kevin Wolf
1
-19
/
+5
2021-03-19
char: Deprecate backend aliases 'tty' and 'parport'
Kevin Wolf
1
-1
/
+11
2021-03-19
char: Skip CLI aliases in query-chardev-backends
Kevin Wolf
1
-7
/
+14
2021-03-06
chardev: add nodelay option
Paolo Bonzini
1
-0
/
+3
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-12
/
+8
2020-12-10
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
1
-1
/
+1
2020-11-03
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
Markus Armbruster
1
-0
/
+2
2020-09-30
char: fix logging when chardev write fails
Daniel P. Berrangé
1
-0
/
+13
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-1
/
+1
2020-07-13
chardev: Extract system emulation specific code
Philippe Mathieu-Daudé
1
-34
/
+1
2020-07-13
chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-13
chardev: don't abort on attempt to add duplicated chardev
Marc-André Lureau
1
-1
/
+5
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-4
/
+2
2020-07-07
chardev: enable modules, use for braille
Gerd Hoffmann
1
-1
/
+1
2020-06-18
chardev/char.c: Use qemu_co_sleep_ns if in coroutine
Lukas Straub
1
-1
/
+6
2020-05-20
qemu-sockets: add abstract UNIX domain socket support
xiaoqiang zhao
1
-0
/
+7
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-5
/
+2
2020-03-06
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+7
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+7
2020-01-08
chardev: use QEMUChrEvent instead of int
Paolo Bonzini
1
-2
/
+2
2020-01-07
chardev/char: Explicit we ignore some QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
1
-0
/
+5
2020-01-07
chardev: generate an internal id when none given
Marc-André Lureau
1
-8
/
+24
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
1
-1
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-04-18
char: Make -chardev help print to stdout
Markus Armbruster
1
-1
/
+2
2019-03-11
chardev: add support for authorization for TLS clients
Daniel P. Berrange
1
-0
/
+3
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
1
-13
/
+19
2019-02-12
chardev: ensure qemu_chr_parse_compat reports missing driver error
Daniel P. Berrangé
1
-0
/
+2
2018-12-12
char: add a QEMU_CHAR_FEATURE_GCONTEXT flag
Marc-André Lureau
1
-0
/
+11
2018-11-05
chardev: Indent list of chardevs
Max Reitz
1
-1
/
+1
2018-11-01
chardev: Add websocket support
Julia Suvorova
1
-1
/
+7
2018-10-19
char: Use error_printf() to print help and such
Markus Armbruster
1
-1
/
+1
2018-10-03
chardev: mark the calls that allow an implicit mux monitor
Marc-André Lureau
1
-7
/
+30
2018-03-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-26
/
+17
2018-03-13
char: allow passing pre-opened socket file descriptor at startup
Daniel P. Berrange
1
-0
/
+3
2018-03-12
chardev: introduce chr_machine_done hook
Peter Xu
1
-26
/
+17
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-2
/
+1
2018-03-02
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-01-12
chardev: introduce qemu_chr_timeout_add_ms()
Peter Xu
1
-0
/
+18
[next]