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
2021-07-09
modules: add chardev module annotations
Gerd Hoffmann
2
-0
/
+5
2021-06-29
chardev/socket: Use qcrypto_tls_creds_check_endpoint()
Philippe Mathieu-Daudé
1
-12
/
+6
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
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
2
-2
/
+0
2021-04-01
chardev: Fix yank with the chardev-change case
Lukas Straub
2
-10
/
+45
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-04-01
yank: Remove dependency on qiochannel
Lukas Straub
1
-7
/
+14
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-18
chardev: reject use of 'wait' flag for socket client chardevs
Daniel P. Berrangé
1
-8
/
+4
2021-03-06
chardev: add nodelay option
Paolo Bonzini
2
-2
/
+14
2021-02-25
chardev: do not use short form boolean options in non-QemuOpts character devi...
Paolo Bonzini
1
-5
/
+5
2021-02-25
char: don't fail when client is not connected
Pavel Dovgalyuk
1
-0
/
+3
2021-02-04
chardev: check if the chardev is registered for yanking
Marc-André Lureau
1
-20
/
+33
2021-01-13
chardev/char-socket.c: Add yank feature
Lukas Straub
1
-0
/
+34
2021-01-02
brlapi: convert to meson
Paolo Bonzini
1
-1
/
+1
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-12
/
+8
2020-12-15
chardev: do not use machine_init_done
Paolo Bonzini
3
-74
/
+35
2020-12-10
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
1
-1
/
+1
2020-11-17
char-stdio: Fix QMP default for 'signal'
Kevin Wolf
1
-3
/
+1
2020-11-03
sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX
Markus Armbruster
2
-0
/
+8
2020-11-03
char-socket: Fix qemu_chr_socket_address() for abstract sockets
Markus Armbruster
1
-2
/
+14
2020-11-03
sockets: Fix default of UnixSocketAddress member @tight
Markus Armbruster
1
-0
/
+2
2020-10-21
spice: move add_interface() to QemuSpiceOps.
Gerd Hoffmann
1
-1
/
+1
2020-10-15
chardev/spice: build spice chardevs as module
Gerd Hoffmann
1
-1
/
+6
2020-10-15
chardev/spice: simplify chardev setup
Gerd Hoffmann
1
-23
/
+6
2020-10-15
chardev/spice: make qemu_chr_open_spice_port static
Gerd Hoffmann
1
-4
/
+4
2020-10-12
chardev: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
1
-6
/
+0
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é
3
-5
/
+5
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
10
-16
/
+20
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
10
-20
/
+39
2020-09-08
meson: remove linkage of sdl to baum
Bruce Rogers
1
-2
/
+2
2020-09-01
meson: add pixman dependency to chardev/baum module
Stefan Weil
1
-1
/
+1
2020-08-27
meson: Fix chardev-baum.so name
Bruce Rogers
1
-1
/
+1
2020-08-21
meson: move SDL and SDL-image detection to meson
Paolo Bonzini
1
-1
/
+1
2020-08-21
meson: convert chardev directory to Meson (emulator part)
Paolo Bonzini
2
-10
/
+13
2020-08-21
meson: convert chardev directory to Meson (tools part)
Marc-André Lureau
2
-19
/
+32
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-13
chardev: Extract system emulation specific code
Philippe Mathieu-Daudé
4
-34
/
+74
2020-07-13
chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"
Philippe Mathieu-Daudé
4
-3
/
+65
2020-07-13
chardev: Restrict msmouse / wctablet / testdev to system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-13
char: fix use-after-free with dup chardev & reconnect
Marc-André Lureau
1
-1
/
+2
2020-07-13
chardev: don't abort on attempt to add duplicated chardev
Marc-André Lureau
1
-1
/
+5
2020-07-13
char-socket: initialize reconnect timer only when the timer doesn't start
Li Feng
1
-1
/
+1
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
1
-4
/
+2
[next]