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-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
2020-07-07
chardev: enable modules, use for braille
Gerd Hoffmann
2
-2
/
+5
2020-07-02
Clean up some calls to ignore Error objects the right way
Markus Armbruster
1
-4
/
+2
2020-07-02
chardev/tcp: Fix error message double free error
lichun
1
-1
/
+2
2020-06-18
chardev/char.c: Use qemu_co_sleep_ns if in coroutine
Lukas Straub
1
-1
/
+6
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+3
2020-06-10
chardev/char-socket: Properly make qio connections non blocking
Sai Pavan Boddu
1
-1
/
+3
2020-06-09
char-socket: return -1 in case of disconnect during tcp_chr_write
Dima Stepanov
1
-3
/
+4
2020-05-27
error: Use error_reportf_err() where appropriate
Markus Armbruster
1
-2
/
+3
2020-05-20
qemu-sockets: add abstract UNIX domain socket support
xiaoqiang zhao
2
-0
/
+11
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2
-7
/
+4
2020-05-04
chardev: Add macOS to list of OSes that support -chardev serial
Mikhail Gusarov
1
-1
/
+1
2020-03-09
chardev: Improve error report by calling error_setg_win32()
Philippe Mathieu-Daudé
2
-2
/
+2
2020-03-06
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+7
2020-02-22
qemu/queue.h: add QLIST_SAFE_REMOVE()
Stefan Hajnoczi
1
-3
/
+1
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-6
/
+11
[next]